Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.37 KB

SecurityGroupRule.md

File metadata and controls

19 lines (11 loc) · 1.37 KB

SecurityGroupRule

Information about the security group rule.

Properties

Name Type Description Notes
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]
ipRanges List<String> One or more IP ranges for the security group rules, in CIDR notation (for example, `10.0.0.0/16`). [optional]
securityGroupsMembers List<SecurityGroupsMember> Information about one or more source or destination security groups. [optional]
serviceIds List<String> One or more service IDs to allow traffic from a Net to access the corresponding OUTSCALE services. For more information, see ReadNetAccessPointServices. [optional]
toPortRange Integer The end of the port range for the TCP and UDP protocols, or an ICMP code number. [optional]