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