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
enable
no_action
PerfsvcRemediateAction_Unknown
update_profile

Show WSDL type definition