VslmVsoVStorageObjectResult
The VslmVsoVStorageObjectResult contains the result objects of VslmVsoVStorageObjectQueryResult which is returned as a result of VslmListVStorageObjectForSpec and VslmRetrieveVStorageObjects APIs.
This structure may be used only with operations rendered under /vslm
.
{
"_typeName": "string",
"id": {
"_typeName": "string",
"id": "string"
},
"name": "string",
"capacityInMB": 0,
"createTime": "string",
"datastoreUrl": "string",
"diskPath": "string",
"usedCapacityInMB": 0,
"backingObjectId": {
"_typeName": "string",
"id": "string"
},
"snapshotInfo": [
{
"_typeName": "string",
"backingObjectId": {
"_typeName": "string",
"id": "string"
},
"description": "string",
"snapshotId": {
"_typeName": "string",
"id": "string"
},
"diskPath": "string"
}
],
"metadata": [
{
"_typeName": "string",
"key": "string",
"value": "string"
}
],
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
}
The ID of the virtual storage object.
Name of FCD.
The size in MB of this object.
If the faults are set, then the capacityInMB will be -1
The create time information of the FCD.
The Datastore URL containing the FCD.
The disk path of the FCD.
The rolled up used capacity of the FCD and it's snapshots.
Returns -1L if the space information is currently unavailable.
The ID of the backing object of the virtual storage object.
VStorageObjectSnapshotResult array containing information about all the snapshots of the virtual storage object.
The fault is set in case of error conditions and this property will have the reason.
Possible Faults: NotFound If specified virtual storage object cannot be found.