DiskInstanceInfo
DiskInstanceInfo
Contains details of disk changes as part of an instance. Points to the redo-log files backing the instance.
JSON Example
{
"datastoreId": "string",
"datastoreUuid": "string",
"diskKey": 0,
"isBaseDisk": false,
"path": "string",
"vcId": "string"
}
string
datastoreId
Optional
The managed object ID of the datastore where the disk resides.
string
datastoreUuid
Optional
The datastore UUID where the disk resides.
integer As int32 As int32
diskKey
Optional
The disk key.
boolean
isBaseDisk
Optional
Whether the disk is a base disk.
string
path
Optional
The path of the disk.
string
vcId
Optional
The ID of the vCenter.