CnsSnapshotCreateSpec

CnsSnapshotCreateSpec
CnsSnapshotCreateSpec

Specifications for snapshot creation operation.

Create snapshot with given description.

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "volumeId": {
        "_typeName": "string",
        "id": "string"
    },
    "description": "string"
}
volumeId
Required

Unique identifier for the volume.

string
description
Required

User description of this snapshot.

CNS server does not enforce uniqueness of snapshot description