Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.25 KB

CreateSecurityGroupRuleRequest.md

File metadata and controls

18 lines (13 loc) · 1.25 KB

CreateSecurityGroupRuleRequest

Properties

Name Type Description Notes
protocol crate::models::ScalewayPeriodInstancePeriodV1PeriodSecurityGroupRulePeriodProtocol
direction crate::models::ScalewayPeriodInstancePeriodV1PeriodSecurityGroupRulePeriodDirection
action crate::models::ScalewayPeriodInstancePeriodV1PeriodSecurityGroupRulePeriodAction
ip_range String (IP network)
dest_port_from Option<i32> The beginning of the range of ports to apply this rule to (inclusive) [optional]
dest_port_to Option<i32> The end of the range of ports to apply this rule to (inclusive) [optional]
position Option<i32> The position of this rule in the security group rules list [optional]
editable Option<bool> Indicates if this rule is editable (will be ignored) [optional]

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