OBJECT
NutanixVmDisk
Description
Nutanix Virtual Machine disk details.
link GraphQL Schema definition
- type NutanixVmDisk {
- # Disk UUID.
- String! :
- # Disk label.
- String! :
- # Type of the virtal disk.
- String! :
- # Nutanix internal UUID of the disk.
- String! :
- # Disk size in Bytes.
- Long! :
- # Indicates if the disk can be snapshotted.
- Boolean! :
- # Nutanix internal UUID of the storage container.
- String! :
- # Name of the storage container.
- String! :
- }