OBJECT
A virtual disk captured in a VMware virtual machine snapshot.
type VmwareVmSubObject {# VMware virtual disk device key.deviceKey: Int! # Mount point for the volume.filename: String! # File size of the virtual disk in bytes.fileSizeInBytes: Long! # ID of the virtual disk.virtualDiskId: UUID # The datastore that holds the virtual disk.currentDatastoreId: UUID }