public class ClusterDasConfigInfo extends DynamicData
Java class for ClusterDasConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="vmMonitoring" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="hostMonitoring" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vmComponentProtecting" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="failoverLevel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="admissionControlPolicy" type="{urn:vim25}ClusterDasAdmissionControlPolicy" minOccurs="0"/>
<element name="admissionControlEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="defaultVmSettings" type="{urn:vim25}ClusterDasVmSettings" minOccurs="0"/>
<element name="option" type="{urn:vim25}OptionValue" maxOccurs="unbounded" minOccurs="0"/>
<element name="heartbeatDatastore" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="hBDatastoreCandidatePolicy" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
admissionControlEnabled |
protected ClusterDasAdmissionControlPolicy |
admissionControlPolicy |
protected ClusterDasVmSettings |
defaultVmSettings |
protected Boolean |
enabled |
protected Integer |
failoverLevel |
protected String |
hbDatastoreCandidatePolicy |
protected List<ManagedObjectReference> |
heartbeatDatastore |
protected String |
hostMonitoring |
protected List<OptionValue> |
option |
protected String |
vmComponentProtecting |
protected String |
vmMonitoring |
| Constructor and Description |
|---|
ClusterDasConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasAdmissionControlPolicy |
getAdmissionControlPolicy()
Gets the value of the admissionControlPolicy property.
|
ClusterDasVmSettings |
getDefaultVmSettings()
Gets the value of the defaultVmSettings property.
|
Integer |
getFailoverLevel()
Gets the value of the failoverLevel property.
|
String |
getHBDatastoreCandidatePolicy()
Gets the value of the hbDatastoreCandidatePolicy property.
|
List<ManagedObjectReference> |
getHeartbeatDatastore()
Gets the value of the heartbeatDatastore property.
|
String |
getHostMonitoring()
Gets the value of the hostMonitoring property.
|
List<OptionValue> |
getOption()
Gets the value of the option property.
|
String |
getVmComponentProtecting()
Gets the value of the vmComponentProtecting property.
|
String |
getVmMonitoring()
Gets the value of the vmMonitoring property.
|
Boolean |
isAdmissionControlEnabled()
Gets the value of the admissionControlEnabled property.
|
Boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setAdmissionControlEnabled(Boolean value)
Sets the value of the admissionControlEnabled property.
|
void |
setAdmissionControlPolicy(ClusterDasAdmissionControlPolicy value)
Sets the value of the admissionControlPolicy property.
|
void |
setDefaultVmSettings(ClusterDasVmSettings value)
Sets the value of the defaultVmSettings property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setFailoverLevel(Integer value)
Sets the value of the failoverLevel property.
|
void |
setHBDatastoreCandidatePolicy(String value)
Sets the value of the hbDatastoreCandidatePolicy property.
|
void |
setHostMonitoring(String value)
Sets the value of the hostMonitoring property.
|
void |
setVmComponentProtecting(String value)
Sets the value of the vmComponentProtecting property.
|
void |
setVmMonitoring(String value)
Sets the value of the vmMonitoring property.
|
protected Boolean enabled
protected String vmMonitoring
protected String hostMonitoring
protected String vmComponentProtecting
protected Integer failoverLevel
protected ClusterDasAdmissionControlPolicy admissionControlPolicy
protected Boolean admissionControlEnabled
protected ClusterDasVmSettings defaultVmSettings
protected List<OptionValue> option
protected List<ManagedObjectReference> heartbeatDatastore
protected String hbDatastoreCandidatePolicy
public Boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic String getVmMonitoring()
Stringpublic void setVmMonitoring(String value)
value - allowed object is
Stringpublic String getHostMonitoring()
Stringpublic void setHostMonitoring(String value)
value - allowed object is
Stringpublic String getVmComponentProtecting()
Stringpublic void setVmComponentProtecting(String value)
value - allowed object is
Stringpublic Integer getFailoverLevel()
Integerpublic void setFailoverLevel(Integer value)
value - allowed object is
Integerpublic ClusterDasAdmissionControlPolicy getAdmissionControlPolicy()
ClusterDasAdmissionControlPolicypublic void setAdmissionControlPolicy(ClusterDasAdmissionControlPolicy value)
value - allowed object is
ClusterDasAdmissionControlPolicypublic Boolean isAdmissionControlEnabled()
Booleanpublic void setAdmissionControlEnabled(Boolean value)
value - allowed object is
Booleanpublic ClusterDasVmSettings getDefaultVmSettings()
ClusterDasVmSettingspublic void setDefaultVmSettings(ClusterDasVmSettings value)
value - allowed object is
ClusterDasVmSettingspublic List<OptionValue> getOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the option property.
For example, to add a new item, do as follows:
getOption().add(newItem);
Objects of the following type(s) are allowed in the list
OptionValue
public List<ManagedObjectReference> getHeartbeatDatastore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the heartbeatDatastore property.
For example, to add a new item, do as follows:
getHeartbeatDatastore().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public String getHBDatastoreCandidatePolicy()
StringCopyright © 2018. All rights reserved.