vSAN Management API


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.
Update operation should be called for at least one update. If an empty spec is passed without any volume properties to be updated, the operation will fail.

Properties

Name Type Description
metadataCnsVolumeMetadata

Metadata for the container volume.
volumeIdCnsVolumeId

Unique identifier for the volume.
Properties inherited from DynamicData
None

Show WSDL type definition