diff --git a/doc/index.html b/doc/index.html index c24b8419..2f014825 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1165,10 +1165,6 @@
MachineAllocationIp defines a ip and a optional namespace which should be attached to this machine during create
- - -| Field | Type | Label | Description |
| ip | -string | -- | IP to to attach to this machine additionally |
-
| namespace | -string | -optional | -Namespace where this ip was created, usually the project of the namespaced tenant network. |
-
MachineAllocationNetwork defines which network should be attached to a machine and if ips should be autoacquired
@@ -9856,11 +9821,11 @@NoAutoAcquireIp will prevent automatic ip acquirement per network if set to true. -By default one ip address is acquired per network for the machine
IPs to to attach to this machine additionally +If none given, one ip address is acquired per network for the machine
UUID if this field is set, this specific machine will be allocated if it is not in available state and not currently allocated. -this field overrules size and partition
Partition the partition id to assign this machine to
Partition the partition id to assign this machine to, must be omitted if uuid is given
Size of the machine to create
Size of the machine to create, must be omitted if uuid is given
Image which should be installed on this machine
Image which should be installed on this machine +The image can be specified either in the fully qualified form, e.g. including os, major, minor and patch +- debian-13.0.20260402 +or in a simplified form which omits the patch version +- debian-13.0 +If the fully qualified form is specified, exactly this image is taken regardless of the image classification +if the short form is given, only the most recent images which has image classification supported is used.
Networks the networks that this machine will be placed in.
IPs to to attach to this machine additionally
MACHINE_STATE_RESERVED this machine is reserved
MACHINE_STATE_RESERVED this machine is reserved, e.g. this machine is not considered during random machine allocation, but still by specifying the uuid
MACHINE_STATE_LOCKED this machine is locked
MACHINE_STATE_LOCKED this machine is locked, e.g. this machine cannot be allocated or deleted