SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > C
  • 0 Ratings

Data Object - ClusterInfraUpdateHaConfigInfo(vim.cluster.InfraUpdateHaConfigInfo)

Property of
ClusterConfigInfoEx, ClusterConfigSpecEx
Extends
DynamicData
Since
vSphere API 6.5

Data Object Description

Configuration of the vSphere InfraUpdateHA service.

All fields are defined as optional. In case of a reconfiguration, unset fields are not changed.

Properties

Name Type Description
behavior*xsd:string

Configured behavior. Values are of type BehaviorType.
enabled*xsd:boolean

Flag indicating whether or not the service is enabled. InfraUpdateHA will not be active, unless DRS is enabled as well.
moderateRemediation*xsd:string

Configured remediation for moderately degraded hosts. Values are of type RemediationType. Configuring MaintenanceMode for moderateRemedation and QuarantineMode for severeRemediation is not supported and will throw InvalidArgument.
providers*xsd:string[]

The list of health update providers configured for this cluster. Providers are identified by their id.

When reconfiguring the cluster, a list with a single element {""} will clear the list of providers.

If the provider list is empty, InfraUpdateHA will not be active.

severeRemediation*xsd:string

Configured remediation for severely degraded hosts. Values are of type RemediationType.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition




Feedback

  • 0 Ratings