properties | xsd:string[] |
Specifies the object model properties to be included in the
result set for the query.
For providerVcenter, each properties are illustrated below:
- name: The vCenter's name (align with the Datastore Source configuration
or specified remote vCenter information).
- uuid: The vCenter's uuid.
- version: The vCenter's API version.
- linkType: The vCenter's link type. See {@vim.vsan.RemoteVcLinkType}.
- totalCapacity: The total capacity of the datastores which can be mounted
on the vCenter.
- usedCapacity: The used capacity of the datastores which can be mounted
on the vCenter
- status: The communication status of the vCenter. When the vCenter can be
communicated, the status code is 'OK'. When there is issue for communication,
the status is in format of 'code{info}', as below:
code: VsanSslVerifyCertFault, info: The expected certificate of the
vCenter. This is the string of single x509 certificate encoded in PEM format.
Caller needs to explicitly specify the certificate in passed parameter of
VsanRemoteVcInfoStandalone and retry the related APIs.
code: NotAuthenticated, info: Some detailed information about
unauthentication.
code: ERROR, info: The exception type of the error, with some detailed
error information. Representing a generic error.
- clientVcenter: The queried vCenter which configures the providerVcenter
as a Datastore Source. This is for differentiating multiple queried vCenters
which configures the same providerVcenter.
For clientVcenter, each properties are illustrated below:
name: The vCenter's name.
uuid: The vCenter's uuid.
providerVcenter: The queried vCenter which the clientVcenter configures
as a Datastore Source. This is for differentiating multiple queried vCenters
which has the same clientVcenter.
For datastore, each properties are illustrated below:
- name: The datastore's name.
- moId: The datastore's moId.
- providerVcenter: The name (align with the Datastore Source configuration
or specified remote vCenter information) of the vCenter which provides the
datastore.
- serverGuid: The uuid of the providerVcenter.
- datacenter: The name of the datacenter which provides the datastore.
- clusterName: The name of the cluster which provides the datastore.
- clusterMoId: The moId of the cluster which provides the datastore.
- totalCapacity: The total capacity of the datastore.
- usedCapacity: The used capacity of the datastore.
- vmCount: The count the VMs which are provisioned in the datastore.
- aliasOf: The alias property of the datastore.
- containerId: The containerId property of the datastore.
- clusterType: The cluster type(OSA/ESA) which provides the datastore.
For clientCluster, each properties are illustrated below:
- name: The name of the cluster.
- moId: The moId of the cluster.
- uuid: The uuid of the cluster.
- vcenter: The name of the vCenter which provides the cluster.
- serverGuid: The uuid of the vCenter which provides the cluster.
- providerVcenter: The name (align with the Datastore Source configuration
or specified remote vCenter information) of the vCenter which has
datastore(s) mounted by the client.
- datastores: The moIds list of the datastores on the providerVcenter
which are mounted by the client cluster
|