public class ClusterConfigSpec extends DynamicData
Java class for ClusterConfigSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterConfigSpec">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="dasConfig" type="{urn:vim25}ClusterDasConfigInfo" minOccurs="0"/>
<element name="dasVmConfigSpec" type="{urn:vim25}ClusterDasVmConfigSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="drsConfig" type="{urn:vim25}ClusterDrsConfigInfo" minOccurs="0"/>
<element name="drsVmConfigSpec" type="{urn:vim25}ClusterDrsVmConfigSpec" maxOccurs="unbounded" minOccurs="0"/>
<element name="rulesSpec" type="{urn:vim25}ClusterRuleSpec" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClusterDasConfigInfo |
dasConfig |
protected List<ClusterDasVmConfigSpec> |
dasVmConfigSpec |
protected ClusterDrsConfigInfo |
drsConfig |
protected List<ClusterDrsVmConfigSpec> |
drsVmConfigSpec |
protected List<ClusterRuleSpec> |
rulesSpec |
| Constructor and Description |
|---|
ClusterConfigSpec() |
| Modifier and Type | Method and Description |
|---|---|
ClusterDasConfigInfo |
getDasConfig()
Gets the value of the dasConfig property.
|
List<ClusterDasVmConfigSpec> |
getDasVmConfigSpec()
Gets the value of the dasVmConfigSpec property.
|
ClusterDrsConfigInfo |
getDrsConfig()
Gets the value of the drsConfig property.
|
List<ClusterDrsVmConfigSpec> |
getDrsVmConfigSpec()
Gets the value of the drsVmConfigSpec property.
|
List<ClusterRuleSpec> |
getRulesSpec()
Gets the value of the rulesSpec 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<ClusterDasVmConfigSpec> dasVmConfigSpec
protected ClusterDrsConfigInfo drsConfig
protected List<ClusterDrsVmConfigSpec> drsVmConfigSpec
protected List<ClusterRuleSpec> rulesSpec
public ClusterDasConfigInfo getDasConfig()
ClusterDasConfigInfopublic void setDasConfig(ClusterDasConfigInfo value)
value - allowed object is
ClusterDasConfigInfopublic List<ClusterDasVmConfigSpec> getDasVmConfigSpec()
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 dasVmConfigSpec property.
For example, to add a new item, do as follows:
getDasVmConfigSpec().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDasVmConfigSpec
public ClusterDrsConfigInfo getDrsConfig()
ClusterDrsConfigInfopublic void setDrsConfig(ClusterDrsConfigInfo value)
value - allowed object is
ClusterDrsConfigInfopublic List<ClusterDrsVmConfigSpec> getDrsVmConfigSpec()
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 drsVmConfigSpec property.
For example, to add a new item, do as follows:
getDrsVmConfigSpec().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDrsVmConfigSpec
public List<ClusterRuleSpec> getRulesSpec()
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 rulesSpec property.
For example, to add a new item, do as follows:
getRulesSpec().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterRuleSpec
Copyright © 2018. All rights reserved.