public class ClusterConfigInfo extends DynamicData
Java class for ClusterConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasConfigInfo |
dasConfig |
protected List<ClusterDasVmConfigInfo> |
dasVmConfig |
protected ClusterDrsConfigInfo |
drsConfig |
protected List<ClusterDrsVmConfigInfo> |
drsVmConfig |
protected List<ClusterRuleInfo> |
rule |
| Constructor and Description |
|---|
ClusterConfigInfo() |
| 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.
|
ClusterDrsConfigInfo |
getDrsConfig()
Gets the value of the drsConfig property.
|
List<ClusterDrsVmConfigInfo> |
getDrsVmConfig()
Gets the value of the drsVmConfig property.
|
List<ClusterRuleInfo> |
getRule()
Gets the value of the rule property.
|
void |
setDasConfig(ClusterDasConfigInfo value)
Sets the value of the dasConfig property.
|
void |
setDrsConfig(ClusterDrsConfigInfo value)
Sets the value of the drsConfig property.
|
protected ClusterDasConfigInfo dasConfig
protected List<ClusterDasVmConfigInfo> dasVmConfig
protected ClusterDrsConfigInfo drsConfig
protected List<ClusterDrsVmConfigInfo> drsVmConfig
protected List<ClusterRuleInfo> rule
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
Copyright © 2018. All rights reserved.