RemoveNetworkSecurityGroupSecurityRulesDetails¶
-
class
oci.core.models.
RemoveNetworkSecurityGroupSecurityRulesDetails
(**kwargs)¶ Bases:
object
RemoveNetworkSecurityGroupSecurityRulesDetails model.
Methods
__init__
(**kwargs)Initializes a new RemoveNetworkSecurityGroupSecurityRulesDetails object with values from keyword arguments. Attributes
security_rule_ids
Gets the security_rule_ids of this RemoveNetworkSecurityGroupSecurityRulesDetails. -
__init__
(**kwargs)¶ Initializes a new RemoveNetworkSecurityGroupSecurityRulesDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: security_rule_ids (list[str]) – The value to assign to the security_rule_ids property of this RemoveNetworkSecurityGroupSecurityRulesDetails.
-
security_rule_ids
¶ Gets the security_rule_ids of this RemoveNetworkSecurityGroupSecurityRulesDetails. The Oracle-assigned ID of each
SecurityRule
to be deleted.Returns: The security_rule_ids of this RemoveNetworkSecurityGroupSecurityRulesDetails. Return type: list[str]
-