VslmVsoVStorageObjectSnapshotResult

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

This data object type describes an identifier class which is globally unique to identify the associated object.

string
description
Optional

The description user passed in when creating this snapshot.

snapshotId
Optional

This data object type describes an identifier class which is globally unique to identify the associated object.

string
diskPath
Optional

The file path of this snapshot.