public class NetworkSummary extends DynamicData
Java class for NetworkSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NetworkSummary">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="network" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="accessible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ipPoolName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ipPoolId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accessible |
protected Integer |
ipPoolId |
protected String |
ipPoolName |
protected String |
name |
protected ManagedObjectReference |
network |
| Constructor and Description |
|---|
NetworkSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIpPoolId()
Gets the value of the ipPoolId property.
|
String |
getIpPoolName()
Gets the value of the ipPoolName property.
|
String |
getName()
Gets the value of the name property.
|
ManagedObjectReference |
getNetwork()
Gets the value of the network property.
|
boolean |
isAccessible()
Gets the value of the accessible property.
|
void |
setAccessible(boolean value)
Sets the value of the accessible property.
|
void |
setIpPoolId(Integer value)
Sets the value of the ipPoolId property.
|
void |
setIpPoolName(String value)
Sets the value of the ipPoolName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNetwork(ManagedObjectReference value)
Sets the value of the network property.
|
protected ManagedObjectReference network
protected String name
protected boolean accessible
protected String ipPoolName
protected Integer ipPoolId
public ManagedObjectReference getNetwork()
ManagedObjectReferencepublic void setNetwork(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isAccessible()
public void setAccessible(boolean value)
public String getIpPoolName()
Stringpublic void setIpPoolName(String value)
value - allowed object is
Stringpublic Integer getIpPoolId()
IntegerCopyright © 2018. All rights reserved.