VolumeProperties
Last updated
Last updated
name
String
A name of that resource
[optional]
type
String
Hardware type of the volume.
[optional]
size
Float
The size of the volume in GB
availability_zone
String
The availability zone in which the volume should exist. The storage volume will be provisioned on as less physical storages as possible but cannot guarantee upfront
[optional]
image
String
Image or snapshot ID to be used as template for this volume
[optional]
image_password
String
Initial password to be set for installed OS. Works with public images only. Not modifiable, forbidden in update requests. Password rules allows all characters from a-z, A-Z, 0-9
[optional]
image_alias
String
[optional]
ssh_keys
Array<String>
Public SSH keys are set on the image as authorized keys for appropriate SSH login to the instance using the corresponding private key. This field may only be set in creation requests. When reading, it always returns null. SSH keys are only supported if a public Linux image is used for the volume creation.
[optional]
bus
String
The bus type of the volume. Default is VIRTIO
[optional]
licence_type
String
OS type of this volume
[optional][readonly]
cpu_hot_plug
Boolean
Is capable of CPU hot plug (no reboot required)
[optional]
ram_hot_plug
Boolean
Is capable of memory hot plug (no reboot required)
[optional]
nic_hot_plug
Boolean
Is capable of nic hot plug (no reboot required)
[optional]
nic_hot_unplug
Boolean
Is capable of nic hot unplug (no reboot required)
[optional]
disc_virtio_hot_plug
Boolean
Is capable of Virt-IO drive hot plug (no reboot required)
[optional]
disc_virtio_hot_unplug
Boolean
Is capable of Virt-IO drive hot unplug (no reboot required). This works only for non-Windows virtual Machines.
[optional]
device_number
Integer
The LUN ID of the storage volume. Null for volumes not mounted to any VM
[optional][readonly]
backupunit_id
String
The uuid of the Backup Unit that user has access to. The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' in conjunction with this property.
[optional]
user_data
String
The cloud-init configuration for the volume as base64 encoded string. The property is immutable and is only allowed to be set on a new volume creation. It is mandatory to provide either 'public image' or 'imageAlias' that has cloud-init compatibility in conjunction with this property.
[optional]