AddNetworkSecurityGroupSecurityRulesDetails¶
-
class
oci.core.models.
AddNetworkSecurityGroupSecurityRulesDetails
(**kwargs)¶ Bases:
object
AddNetworkSecurityGroupSecurityRulesDetails model.
-
__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[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[AddSecurityRuleDetails]
-