VslmVsoVStorageObjectSnapshotResult
VslmVsoVStorageObjectSnapshotResult
The VslmVsoVStorageObjectSnapshotResult contains brief information about a snapshot of the object VslmVsoVStorageObjectResult which is returned as a result of VslmRetrieveVStorageObjects API.
This structure may be used only with operations rendered under /vslm
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"backingObjectId": {
"_typeName": "string",
"id": "string"
},
"description": "string",
"snapshotId": {
"_typeName": "string",
"id": "string"
},
"diskPath": "string"
}
backingObjectId
Required
The ID of the vsan object backing a snapshot of the virtual storage object.
string
description
Optional
The description user passed in when creating this snapshot.
snapshotId
Optional
The ID of this snapshot, created and used in fcd layer.
string
diskPath
Optional
The file path of this snapshot.