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