AllowedSecurityActionDetails¶
-
class
oci.vn_monitoring.models.
AllowedSecurityActionDetails
(**kwargs)¶ Bases:
object
Defines details for the security action taken on allowed traffic.
Methods
__init__
(**kwargs)Initializes a new AllowedSecurityActionDetails object with values from keyword arguments. Attributes
allowed_security_configuration
Gets the allowed_security_configuration of this AllowedSecurityActionDetails. is_restricted_or_partial
[Required] Gets the is_restricted_or_partial of this AllowedSecurityActionDetails. -
__init__
(**kwargs)¶ Initializes a new AllowedSecurityActionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_restricted_or_partial (bool) – The value to assign to the is_restricted_or_partial property of this AllowedSecurityActionDetails.
- allowed_security_configuration (oci.vn_monitoring.models.AllowedSecurityConfiguration) – The value to assign to the allowed_security_configuration property of this AllowedSecurityActionDetails.
-
allowed_security_configuration
¶ Gets the allowed_security_configuration of this AllowedSecurityActionDetails.
Returns: The allowed_security_configuration of this AllowedSecurityActionDetails. Return type: oci.vn_monitoring.models.AllowedSecurityConfiguration
-
is_restricted_or_partial
¶ [Required] Gets the is_restricted_or_partial of this AllowedSecurityActionDetails. If true, the allowed security configuration details are incomplete.
Returns: The is_restricted_or_partial of this AllowedSecurityActionDetails. Return type: bool
-