VsanObjectSnapshotId

VsanObjectSnapshotId
VsanObjectSnapshotId

The IDs related to vSAN snapshots of an object.

This structure may be used only with operations rendered under /vsan.

Since: 8.0.0.4

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "uuid": "string",
    "snapshotId": 0,
    "cookie": "string"
}
string
uuid
Required

The uuid of vSAN object.

Its format is like "e3d10064-ae3c-9323-568d-b02628350470"

integer As int32 As int32
snapshotId
Required

A native snapshot ID on the zDOM object, it is an integer starting from 1.

string As password As password
cookie
Optional

A cookie that is provided when creating the snapshot, which is in UUID format, like "e3d10064-ae3c-9323-568d-b02628350470".

If such a data is provided in snapshot creation, it must also be provided when deleting the snapshot.