|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.network.NetworkConnection
public class NetworkConnection
Represents a network connection.
<complexType name="NetworkConnection">
<complexContent>
<extension base="{http://www.vmware.com/vcloud/v1.5}VCloudExtensibleType">
<sequence>
<element name="NetworkConnectionIndex" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType" minOccurs="0"/>
<element name="ExternalIpAddress" type="{http://www.vmware.com/vcloud/v1.5}IpAddressType" minOccurs="0"/>
<element name="IsConnected" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MACAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IpAddressAllocationMode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="network" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="needsCustomization" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
NetworkConnection.Builder
|
static class |
NetworkConnection.IpAddressAllocationMode
|
| Field Summary | |
|---|---|
protected String |
externalIpAddress
|
protected String |
ipAddress
|
protected NetworkConnection.IpAddressAllocationMode |
ipAddressAllocationMode
|
protected boolean |
isConnected
|
protected String |
macAddress
|
protected Boolean |
needsCustomization
|
protected String |
network
|
protected int |
networkConnectionIndex
|
| Constructor Summary | |
|---|---|
NetworkConnection(int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String macAddress,
NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode,
String network,
Boolean needsCustomization)
|
|
| Method Summary | |
|---|---|
static NetworkConnection.Builder |
builder()
|
boolean |
equals(Object o)
|
String |
getExternalIpAddress()
Gets the value of the externalIpAddress property. |
String |
getIpAddress()
Gets the value of the ipAddress property. |
NetworkConnection.IpAddressAllocationMode |
getIpAddressAllocationMode()
Gets the value of the ipAddressAllocationMode property. |
String |
getMACAddress()
Gets the value of the macAddress property. |
String |
getNetwork()
Gets the value of the network property. |
int |
getNetworkConnectionIndex()
Gets the value of the networkConnectionIndex property. |
int |
hashCode()
|
boolean |
isConnected()
Gets the value of the isConnected property. |
Boolean |
needsCustomization()
Gets the value of the needsCustomization property. |
NetworkConnection.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int networkConnectionIndex
protected String ipAddress
protected String externalIpAddress
protected boolean isConnected
protected String macAddress
protected NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode
protected String network
protected Boolean needsCustomization
| Constructor Detail |
|---|
public NetworkConnection(int networkConnectionIndex,
String ipAddress,
String externalIpAddress,
boolean connected,
String macAddress,
NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode,
String network,
Boolean needsCustomization)
| Method Detail |
|---|
public static NetworkConnection.Builder builder()
public NetworkConnection.Builder toBuilder()
public int getNetworkConnectionIndex()
public String getIpAddress()
Stringpublic String getExternalIpAddress()
Stringpublic boolean isConnected()
public String getMACAddress()
Stringpublic NetworkConnection.IpAddressAllocationMode getIpAddressAllocationMode()
Stringpublic String getNetwork()
Stringpublic Boolean needsCustomization()
Booleanpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||