Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 939 Bytes

SecurityGroupRule.md

File metadata and controls

16 lines (12 loc) · 939 Bytes

Org.OpenAPITools.Model.SecurityGroupRule

Properties

Name Type Description Notes
Type string Type of the security group rule [optional]
Policy string Rule policy (all rules are allowing) [optional]
Direction string Direction of the network traffic: inbound or outbound. [optional]
Protocol string Network protocol of the rule [optional]
Ports string Allowed port or port range [optional]
IpRange string Allowed IP or IP range [optional]
IsMutable bool Indicates if the rule can be edited. Some security group rules are added by default, cannot be changed, and are marked as immutable. [optional]

[Back to Model list] [Back to API list] [Back to README]