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