4.12.0
This commit is contained in:
@@ -38,6 +38,7 @@ description: |-
|
||||
- `chipset` (String) Type of the emulated system.
|
||||
- `cloud_init` (String) Optional cloud_init parameters. Applied when creating new compute instance only, ignored in all other cases.
|
||||
- `cpu_pin` (Boolean) Run VM on dedicated CPUs. To use this feature, the system must be pre-configured by allocating CPUs on the physical node.
|
||||
- `create_blank` (Boolean) If True, the compute is created via kvmx86/createBlank endpoint (without OS image). The image_id field is not required in this case.
|
||||
- `custom_fields` (String)
|
||||
- `description` (String) Optional text description of this compute instance.
|
||||
- `detach_disks` (Boolean)
|
||||
@@ -50,8 +51,6 @@ description: |-
|
||||
- `hot_resize` (Boolean) Type of image vm.
|
||||
- `hp_backed` (Boolean) Use Huge Pages to allocate RAM of the virtual machine. The system must be pre-configured by allocating Huge Pages on the physical node.
|
||||
- `image_id` (Number) ID of the OS image to base this compute instance on.
|
||||
- `ipa_type` (String) compute purpose
|
||||
- `is` (String) system name
|
||||
- `libvirt_settings` (Block Set) Configure libvirt virtio interface parameters. You can only delete values locally. Data on the platform cannot be deleted. (see [below for nested schema](#nestedblock--libvirt_settings))
|
||||
- `loader_type` (String) Type of image vm.
|
||||
- `network` (Block Set) Optional network connection(s) for this compute. You may specify several network blocks, one for each connection. (see [below for nested schema](#nestedblock--network))
|
||||
@@ -77,6 +76,7 @@ description: |-
|
||||
- `tags` (Block Set) (see [below for nested schema](#nestedblock--tags))
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `user_access` (Block Set) (see [below for nested schema](#nestedblock--user_access))
|
||||
- `weight` (Number) Priority weight of the compute. Higher value means higher priority and later migration.
|
||||
- `without_boot_disk` (Boolean) If True, the imageId, bootDisk, sepId, pool parameters are ignored and the compute is created without a boot disk in the stopped state.
|
||||
- `zone_id` (Number)
|
||||
|
||||
@@ -184,9 +184,9 @@ Required:
|
||||
Optional:
|
||||
|
||||
- `blk_discard` (Boolean)
|
||||
- `block_size` (String) Disk block size
|
||||
- `cache` (String) Setting the disk caching mode
|
||||
- `desc` (String) Optional description
|
||||
- `disk_type` (String) The type of disk in terms of its role in compute: 'B=Boot, D=Data'
|
||||
- `image_id` (Number) Specify image id for create disk from template
|
||||
- `iotune` (Block List, Max: 1) (see [below for nested schema](#nestedblock--disks--iotune))
|
||||
- `node_ids` (Set of Number)
|
||||
@@ -196,13 +196,17 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `bus_number` (Number) Bus number of the disk on virtual bus (6 = boot disk)
|
||||
- `create_by` (String)
|
||||
- `create_time` (Number)
|
||||
- `delete_by` (String)
|
||||
- `delete_time` (Number)
|
||||
- `devicename` (String)
|
||||
- `disk_id` (Number) Disk ID
|
||||
- `independent` (Boolean)
|
||||
- `pci_slot` (Number) PCI slot number of the disk
|
||||
- `present_to` (Map of Number)
|
||||
- `provision` (String)
|
||||
- `shareable` (Boolean)
|
||||
- `size_max` (Number)
|
||||
- `size_used` (Number)
|
||||
@@ -261,7 +265,7 @@ Optional:
|
||||
- `enabled` (Boolean) network enable flag
|
||||
- `ip_address` (String) Optional IP address to assign to this connection. This IP should belong to the selected network and free for use.
|
||||
- `mac` (String) MAC address associated with this connection. MAC address is assigned automatically.
|
||||
- `mtu` (Number) Maximum transmission unit, used only for DPDK type, must be 1-9216
|
||||
- `mtu` (Number) Maximum transmission unit, used only for DPDK type, must be 1500-9216
|
||||
- `net_mask` (Number) Subnet mask, used only for DPDK and VFNIC network types
|
||||
- `sdn_interface_id` (String) unique_identifier of LogicalPort on SDN side
|
||||
- `weight` (Number) weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last
|
||||
|
||||
Reference in New Issue
Block a user