public class IpPoolAssociation extends DynamicData
Java class for IpPoolAssociation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IpPoolAssociation">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="network" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="networkName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
network |
protected String |
networkName |
| Constructor and Description |
|---|
IpPoolAssociation() |
| Modifier and Type | Method and Description |
|---|---|
ManagedObjectReference |
getNetwork()
Gets the value of the network property.
|
String |
getNetworkName()
Gets the value of the networkName property.
|
void |
setNetwork(ManagedObjectReference value)
Sets the value of the network property.
|
void |
setNetworkName(String value)
Sets the value of the networkName property.
|
protected ManagedObjectReference network
protected String networkName
public ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getNetworkName()
StringCopyright © 2018. All rights reserved.