CnsVolumeExtendSpec

CnsVolumeExtendSpec
CnsVolumeExtendSpec

Specifications for volume extend operation.

Extend operation is called to extend volume's capacity. The new non-negative capacity should be specified in MB.

Extend operation should be called by providing at least one ExtendSpec. If an array of empty spec is passed, the operation will fail.

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"
    },
    "capacityInMb": 0
}
volumeId
Required

Unique identifier for the volume.

integer As int64 As int64
capacityInMb
Required

New capacityInMb for the volume.