Managed Object - VsanRemoteDatastoreSystem(vim.cluster.VsanRemoteDatastoreSystem)

See also
ClusterComputeResource, Datastore, VsanMountPrecheckResult
Since
vSAN API vSAN 7.0U1


Managed Object Description

The managed object provides support for vSAN remote datastore management operations. It can be accessed with MOID of 'vsan-remote-datastore-system', through vSAN service at vCenter server side.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
MountPrecheck

MountPrecheck(mountPrecheck)

Checks mount compatibility of a vSAN datastore with given vSAN cluster. Get mount pre-check results of a client cluster and remote vSAN datastore. Different types of checks are needed, see VsanMountPrecheckResult for details.
Required Privileges
Host.Config.Storage

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanRemoteDatastoreSystem used to make the method call.
cluster PManagedObjectReference
to a ClusterComputeResource

Since vSAN API vSAN 7.0U1
datastore PManagedObjectReference
to a Datastore

Since vSAN API vSAN 7.0U1
PRequired privilege - see tooltip for details

Return Value

Type Description
VsanMountPrecheckResult

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None

Show WSDL type definition