CnsSnapshotDeleteSpec
CnsSnapshotDeleteSpec
Specifications for snapshot delete operation.
Delete the snapshot with given volumeId and snapshotId.
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
Required
Unique identifier for the volume.
snapshotId
Required
Unique identifier for the snapshot.