public class DvsVmVnicNetworkResourcePoolRuntimeInfo extends DynamicData
Java class for DvsVmVnicNetworkResourcePoolRuntimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DvsVmVnicNetworkResourcePoolRuntimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="allocatedResource" type="{urn:vim25}DvsVnicAllocatedResource" 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 String |
key |
protected String |
name |
protected String |
status |
protected Integer |
usage |
| Constructor and Description |
|---|
DvsVmVnicNetworkResourcePoolRuntimeInfo() |
| 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.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStatus()
Gets the value of the status property.
|
Integer |
getUsage()
Gets the value of the usage property.
|
void |
setAvailable(Integer value)
Sets the value of the available property.
|
void |
setCapacity(Integer value)
Sets the value of the capacity property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setUsage(Integer value)
Sets the value of the usage property.
|
protected String key
protected String name
protected Integer capacity
protected Integer usage
protected Integer available
protected String status
protected List<DvsVnicAllocatedResource> allocatedResource
public DvsVmVnicNetworkResourcePoolRuntimeInfo()
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic 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 String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic 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
Copyright © 2018. All rights reserved.