public class DVSVmVnicNetworkResourcePool extends DynamicData
Java class for DVSVmVnicNetworkResourcePool complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSVmVnicNetworkResourcePool">
<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="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="configVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="allocationInfo" type="{urn:vim25}DvsVmVnicResourceAllocation" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DvsVmVnicResourceAllocation |
allocationInfo |
protected String |
configVersion |
protected String |
description |
protected String |
key |
protected String |
name |
| Constructor and Description |
|---|
DVSVmVnicNetworkResourcePool() |
| Modifier and Type | Method and Description |
|---|---|
DvsVmVnicResourceAllocation |
getAllocationInfo()
Gets the value of the allocationInfo property.
|
String |
getConfigVersion()
Gets the value of the configVersion property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAllocationInfo(DvsVmVnicResourceAllocation value)
Sets the value of the allocationInfo property.
|
void |
setConfigVersion(String value)
Sets the value of the configVersion property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String key
protected String name
protected String description
protected String configVersion
protected DvsVmVnicResourceAllocation allocationInfo
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 String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getConfigVersion()
Stringpublic void setConfigVersion(String value)
value - allowed object is
Stringpublic DvsVmVnicResourceAllocation getAllocationInfo()
DvsVmVnicResourceAllocationpublic void setAllocationInfo(DvsVmVnicResourceAllocation value)
value - allowed object is
DvsVmVnicResourceAllocationCopyright © 2018. All rights reserved.