Data Object - CnsVolumeExtendSpec(vim.cns.VolumeExtendSpec)

Parameter to
CnsExtendVolume
Extends
DynamicData
See also
CnsVolumeId
Since
vSAN API vSAN 6.7U3

Data Object Description

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.

Properties

Name Type Description
capacityInMbxsd:long

New capacityInMb for the volume.
volumeIdCnsVolumeId

Unique identifier for the volume.
Properties inherited from DynamicData
None

Show WSDL type definition