You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-instance-server-create-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ ARGS:
40
40
[bootscript-id] The bootscript ID to use, if empty the local boot will be used
41
41
[cloud-init] The cloud-init script to use (Support file loading with @/path/to/file)
42
42
[boot-type=local] The boot type to use, if empty the local boot will be used. Will be overwritten to bootscript if bootscript-id is set. (local | bootscript | rescue)
43
+
[routed-ip-enabled] Enable routed IP support
43
44
[project-id] Project ID to use. If none is passed the default project ID will be used
44
45
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config
45
46
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
Copy file name to clipboardExpand all lines: docs/commands/instance.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ Instance API.
56
56
-[Delete server](#delete-server)
57
57
-[Detach an IP from a server](#detach-an-ip-from-a-server)
58
58
-[Detach a volume from its server](#detach-a-volume-from-its-server)
59
+
-[Migrate server to IP mobility](#migrate-server-to-ip-mobility)
59
60
-[Get an Instance](#get-an-instance)
60
61
-[List all Instances](#list-all-instances)
61
62
-[List Instance actions](#list-instance-actions)
@@ -1715,6 +1716,7 @@ scw instance server create [arg=value ...]
1715
1716
| bootscript-id || The bootscript ID to use, if empty the local boot will be used |
1716
1717
| cloud-init || The cloud-init script to use |
1717
1718
| boot-type | Default: `local`<br />One of: `local`, `bootscript`, `rescue`| The boot type to use, if empty the local boot will be used. Will be overwritten to bootscript if bootscript-id is set. |
1719
+
| routed-ip-enabled || Enable routed IP support |
1718
1720
| project-id || Project ID to use. If none is passed the default project ID will be used |
1719
1721
| zone | Default: `fr-par-1`| Zone to target. If none is passed will use default zone from the config |
1720
1722
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
@@ -1855,6 +1857,39 @@ scw instance server detach-volume volume-id=22222222-1111-5555-2222-666666111111
1855
1857
1856
1858
1857
1859
1860
+
### Migrate server to IP mobility
1861
+
1862
+
Enable routed IP for this server and migrate the nat public IP to routed
0 commit comments