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