vSAN Management API
|
| Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - CnsUnregisterVolumeSpec(vim.cns.UnregisterVolumeSpec)
- Parameter to
- CnsUnregisterVolume
- Extends
- DynamicData
- See also
- CnsVolumeId
- Since
- 9.1.0.0
Data Object Description
Specifies the parameters required to unregister a volume from the vSphere environment.Depending on the CnsUnregisterTargetVolumeType specified, the unregistration process would also optionally demote the volume to VMDK.
Properties
| Name | Type | Description |
|---|---|---|
| targetVolumeType | xsd:string |
Specifies the final desired volume type after the unregistration operation.
This parameter dictates how the underlying storage volume should be treated
or converted once its CNS metadata is removed.
Unregistering a block volume might convert it into a legacy VMDK or FCD The possible values for this field are enumerated in CnsUnregisterTargetVolumeType.
|
| volumeId | CnsVolumeId |
The unique identifier of the volume to be unregistered.
|
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |