| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
backingDiskId* | xsd:string |
At the time of creation this field would identify the existing disk
that should be used to back the container volume.
This field is optional and when this and backingDiskPath are not specified, a new disk will be created to back the volume. When this filed is present, capacityInMb and storage policy fields will be ignored. |
backingDiskObjectId* | xsd:string |
This is the id generated by underlying object storage, such as vsan/vvol.
This field is set only in result of query. Since vSAN API vSAN 7.0U2 |
backingDiskPath* | xsd:string |
This is file path of the volume. It's different from backingDiskUrlPath.
backingDiskUrlPath is accessible from a web browser, while
backingDiskPath is accessible by the file system.
This field is set only in result of query. Since vSAN API vSAN 7.0U2 |
backingDiskUrlPath* | xsd:string |
At the time of creation this field would identify the URL path to an
existing disk that should be used to back the container volume.
This field should be set in create request when the client wants to
register an existing disk as a CNS block volume. If this disk is already
registered as CNS block volume, then the server will throw
CnsAlreadyRegisteredFault CNS fault with the CNS volume ID set.
This field is optional and when this and backingDiskId are not specified, a new disk will be created to back the volume. When this field is present, capacityInMb and storage policy fields will be ignored. Note that this field will not be set in the query API result. But in future release of CNS, it may be set. This field must be in the following format: Format: https:// Ex: https://10.192.255.221/folder/34a9c05d-5f03-e254-e692-02004479cb91/ vm2_1.vmdk?dcPath=/Folder-1/Datacenter-1&dsName=vsanDatastore This is for a 34a9c05d-5f03-e254-e692-02004479cb91/vm2_1.vmdk file under datacenter "Datacenter-1" with path "/Folder-1/Datacenter-1" and datastore "vsanDatastore". Since vSAN API 7.2 |
usedCapacityInMb* | xsd:long |
This is the rolled up used capacity of the FCD and its snapshots.
Set to -1 if unknown.
Since vSAN API 8.0.0.1 |
Properties inherited from CnsBackingObjectDetails | ||
capacityInMb | ||
Properties inherited from DynamicData | ||
None |
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |