vSAN Management API
| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Managed Object - VsanClusterMgmtInternalSystem(vim.cluster.VsanClusterMgmtInternalSystem)
- See also
- ClusterComputeResource, HostSystem, Task
- Since
- vSphere API Release 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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanClusterMgmtInternalSystem used to make the method call. |
cluster P | ManagedObjectReference
to a ClusterComputeResource |
The target vim.ClusterComputeResource to remediate.
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | vim.Task |
Faults
Type | Description |
---|---|
NotFound | |
RuntimeFault | Thrown 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
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the VsanClusterMgmtInternalSystem used to make the method call. |
host P | ManagedObjectReference
to a HostSystem |
The target vim.HostSystem to remediate.
Since vSphere API Release 5.5 |
Return Value
Type | Description |
---|---|
ManagedObjectReference
to a Task | vim.Task |
Faults
Type | Description |
---|---|
NotFound | |
RuntimeFault | Thrown 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
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |