⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
C
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - ClusterInfraUpdateHaConfigInfoRemediationType(vim.cluster.InfraUpdateHaConfigInfo.RemediationType)
Since
vSphere API 6.5
Enum Description
Enum Constants
Name
Description
MaintenanceMode
With this behavior configured, a degraded host will be recommended to be placed in Maintenance Mode.
QuarantineMode
With this behavior configured, a degraded host will be recommended to be placed in Quarantine Mode.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="ClusterInfraUpdateHaConfigInfoRemediationType"> <restriction base="xsd:string"> <enumeration value="QuarantineMode"/> <enumeration value="MaintenanceMode"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2006-2016 VMware, Inc. All rights reserved.
Revision 15-Nov-2016 | Version 6.5
Feedback
1
2
3
4
5
0 Ratings