DeniedSecurityActionDetails¶
-
class
oci.vn_monitoring.models.
DeniedSecurityActionDetails
(**kwargs)¶ Bases:
object
Defines details for the security action taken on denied traffic.
Methods
__init__
(**kwargs)Initializes a new DeniedSecurityActionDetails object with values from keyword arguments. Attributes
evaluated_nsg_ids
Gets the evaluated_nsg_ids of this DeniedSecurityActionDetails. evaluated_security_list_ids
Gets the evaluated_security_list_ids of this DeniedSecurityActionDetails. is_restricted_or_partial
[Required] Gets the is_restricted_or_partial of this DeniedSecurityActionDetails. -
__init__
(**kwargs)¶ Initializes a new DeniedSecurityActionDetails 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 DeniedSecurityActionDetails.
- evaluated_security_list_ids (list[str]) – The value to assign to the evaluated_security_list_ids property of this DeniedSecurityActionDetails.
- evaluated_nsg_ids (list[str]) – The value to assign to the evaluated_nsg_ids property of this DeniedSecurityActionDetails.
-
evaluated_nsg_ids
¶ Gets the evaluated_nsg_ids of this DeniedSecurityActionDetails. List of OCIDs of evaluated network security groups associated with the OCI resource’s VNIC.
Returns: The evaluated_nsg_ids of this DeniedSecurityActionDetails. Return type: list[str]
-
evaluated_security_list_ids
¶ Gets the evaluated_security_list_ids of this DeniedSecurityActionDetails. The list of OCIDs of evaluated security lists associcated with the OCI resource’s subnet.
Returns: The evaluated_security_list_ids of this DeniedSecurityActionDetails. Return type: list[str]
-
is_restricted_or_partial
¶ [Required] Gets the is_restricted_or_partial of this DeniedSecurityActionDetails. If true, the evaluated security list and network security group ID details are incomplete.
Returns: The is_restricted_or_partial of this DeniedSecurityActionDetails. Return type: bool
-