public class ClusterConfigInfoEx extends ComputeResourceConfigInfo
Java class for ClusterConfigInfoEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterConfigInfoEx">
<complexContent>
<extension base="{urn:vim25}ComputeResourceConfigInfo">
<sequence>
<element name="dasConfig" type="{urn:vim25}ClusterDasConfigInfo"/>
<element name="dasVmConfig" type="{urn:vim25}ClusterDasVmConfigInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="drsConfig" type="{urn:vim25}ClusterDrsConfigInfo"/>
<element name="drsVmConfig" type="{urn:vim25}ClusterDrsVmConfigInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="rule" type="{urn:vim25}ClusterRuleInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="orchestration" type="{urn:vim25}ClusterOrchestrationInfo" minOccurs="0"/>
<element name="vmOrchestration" type="{urn:vim25}ClusterVmOrchestrationInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="dpmConfigInfo" type="{urn:vim25}ClusterDpmConfigInfo" minOccurs="0"/>
<element name="dpmHostConfig" type="{urn:vim25}ClusterDpmHostConfigInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="vsanConfigInfo" type="{urn:vim25}VsanClusterConfigInfo" minOccurs="0"/>
<element name="vsanHostConfig" type="{urn:vim25}VsanHostConfigInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{urn:vim25}ClusterGroupInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="infraUpdateHaConfig" type="{urn:vim25}ClusterInfraUpdateHaConfigInfo" minOccurs="0"/>
<element name="proactiveDrsConfig" type="{urn:vim25}ClusterProactiveDrsConfigInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasConfigInfo |
dasConfig |
protected List<ClusterDasVmConfigInfo> |
dasVmConfig |
protected ClusterDpmConfigInfo |
dpmConfigInfo |
protected List<ClusterDpmHostConfigInfo> |
dpmHostConfig |
protected ClusterDrsConfigInfo |
drsConfig |
protected List<ClusterDrsVmConfigInfo> |
drsVmConfig |
protected List<ClusterGroupInfo> |
group |
protected ClusterInfraUpdateHaConfigInfo |
infraUpdateHaConfig |
protected ClusterOrchestrationInfo |
orchestration |
protected ClusterProactiveDrsConfigInfo |
proactiveDrsConfig |
protected List<ClusterRuleInfo> |
rule |
protected List<ClusterVmOrchestrationInfo> |
vmOrchestration |
protected VsanClusterConfigInfo |
vsanConfigInfo |
protected List<VsanHostConfigInfo> |
vsanHostConfig |
defaultHardwareVersionKey, spbmEnabled, vmSwapPlacement| Constructor and Description |
|---|
ClusterConfigInfoEx() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasConfigInfo |
getDasConfig()
Gets the value of the dasConfig property.
|
List<ClusterDasVmConfigInfo> |
getDasVmConfig()
Gets the value of the dasVmConfig property.
|
ClusterDpmConfigInfo |
getDpmConfigInfo()
Gets the value of the dpmConfigInfo property.
|
List<ClusterDpmHostConfigInfo> |
getDpmHostConfig()
Gets the value of the dpmHostConfig property.
|
ClusterDrsConfigInfo |
getDrsConfig()
Gets the value of the drsConfig property.
|
List<ClusterDrsVmConfigInfo> |
getDrsVmConfig()
Gets the value of the drsVmConfig property.
|
List<ClusterGroupInfo> |
getGroup()
Gets the value of the group property.
|
ClusterInfraUpdateHaConfigInfo |
getInfraUpdateHaConfig()
Gets the value of the infraUpdateHaConfig property.
|
ClusterOrchestrationInfo |
getOrchestration()
Gets the value of the orchestration property.
|
ClusterProactiveDrsConfigInfo |
getProactiveDrsConfig()
Gets the value of the proactiveDrsConfig property.
|
List<ClusterRuleInfo> |
getRule()
Gets the value of the rule property.
|
List<ClusterVmOrchestrationInfo> |
getVmOrchestration()
Gets the value of the vmOrchestration property.
|
VsanClusterConfigInfo |
getVsanConfigInfo()
Gets the value of the vsanConfigInfo property.
|
List<VsanHostConfigInfo> |
getVsanHostConfig()
Gets the value of the vsanHostConfig property.
|
void |
setDasConfig(ClusterDasConfigInfo value)
Sets the value of the dasConfig property.
|
void |
setDpmConfigInfo(ClusterDpmConfigInfo value)
Sets the value of the dpmConfigInfo property.
|
void |
setDrsConfig(ClusterDrsConfigInfo value)
Sets the value of the drsConfig property.
|
void |
setInfraUpdateHaConfig(ClusterInfraUpdateHaConfigInfo value)
Sets the value of the infraUpdateHaConfig property.
|
void |
setOrchestration(ClusterOrchestrationInfo value)
Sets the value of the orchestration property.
|
void |
setProactiveDrsConfig(ClusterProactiveDrsConfigInfo value)
Sets the value of the proactiveDrsConfig property.
|
void |
setVsanConfigInfo(VsanClusterConfigInfo value)
Sets the value of the vsanConfigInfo property.
|
getDefaultHardwareVersionKey, getVmSwapPlacement, isSpbmEnabled, setDefaultHardwareVersionKey, setSpbmEnabled, setVmSwapPlacementprotected ClusterDasConfigInfo dasConfig
protected List<ClusterDasVmConfigInfo> dasVmConfig
protected ClusterDrsConfigInfo drsConfig
protected List<ClusterDrsVmConfigInfo> drsVmConfig
protected List<ClusterRuleInfo> rule
protected ClusterOrchestrationInfo orchestration
protected List<ClusterVmOrchestrationInfo> vmOrchestration
protected ClusterDpmConfigInfo dpmConfigInfo
protected List<ClusterDpmHostConfigInfo> dpmHostConfig
protected VsanClusterConfigInfo vsanConfigInfo
protected List<VsanHostConfigInfo> vsanHostConfig
protected List<ClusterGroupInfo> group
protected ClusterInfraUpdateHaConfigInfo infraUpdateHaConfig
protected ClusterProactiveDrsConfigInfo proactiveDrsConfig
public ClusterDasConfigInfo getDasConfig()
ClusterDasConfigInfopublic void setDasConfig(ClusterDasConfigInfo value)
value - allowed object is
ClusterDasConfigInfopublic List<ClusterDasVmConfigInfo> getDasVmConfig()
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 dasVmConfig property.
For example, to add a new item, do as follows:
getDasVmConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDasVmConfigInfo
public ClusterDrsConfigInfo getDrsConfig()
ClusterDrsConfigInfopublic void setDrsConfig(ClusterDrsConfigInfo value)
value - allowed object is
ClusterDrsConfigInfopublic List<ClusterDrsVmConfigInfo> getDrsVmConfig()
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 drsVmConfig property.
For example, to add a new item, do as follows:
getDrsVmConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDrsVmConfigInfo
public List<ClusterRuleInfo> getRule()
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 rule property.
For example, to add a new item, do as follows:
getRule().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRuleInfo
public ClusterOrchestrationInfo getOrchestration()
ClusterOrchestrationInfopublic void setOrchestration(ClusterOrchestrationInfo value)
value - allowed object is
ClusterOrchestrationInfopublic List<ClusterVmOrchestrationInfo> getVmOrchestration()
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 vmOrchestration property.
For example, to add a new item, do as follows:
getVmOrchestration().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterVmOrchestrationInfo
public ClusterDpmConfigInfo getDpmConfigInfo()
ClusterDpmConfigInfopublic void setDpmConfigInfo(ClusterDpmConfigInfo value)
value - allowed object is
ClusterDpmConfigInfopublic List<ClusterDpmHostConfigInfo> getDpmHostConfig()
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 dpmHostConfig property.
For example, to add a new item, do as follows:
getDpmHostConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDpmHostConfigInfo
public VsanClusterConfigInfo getVsanConfigInfo()
VsanClusterConfigInfopublic void setVsanConfigInfo(VsanClusterConfigInfo value)
value - allowed object is
VsanClusterConfigInfopublic List<VsanHostConfigInfo> getVsanHostConfig()
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 vsanHostConfig property.
For example, to add a new item, do as follows:
getVsanHostConfig().add(newItem);
Objects of the following type(s) are allowed in the list
VsanHostConfigInfo
public List<ClusterGroupInfo> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterGroupInfo
public ClusterInfraUpdateHaConfigInfo getInfraUpdateHaConfig()
ClusterInfraUpdateHaConfigInfopublic void setInfraUpdateHaConfig(ClusterInfraUpdateHaConfigInfo value)
value - allowed object is
ClusterInfraUpdateHaConfigInfopublic ClusterProactiveDrsConfigInfo getProactiveDrsConfig()
ClusterProactiveDrsConfigInfopublic void setProactiveDrsConfig(ClusterProactiveDrsConfigInfo value)
value - allowed object is
ClusterProactiveDrsConfigInfoCopyright © 2018. All rights reserved.