OBJECT
A virtual disk captured in a Nutanix virtual machine snapshot.
type NutanixVmSubObject {clusterUuid: String! # ID of the virtual disk.diskId: String! # Actual disk usage in bytes (optional).diskUsedBytesOpt: Long! # Logical file size of the virtual disk in bytes.logicalSnapshotFileSizeInBytes: Long! # Relative path to the snapshot disk file.relSnapshotDiskFilePath: String! # Nutanix container holding the snapshot.snapshotContainer: String! }