Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.76 KB

DeleteSecurityGroupRuleRequest.md

File metadata and controls

22 lines (14 loc) · 1.76 KB

DeleteSecurityGroupRuleRequest

Properties

Name Type Description Notes
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
flow String The direction of the flow: `Inbound` or `Outbound`. You can specify `Outbound` for Nets only.
fromPortRange Integer The beginning of the port range for the TCP and UDP protocols, or an ICMP type number. [optional]
ipProtocol String The IP protocol name (`tcp`, `udp`, `icmp`, or `-1` for all protocols). By default, `-1`. In a Net, this can also be an IP protocol number. For more information, see the IANA.org website. [optional]
ipRange String The IP range for the security group rule, in CIDR notation (for example, `10.0.0.0/16`). [optional]
rules List<SecurityGroupRule> One or more rules you want to delete from the security group. [optional]
securityGroupAccountIdToUnlink String The account ID of the owner of the security group you want to delete a rule from. [optional]
securityGroupId String The ID of the security group you want to delete a rule from.
securityGroupNameToUnlink String The ID of the source security group. If you are in the Public Cloud, you can also specify the name of the source security group. [optional]
toPortRange Integer The end of the port range for the TCP and UDP protocols, or an ICMP code number. [optional]