CnsCloneVolumeSource

CnsCloneVolumeSource
CnsCloneVolumeSource

Data object representing volume cloning

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"
    },
    "keepAfterDeleteVm": false
}
volumeId
Required

Identifier of the volume.

boolean
keepAfterDeleteVm
Optional

Choosing if volume should stay after VM deletion.

If not set, the default value is false.