Skip to content

Commit 2eefb48

Browse files
authored
feat(instance): add option to disable IPv6 during the migration to routed IPs (scaleway#2261)
1 parent 6dca01f commit 2eefb48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3455,6 +3455,10 @@ type ServerActionRequest struct {
34553455
// Volumes: for each volume UUID, the snapshot parameters of the volume.
34563456
// This field should only be specified when performing a backup action.
34573457
Volumes map[string]*ServerActionRequestVolumeBackupTemplate `json:"volumes,omitempty"`
3458+
3459+
// DisableIPv6: disable IPv6 on the Instance while performing migration to routed IPs.
3460+
// This field should only be specified when performing a enable_routed_ip action.
3461+
DisableIPv6 *bool `json:"disable_ipv6,omitempty"`
34583462
}
34593463

34603464
// ServerActionResponse: server action response.

0 commit comments

Comments
 (0)