vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CnsVolumeMetadataUpdateSpec(vim.cns.VolumeMetadataUpdateSpec)
- Parameter to
- CnsUpdateVolumeMetadata
- Extends
- DynamicData
- See also
- CnsVolumeId, CnsVolumeMetadata
- Since
- vSAN API vSAN 6.7U3
Data Object Description
Specifications for volume metadata update operation.Following fields of volume metadata can be updated:
- Entity metadata - entity metadata object that needs to be associated or disassociated with the volume. The entity metadata objects that are not present in the update spec will not be modified. New entity metadata objects in the update spec which are not present with CNS will be associated with the volume.
- Container cluster - container cluster information can be updated. In such a case, all existing entities associated with the volume would be disassociated and the new set of entities provided in spec would be associated with the volume.
Properties
| Name | Type | Description |
|---|---|---|
| metadata | CnsVolumeMetadata |
Metadata for the container 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 |