GitHub Project
Developers Reference
Preparing search index...
The search index is not available
Scaleway JS SDK
Scaleway JS SDK
clients/src
Instance
v1
SecurityGroupRule
Interface SecurityGroupRule
interface
SecurityGroupRule
{
action
:
SecurityGroupRuleAction
;
destPortFrom
?:
number
;
destPortTo
?:
number
;
direction
:
SecurityGroupRuleDirection
;
editable
:
boolean
;
id
:
string
;
ipRange
:
string
;
position
:
number
;
protocol
:
SecurityGroupRuleProtocol
;
zone
:
Zone
;
}
Index
Properties
action
dest
Port
From?
dest
Port
To?
direction
editable
id
ip
Range
position
protocol
zone
Properties
action
action
:
SecurityGroupRuleAction
Optional
dest
Port
From
dest
Port
From
?:
number
Optional
dest
Port
To
dest
Port
To
?:
number
direction
direction
:
SecurityGroupRuleDirection
editable
editable
:
boolean
id
id
:
string
ip
Range
ip
Range
:
string
position
position
:
number
protocol
protocol
:
SecurityGroupRuleProtocol
zone
zone
:
Zone
Zone to target. If none is passed will use default zone from the config.
Settings
Theme
OS
Light
Dark
On This Page
Properties
action
dest
Port
From
dest
Port
To
direction
editable
id
ip
Range
position
protocol
zone
GitHub Project
Developers Reference
Scaleway JS SDK
Loading...
Zone to target. If none is passed will use default zone from the config.