⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
V
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VchaState(vim.vcha.FailoverClusterConfigurator.VchaState)
Since
vSphere API 6.5
Enum Description
Enum Constants
Name
Description
configured
VCHA cluster is configured.
invalid
VCHA cluster is in an invalid/dirty state.
notConfigured
VCHA cluster is not configured.
prepared
VC appliance has been prepared for VCHA cluster configuration.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="VchaState"> <restriction base="xsd:string"> <enumeration value="configured"/> <enumeration value="notConfigured"/> <enumeration value="invalid"/> <enumeration value="prepared"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings