public class ClusterDasFailoverLevelAdvancedRuntimeInfo extends ClusterDasAdvancedRuntimeInfo
Java class for ClusterDasFailoverLevelAdvancedRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusterDasFailoverLevelAdvancedRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}ClusterDasAdvancedRuntimeInfo">
<sequence>
<element name="slotInfo" type="{urn:vim25}ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo"/>
<element name="totalSlots" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="usedSlots" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="unreservedSlots" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalVms" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalHosts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalGoodHosts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="hostSlots" type="{urn:vim25}ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsRequiringMultipleSlots" type="{urn:vim25}ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots> |
hostSlots |
protected ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo |
slotInfo |
protected int |
totalGoodHosts |
protected int |
totalHosts |
protected int |
totalSlots |
protected int |
totalVms |
protected int |
unreservedSlots |
protected int |
usedSlots |
protected List<ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots> |
vmsRequiringMultipleSlots |
dasHostInfo, heartbeatDatastoreInfo, vmcpSupported| Constructor and Description |
|---|
ClusterDasFailoverLevelAdvancedRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots> |
getHostSlots()
Gets the value of the hostSlots property.
|
ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo |
getSlotInfo()
Gets the value of the slotInfo property.
|
int |
getTotalGoodHosts()
Gets the value of the totalGoodHosts property.
|
int |
getTotalHosts()
Gets the value of the totalHosts property.
|
int |
getTotalSlots()
Gets the value of the totalSlots property.
|
int |
getTotalVms()
Gets the value of the totalVms property.
|
int |
getUnreservedSlots()
Gets the value of the unreservedSlots property.
|
int |
getUsedSlots()
Gets the value of the usedSlots property.
|
List<ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots> |
getVmsRequiringMultipleSlots()
Gets the value of the vmsRequiringMultipleSlots property.
|
void |
setSlotInfo(ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo value)
Sets the value of the slotInfo property.
|
void |
setTotalGoodHosts(int value)
Sets the value of the totalGoodHosts property.
|
void |
setTotalHosts(int value)
Sets the value of the totalHosts property.
|
void |
setTotalSlots(int value)
Sets the value of the totalSlots property.
|
void |
setTotalVms(int value)
Sets the value of the totalVms property.
|
void |
setUnreservedSlots(int value)
Sets the value of the unreservedSlots property.
|
void |
setUsedSlots(int value)
Sets the value of the usedSlots property.
|
getDasHostInfo, getHeartbeatDatastoreInfo, getVmcpSupported, setDasHostInfo, setVmcpSupportedprotected ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo slotInfo
protected int totalSlots
protected int usedSlots
protected int unreservedSlots
protected int totalVms
protected int totalHosts
protected int totalGoodHosts
protected List<ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots> hostSlots
protected List<ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots> vmsRequiringMultipleSlots
public ClusterDasFailoverLevelAdvancedRuntimeInfo()
public ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo getSlotInfo()
ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfopublic void setSlotInfo(ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfo value)
value - allowed object is
ClusterDasFailoverLevelAdvancedRuntimeInfoSlotInfopublic int getTotalSlots()
public void setTotalSlots(int value)
public int getUsedSlots()
public void setUsedSlots(int value)
public int getUnreservedSlots()
public void setUnreservedSlots(int value)
public int getTotalVms()
public void setTotalVms(int value)
public int getTotalHosts()
public void setTotalHosts(int value)
public int getTotalGoodHosts()
public void setTotalGoodHosts(int value)
public List<ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots> getHostSlots()
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 hostSlots property.
For example, to add a new item, do as follows:
getHostSlots().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDasFailoverLevelAdvancedRuntimeInfoHostSlots
public List<ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots> getVmsRequiringMultipleSlots()
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 vmsRequiringMultipleSlots property.
For example, to add a new item, do as follows:
getVmsRequiringMultipleSlots().add(newItem);
Objects of the following type(s) are allowed in the list
ClusterDasFailoverLevelAdvancedRuntimeInfoVmSlots
Copyright © 2018. All rights reserved.