BaseConfigInfo
This data object type contains the basic configuration for a virtual storage object or a virtual storage object snapshot.
{
"_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"
]
}
ID of this object.
Descriptive name of this object.
The date and time this object was created.
Choice of the deletion behavior of this virtual storage object.
If not set, the default value is false.
Is virtual storage object relocation disabled.
If not set, the default value is false.
Is virtual storage object supports native snapshot.
If not set, the default value is false.
If Virtua storage object has changed block tracking enabled.
If not set, the default value is false.
Backing of this object.
Metadata associated with the FCD if available.
Since: vSphere API Release 7.0.2.0
VClock associated with the fcd when the operation completed.
The files is unset if the operation is a retrieve.
Since: vSphere API Release 7.0.2.0
IDs of the IO Filters associated with the virtual disk.
See id. The client cannot modify this information on a virtual machine.