AddedNetworkSecurityGroupSecurityRules¶
-
class
oci.vn_monitoring.models.
AddedNetworkSecurityGroupSecurityRules
(**kwargs)¶ Bases:
object
AddedNetworkSecurityGroupSecurityRules model.
Methods
__init__
(**kwargs)Initializes a new AddedNetworkSecurityGroupSecurityRules object with values from keyword arguments. Attributes
security_rules
Gets the security_rules of this AddedNetworkSecurityGroupSecurityRules. -
__init__
(**kwargs)¶ Initializes a new AddedNetworkSecurityGroupSecurityRules object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: security_rules (list[oci.vn_monitoring.models.SecurityRule]) – The value to assign to the security_rules property of this AddedNetworkSecurityGroupSecurityRules.
-
security_rules
¶ Gets the security_rules of this AddedNetworkSecurityGroupSecurityRules. The NSG security rules that were added.
Returns: The security_rules of this AddedNetworkSecurityGroupSecurityRules. Return type: list[oci.vn_monitoring.models.SecurityRule]
-