Enum - VimVsanMountPrecheckType(vim.vsan.MountPrecheckType)

Since
vSAN API vSAN 7.0U1


Enum Description

This indicates the precheck type when mounting a remote vSAN datastore.

Enum Constants

NameDescription
checkServerVcenter

Since vSAN API 8.0.0.2
clientClusterLimit Check number of client clusters which mount to a server cluster doesn't exceed limit.
clientVcenterLimit

Since vSAN API 8.0.0.2
connectivity Check network connectivity between client hosts and server hosts.
datacenter Check if given datastore and cluster are from different datacenters.
datastoreExists

Since vSAN API 8.0.0.2
datastorePolicy Check if given datastore can provision objects using default datastore policy.
datastoreType Check if remote datastore is a vSAN datastore.
license Check if all client hosts and server hosts have remote datastore license.
localVsanDatastore Check if given datastore is local vSAN datastore.
networkLatency Check network latency between client hosts and server hosts.
precheck_unknown Unknown precheck type.
remoteDatastoreLimit Check number of remote vSAN datastores which are mounted by a client cluster doesn't exceed limit.
remoteVcConnection

Since vSAN API 8.0.0.2
serverClusterHealth Check if the cluster which owns given vSAN datastore is healthy.
serverClusterLimit Check number of server clusters which a client cluster mounts to doesn't exceed limit.
serverVcenterLimit

Since vSAN API 8.0.0.2
serverVersionForComputeMode

Since vSAN API vSAN 7.0U2
supportedConfiguration General checks to cover following items, 1. vSAN is enabled on client cluster and server cluster. 2. Neither of client cluster nor server cluster is stretched/ROBO cluster. 3. Server cluster have only one vsan vmknics. 4. Data in transit encryption is off. 5. Client and server vSAN clusters should be same type (both OSA or ESA). 6: Compute only client cluster should mount only the same type (OSA or ESA) of the server clusters.
vcApiVersion

Since vSAN API 8.0.0.2
vcenterIdValid

Since vSAN API 8.0.0.2
vsanFormatVersion Check vSAN format version can support mounting remote vSAN datastore.

Show WSDL type definition