vSAN Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CnsVolumeExtendSpec(vim.cns.VolumeExtendSpec)
- Parameter to
- CnsExtendVolume
- Extends
- DynamicData
- See also
- CnsVolumeId
- Since
- 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 |
---|---|---|
capacityInMb | xsd:long |
New capacityInMb for the volume.
|
volumeId | CnsVolumeId |
Unique identifier for the volume.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |