public class ExtensionManagerIpAllocationUsage extends DynamicData
Java class for ExtensionManagerIpAllocationUsage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionManagerIpAllocationUsage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="extensionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numAddresses" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
extensionKey |
protected int |
numAddresses |
| Constructor and Description |
|---|
ExtensionManagerIpAllocationUsage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtensionKey()
Gets the value of the extensionKey property.
|
int |
getNumAddresses()
Gets the value of the numAddresses property.
|
void |
setExtensionKey(String value)
Sets the value of the extensionKey property.
|
void |
setNumAddresses(int value)
Sets the value of the numAddresses property.
|
protected String extensionKey
protected int numAddresses
public String getExtensionKey()
Stringpublic void setExtensionKey(String value)
value - allowed object is
Stringpublic int getNumAddresses()
public void setNumAddresses(int value)
Copyright © 2018. All rights reserved.