public class DvsResourceRuntimeInfo extends DynamicData
Java class for DvsResourceRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsResourceRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="available" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="allocatedResource" type="{urn:vim25}DvsVnicAllocatedResource" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmVnicNetworkResourcePoolRuntime" type="{urn:vim25}DvsVmVnicNetworkResourcePoolRuntimeInfo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DvsVnicAllocatedResource> |
allocatedResource |
protected Integer |
available |
protected Integer |
capacity |
protected Integer |
usage |
protected List<DvsVmVnicNetworkResourcePoolRuntimeInfo> |
vmVnicNetworkResourcePoolRuntime |
| Constructor and Description |
|---|
DvsResourceRuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<DvsVnicAllocatedResource> |
getAllocatedResource()
Gets the value of the allocatedResource property.
|
Integer |
getAvailable()
Gets the value of the available property.
|
Integer |
getCapacity()
Gets the value of the capacity property.
|
Integer |
getUsage()
Gets the value of the usage property.
|
List<DvsVmVnicNetworkResourcePoolRuntimeInfo> |
getVmVnicNetworkResourcePoolRuntime()
Gets the value of the vmVnicNetworkResourcePoolRuntime property.
|
void |
setAvailable(Integer value)
Sets the value of the available property.
|
void |
setCapacity(Integer value)
Sets the value of the capacity property.
|
void |
setUsage(Integer value)
Sets the value of the usage property.
|
protected Integer capacity
protected Integer usage
protected Integer available
protected List<DvsVnicAllocatedResource> allocatedResource
protected List<DvsVmVnicNetworkResourcePoolRuntimeInfo> vmVnicNetworkResourcePoolRuntime
public Integer getCapacity()
Integerpublic void setCapacity(Integer value)
value - allowed object is
Integerpublic Integer getUsage()
Integerpublic void setUsage(Integer value)
value - allowed object is
Integerpublic Integer getAvailable()
Integerpublic void setAvailable(Integer value)
value - allowed object is
Integerpublic List<DvsVnicAllocatedResource> getAllocatedResource()
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 allocatedResource property.
For example, to add a new item, do as follows:
getAllocatedResource().add(newItem);
Objects of the following type(s) are allowed in the list
DvsVnicAllocatedResource
public List<DvsVmVnicNetworkResourcePoolRuntimeInfo> getVmVnicNetworkResourcePoolRuntime()
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 vmVnicNetworkResourcePoolRuntime property.
For example, to add a new item, do as follows:
getVmVnicNetworkResourcePoolRuntime().add(newItem);
Objects of the following type(s) are allowed in the list
DvsVmVnicNetworkResourcePoolRuntimeInfo
Copyright © 2018. All rights reserved.