Enum - VsanClusterHealthActionVsanClusterHealthActionIdEnum(vim.cluster.VsanClusterHealthAction.VsanClusterHealthActionIdEnum)

Since
vSphere API 5.5


Enum Description

The vSAN cluster health action ID enumeration. Actions are remediation operations user can take to resolve health issues. Each action is identified by ID. The user performs the action by calling the associated first-class API. But it's not always appropriate to trigger such operation and user need to use judgment of the situation to decide. This is why the action is not automatically executed, as it may be the wrong choice in some situations. The associated API for each of action lists as below. All of these APIs are exposed by vim.cluster.VsanVcClusterHealthSystem, except "EnableIscsiTargetService", which is exposed by vim.cluster.VsanIscsiTargetSystem. API "RepairClusterObjectsImmediate" is for action "RepairClusterObjectsAction", API "UploadHclDb" is for action "UploadHclDb", API "UpdateHclDbFromWeb" is for action "UpdateHclDbFromInternet", API "PrepareCluster" is for action "EnableHealthService", API "RebalanceCluster" is for action "DiskBalance", API "StopRebalanceCluster" is for action "StopDiskBalance", API "PerformUpgrade" is for action "RemediateDedup". API "PerformVsanUpgrade" is for action "UpgradeVsanDiskFormat" API "PerformUpgrade" is for action "RemediateClusterConfig" Some actions don't directly correspond to an API, but rather a workflow, in the case of the UI a wizard. See below items: Launch "Create VDS" wizard for action "CreateDVS" Launch "Configure HA" on a cluster wizard for action "ConfigureHA" Launch "Configure DRS" on a cluster wizard for action "ConfigureDRS" Launch "Configure vSAN" on a cluster wizard for action "ConfigureVSAN" Launch "Claim vSAN Disks" on a cluster wizard for action "ClaimVSANDisks" Launch "vSAN On-click Upgrade Wizard" for action "ClusterUpgrade" Launch "Create vmknic Wizard" for action "CreateVMKnic" Launch "Create vmknic with vMotion Wizard" for action "CreateVMKnicWithVMotion" Launch "Run Storage performance test" dialog for action "RunBurnInTest" Link "Customer Experience Improvement Program (CEIP) page" for action "EnableCeip" API "EnableIscsiTargetService" is for action "EnableIscsiTargetService" API "CreateStatsObjectTask" is for action "EnablePerformanceServiceAction"

Enum Constants

NameDescription
ClaimVSANDisks
ClusterUpgrade
ConfigureDRS
ConfigureHA
ConfigureVSAN
CreateDVS
CreateVMKnic
CreateVMKnicWithVMotion
DiskBalance
EnableCeip
EnableHealthService
EnableIscsiTargetService
EnablePerformanceServiceAction
RemediateClusterConfig
RemediateDedup
RepairClusterObjectsAction
RunBurnInTest
StopDiskBalance
UpdateHclDbFromInternet
UpgradeVsanDiskFormat
UploadHclDb

Show WSDL type definition