Managed Object - VsanClusterMgmtInternalSystem(vim.cluster.VsanClusterMgmtInternalSystem)

See also
ClusterComputeResource, HostSystem, Task
Since
vSphere API 5.5


Managed Object Description

This system provides interfaces to remediate inconsistency of vSAN configurations at both cluster and host level. It can be accessed through MOID vsan-cluster-mgmt-internal-system at vCenter side.

Properties

Name Type Description
None

Methods

Methods defined in this Managed Object
VsanRemediateVsanCluster, VsanRemediateVsanHost

VsanRemediateVsanCluster(remediateVsanCluster)

Remediate a cluster, to ensure vSAN cluster state matches vpxd cluster state, and also guarantee vSAN state of all member hosts is updated if required.
Required Privileges
None

Parameters

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

The target vim.ClusterComputeResource to remediate.

Since vSphere API 5.5
P Required privilege: cluster

Return Value

Type Description
ManagedObjectReference
to a Task
vim.Task

Faults

Type Description
NotFound
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



VsanRemediateVsanHost(remediateVsanHost)

Remediate a single standalone host. Will ensure the vSAN state of the host is updated if required. If the host was removed from a cluster, the cluster needs to remediate in order for the vSAN cluster to correctly reflect that the host is no longer part of the cluster.
Required Privileges
None

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the VsanClusterMgmtInternalSystem used to make the method call.
host PManagedObjectReference
to a HostSystem

The target vim.HostSystem to remediate.

Since vSphere API 5.5
P Required privilege: host

Return Value

Type Description
ManagedObjectReference
to a Task
vim.Task

Faults

Type Description
NotFound
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