We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dca01f commit 2eefb48Copy full SHA for 2eefb48
api/instance/v1/instance_sdk.go
@@ -3455,6 +3455,10 @@ type ServerActionRequest struct {
3455
// Volumes: for each volume UUID, the snapshot parameters of the volume.
3456
// This field should only be specified when performing a backup action.
3457
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"`
3462
}
3463
3464
// ServerActionResponse: server action response.
0 commit comments