VStorageObjectConfigInfo
Data object specifies Virtual storage object configuration
{
"_typeName": "string",
"id": {
"_typeName": "string",
"id": "string"
},
"name": "string",
"createTime": "string",
"keepAfterDeleteVm": false,
"relocationDisabled": false,
"nativeSnapshotSupported": false,
"changedBlockTrackingEnabled": false,
"backing": {
"_typeName": "string",
"datastore": {
"_typeName": "string",
"type": "string",
"value": "string"
}
},
"metadata": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"vclock": {
"_typeName": "string",
"vClockTime": 0
},
"iofilter": [
"string"
],
"descriptorVersion": 0,
"capacityInMB": 0,
"consumptionType": [
"string"
],
"consumerId": [
{
"_typeName": "string",
"id": "string"
}
],
"virtualDiskFormat": "string"
}
The descriptor version of this object
Since: vSphere API Release 8.0.1.0
The size in MB of this object.
Consumption type of this object.
See also VStorageObjectConsumptionTypeEnum.
IDs of the consumer objects which consume this vstorage object.
For a virtual disk, this can be VM ID(s).
The type of VirtualDisk for 4k native disk/array support.
See DatastoreSectorFormatEnum for definitions of supported types. If not set, the default value is native_512.
Since: vSphere API Release 9.0.0.0