OBJECT
NutanixVirtualDiskSummary
Description
Supported in v5.2+
link GraphQL Schema definition
- type NutanixVirtualDiskSummary {
- # Supported in v5.2+
- # Type of virtual disk.
- String :
- # Supported in v5.2+
- # Size of the virtual disk in bytes.
- Long :
- # Supported in v5.2-v5.3
- # UUID of the disk
- String :
- # Supported in v6.0+
- # Specifies whether the Nutanix device can create a snapshot of the disk. Value is
- # true when a snapshot can be created.
- Boolean :
- # Supported in v6.0+
- # Label of the disk assigned by Nutanix.
- String :
- # Supported in v6.0+
- # UUID of the virtual machine disk.
- String :
- }