public class InventoryDescription extends DynamicData
Java class for InventoryDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InventoryDescription">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="numHosts" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numVirtualMachines" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numResourcePools" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numClusters" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numCpuDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numNetDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numDiskDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numvCpuDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numvNetDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="numvDiskDev" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
numClusters |
protected Integer |
numCpuDev |
protected Integer |
numDiskDev |
protected int |
numHosts |
protected Integer |
numNetDev |
protected Integer |
numResourcePools |
protected Integer |
numvCpuDev |
protected Integer |
numvDiskDev |
protected int |
numVirtualMachines |
protected Integer |
numvNetDev |
| Constructor and Description |
|---|
InventoryDescription() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNumClusters()
Gets the value of the numClusters property.
|
Integer |
getNumCpuDev()
Gets the value of the numCpuDev property.
|
Integer |
getNumDiskDev()
Gets the value of the numDiskDev property.
|
int |
getNumHosts()
Gets the value of the numHosts property.
|
Integer |
getNumNetDev()
Gets the value of the numNetDev property.
|
Integer |
getNumResourcePools()
Gets the value of the numResourcePools property.
|
Integer |
getNumvCpuDev()
Gets the value of the numvCpuDev property.
|
Integer |
getNumvDiskDev()
Gets the value of the numvDiskDev property.
|
int |
getNumVirtualMachines()
Gets the value of the numVirtualMachines property.
|
Integer |
getNumvNetDev()
Gets the value of the numvNetDev property.
|
void |
setNumClusters(Integer value)
Sets the value of the numClusters property.
|
void |
setNumCpuDev(Integer value)
Sets the value of the numCpuDev property.
|
void |
setNumDiskDev(Integer value)
Sets the value of the numDiskDev property.
|
void |
setNumHosts(int value)
Sets the value of the numHosts property.
|
void |
setNumNetDev(Integer value)
Sets the value of the numNetDev property.
|
void |
setNumResourcePools(Integer value)
Sets the value of the numResourcePools property.
|
void |
setNumvCpuDev(Integer value)
Sets the value of the numvCpuDev property.
|
void |
setNumvDiskDev(Integer value)
Sets the value of the numvDiskDev property.
|
void |
setNumVirtualMachines(int value)
Sets the value of the numVirtualMachines property.
|
void |
setNumvNetDev(Integer value)
Sets the value of the numvNetDev property.
|
protected int numHosts
protected int numVirtualMachines
protected Integer numResourcePools
protected Integer numClusters
protected Integer numCpuDev
protected Integer numNetDev
protected Integer numDiskDev
protected Integer numvCpuDev
protected Integer numvNetDev
protected Integer numvDiskDev
public int getNumHosts()
public void setNumHosts(int value)
public int getNumVirtualMachines()
public void setNumVirtualMachines(int value)
public Integer getNumResourcePools()
Integerpublic void setNumResourcePools(Integer value)
value - allowed object is
Integerpublic Integer getNumClusters()
Integerpublic void setNumClusters(Integer value)
value - allowed object is
Integerpublic Integer getNumCpuDev()
Integerpublic void setNumCpuDev(Integer value)
value - allowed object is
Integerpublic Integer getNumNetDev()
Integerpublic void setNumNetDev(Integer value)
value - allowed object is
Integerpublic Integer getNumDiskDev()
Integerpublic void setNumDiskDev(Integer value)
value - allowed object is
Integerpublic Integer getNumvCpuDev()
Integerpublic void setNumvCpuDev(Integer value)
value - allowed object is
Integerpublic Integer getNumvNetDev()
Integerpublic void setNumvNetDev(Integer value)
value - allowed object is
Integerpublic Integer getNumvDiskDev()
IntegerCopyright © 2018. All rights reserved.