vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - ClusterInfraUpdateHaConfigInfo(vim.cluster.InfraUpdateHaConfigInfo)
- Property of
 - ClusterConfigInfoEx, ClusterConfigSpecEx
 - Extends
 - DynamicData
 - Since
 - vSphere API Release 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 | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |