File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1183,6 +1183,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
1183
1183
1184
1184
### master (unreleased)
1185
1185
1186
+ * Add ` enable_ipv6 ` field
1187
+ ([ #334 ] )(https://github.com/scaleway/scaleway-cli/issues/334 )
1186
1188
* Add marketplace alias in the cache to resolve image ([ #330 ] ( https://github.com/scaleway/scaleway-cli/issues/330 ) )
1187
1189
1188
1190
View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.9.0...master )
Original file line number Diff line number Diff line change @@ -570,6 +570,8 @@ type ScalewayServerDefinition struct {
570
570
CommercialType string `json:"commercial_type"`
571
571
572
572
PublicIP string `json:"public_ip,omitempty"`
573
+
574
+ EnableIPV6 bool `json:"enable_ipv6,omitempty"`
573
575
}
574
576
575
577
// ScalewayOneServer represents the response of a GET /servers/UUID API call
You can’t perform that action at this time.
0 commit comments