Enum - VsanPerfsvcRemediateAction(vim.vsan.PerfsvcRemediateAction)

Since
vSAN API 6.7


Enum Description

Remediate action type. When vSAN cluster remediate, vSAN will check the performance service configuration and performance service status. If the vSAN performance service configuration is enable but the vSAN performance service is not running, it will return "enable" to remediate vSAN performance service. If the vSAN performance service configuration is disable but the vSAN performance service is not running, it will return "disable" to remediate vSAN performance service. If the vSAN performance service configuration is enable, the vSAN performance service is running, but the profile of performance service is not match the configuration, it will return "update_profile" to remediate vSAN performance service. Others will return "no_action" which means no need to remediate vSAN performance service. Valid types are:

Enum Constants

NameDescription
disable remediate action is delete stats object.
enable remediate action is create stats object.
no_action remediate action will do no action.
update_profile remediate action is update stats object policy.

Show WSDL type definition