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
-h, --help Help for "stackit beta affinity-group create"
24
+
--name string The name of the affinity group.
25
+
--policy string The policy for the affinity group. Valid values for the policy are: "hard-affinity", "hard-anti-affinity", "soft-affinity", "soft-anti-affinity"
26
+
```
27
+
28
+
### Options inherited from parent commands
29
+
30
+
```
31
+
-y, --assume-yes If set, skips all confirmation prompts
32
+
--async If set, runs the command asynchronously
33
+
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
34
+
-p, --project-id string Project ID
35
+
--region string Target region for region-specific requests
36
+
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
37
+
```
38
+
39
+
### SEE ALSO
40
+
41
+
*[stackit beta affinity-group](./stackit_beta_affinity-group.md) - Manage server affinity groups
--cdrom-bus string Sets CDROM bus controller type.
28
-
--disk-bus string Sets Disk bus controller type.
29
-
--disk-format string The disk format of the image.
30
-
-h, --help Help for "stackit beta image update"
31
-
--labels stringToString Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...' (default [])
32
-
--local-file-path string The path to the local disk image file.
33
-
--min-disk-size int Size in Gigabyte.
34
-
--min-ram int Size in Megabyte.
35
-
--name string The name of the image.
36
-
--nic-model string Sets virtual nic model.
37
-
--os string Enables OS specific optimizations.
38
-
--os-distro string Operating System Distribution.
39
-
--os-version string Version of the OS.
40
-
--protected Protected VM.
41
-
--rescue-bus string Sets the device bus when the image is used as a rescue image.
42
-
--rescue-device string Sets the device when the image is used as a rescue image.
43
-
--secure-boot Enables Secure Boot.
44
-
--uefi Enables UEFI boot.
45
-
--video-model string Sets Graphic device model.
46
-
--virtio-scsi Enables the use of VirtIO SCSI to provide block device access. By default instances use VirtIO Block.
26
+
--boot-menu Enables the BIOS bootmenu.
27
+
--cdrom-bus string Sets CDROM bus controller type.
28
+
--disk-bus string Sets Disk bus controller type.
29
+
--disk-format string The disk format of the image.
30
+
-h, --help Help for "stackit beta image update"
31
+
--labels stringToString Labels are key-value string pairs which can be attached to a network-interface. E.g. '--labels key1=value1,key2=value2,...' (default [])
32
+
--min-disk-size int Size in Gigabyte.
33
+
--min-ram int Size in Megabyte.
34
+
--name string The name of the image.
35
+
--nic-model string Sets virtual nic model.
36
+
--os string Enables OS specific optimizations.
37
+
--os-distro string Operating System Distribution.
38
+
--os-version string Version of the OS.
39
+
--protected Protected VM.
40
+
--rescue-bus string Sets the device bus when the image is used as a rescue image.
41
+
--rescue-device string Sets the device when the image is used as a rescue image.
42
+
--secure-boot Enables Secure Boot.
43
+
--uefi Enables UEFI boot.
44
+
--video-model string Sets Graphic device model.
45
+
--virtio-scsi Enables the use of VirtIO SCSI to provide block device access. By default instances use VirtIO Block.
0 commit comments