ZprAllowedSecurityActionDetails¶
-
class
oci.vn_monitoring.models.ZprAllowedSecurityActionDetails(**kwargs)¶ Bases:
objectDefines details for the security action taken on zpr allowed traffic.
Methods
__init__(**kwargs)Initializes a new ZprAllowedSecurityActionDetails object with values from keyword arguments. Attributes
allowed_security_configurationGets the allowed_security_configuration of this ZprAllowedSecurityActionDetails. is_restricted_or_partial[Required] Gets the is_restricted_or_partial of this ZprAllowedSecurityActionDetails. -
__init__(**kwargs)¶ Initializes a new ZprAllowedSecurityActionDetails 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 ZprAllowedSecurityActionDetails.
- allowed_security_configuration (oci.vn_monitoring.models.AllowedSecurityConfiguration) – The value to assign to the allowed_security_configuration property of this ZprAllowedSecurityActionDetails.
-
allowed_security_configuration¶ Gets the allowed_security_configuration of this ZprAllowedSecurityActionDetails.
Returns: The allowed_security_configuration of this ZprAllowedSecurityActionDetails. Return type: oci.vn_monitoring.models.AllowedSecurityConfiguration
-
is_restricted_or_partial¶ [Required] Gets the is_restricted_or_partial of this ZprAllowedSecurityActionDetails. If true, the allowed security configuration details are incomplete.
Returns: The is_restricted_or_partial of this ZprAllowedSecurityActionDetails. Return type: bool
-