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