CnsSnapshotVolumeSource

CnsSnapshotVolumeSource
CnsSnapshotVolumeSource

Data object representing volume creation from a volume snapshot.

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"
    },
    "snapshotId": {
        "_typeName": "string",
        "id": "string"
    }
}
volumeId
Optional

Identifier of the volume.

snapshotId
Optional

Snapshot ID of the volume.