Skip to content

Commit 63289ec

Browse files
committed
Merge pull request #335 from QuentinPerez/ipv6
Ipv6
2 parents 46b3307 + b26426e commit 63289ec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1183,6 +1183,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11831183

11841184
### master (unreleased)
11851185

1186+
* Add `enable_ipv6` field
1187+
([#334])(https://github.com/scaleway/scaleway-cli/issues/334)
11861188
* Add marketplace alias in the cache to resolve image ([#330](https://github.com/scaleway/scaleway-cli/issues/330))
11871189

11881190
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.9.0...master)

pkg/api/api.go

+2
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,8 @@ type ScalewayServerDefinition struct {
570570
CommercialType string `json:"commercial_type"`
571571

572572
PublicIP string `json:"public_ip,omitempty"`
573+
574+
EnableIPV6 bool `json:"enable_ipv6,omitempty"`
573575
}
574576

575577
// ScalewayOneServer represents the response of a GET /servers/UUID API call

0 commit comments

Comments
 (0)