AddNetworkSecurityGroupSecurityRulesDetails¶
-
class
oci.vn_monitoring.models.
AddNetworkSecurityGroupSecurityRulesDetails
(**kwargs)¶ Bases:
object
AddNetworkSecurityGroupSecurityRulesDetails model.
Methods
__init__
(**kwargs)Initializes a new AddNetworkSecurityGroupSecurityRulesDetails object with values from keyword arguments. Attributes
security_rules
Gets the security_rules of this AddNetworkSecurityGroupSecurityRulesDetails. -
__init__
(**kwargs)¶ Initializes a new AddNetworkSecurityGroupSecurityRulesDetails 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.AddSecurityRuleDetails]) – The value to assign to the security_rules property of this AddNetworkSecurityGroupSecurityRulesDetails.
-
security_rules
¶ Gets the security_rules of this AddNetworkSecurityGroupSecurityRulesDetails. The NSG security rules to add.
Returns: The security_rules of this AddNetworkSecurityGroupSecurityRulesDetails. Return type: list[oci.vn_monitoring.models.AddSecurityRuleDetails]
-