VirtualDiskInfo

VirtualDiskInfo
VirtualDiskInfo

Information related to virtual disk.

JSON Example
{
    "attached": false,
    "datastore_id": "datastore-29",
    "id": "a219420d-4799-4517-8f78-39c74c7c4efc",
    "incompatible_reason": "string",
    "name": "virtual-disk.vmdk",
    "path": "[datastore] vm/virtual-disk.vmdk"
}
boolean
attached
Optional

Indicates the virtual disk is attached to a VM.

string
datastore_id
Optional

Datastore id for this virtual disk.

string
id
Optional

Unique ID representing the virtual disk.

string
incompatible_reason
Optional

Incompatible reasons for the virtual disk.

  • REPLICA_DISK: Replica Disks are not compatible to be used as Persistent disk.
  • INTERNAL_DISK: Internal disk are not compatible to be used as Persistent disk.
  • DISPOSABLE_DISK: Disposable disk are not compatible to be used as Persistent disk.
  • DISK_ALREADY_IN_USE: Disk already imported as persistent disk.
  • INSTANT_CLONE_INTERNAL_DISK: Instant clone internal disk is not compatible to be a Persistent disk.
Possible values are : REPLICA_DISK, INTERNAL_DISK, DISPOSABLE_DISK, DISK_ALREADY_IN_USE, INSTANT_CLONE_INTERNAL_DISK,
string
name
Optional

Name of the virtual disk.

string
path
Optional

Full path of the virtual disk.