ZprCidrUnsupportedSecurityActionDetails¶
-
class
oci.vn_monitoring.models.ZprCidrUnsupportedSecurityActionDetails(**kwargs)¶ Bases:
objectDefines details for the security action taken on zpr unsupported traffic.
Methods
__init__(**kwargs)Initializes a new ZprCidrUnsupportedSecurityActionDetails object with values from keyword arguments. Attributes
evaluated_zpr_policiesGets the evaluated_zpr_policies of this ZprCidrUnsupportedSecurityActionDetails. is_restricted_or_partial[Required] Gets the is_restricted_or_partial of this ZprCidrUnsupportedSecurityActionDetails. -
__init__(**kwargs)¶ Initializes a new ZprCidrUnsupportedSecurityActionDetails 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 ZprCidrUnsupportedSecurityActionDetails.
- evaluated_zpr_policies (list[oci.vn_monitoring.models.ZprPolicy]) – The value to assign to the evaluated_zpr_policies property of this ZprCidrUnsupportedSecurityActionDetails.
-
evaluated_zpr_policies¶ Gets the evaluated_zpr_policies of this ZprCidrUnsupportedSecurityActionDetails. The list of evaluated zpr policies associated with the OCI resource.
Returns: The evaluated_zpr_policies of this ZprCidrUnsupportedSecurityActionDetails. Return type: list[oci.vn_monitoring.models.ZprPolicy]
-
is_restricted_or_partial¶ [Required] Gets the is_restricted_or_partial of this ZprCidrUnsupportedSecurityActionDetails. If true, the evaluated zpr policy ID details are incomplete.
Returns: The is_restricted_or_partial of this ZprCidrUnsupportedSecurityActionDetails. Return type: bool
-