public class NetworkConnection extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
NetworkConnection.Builder  | 
| Constructor and Description | 
|---|
NetworkConnection(String network,
                 int networkConnectionIndex,
                 String ipAddress,
                 String externalIpAddress,
                 boolean connected,
                 String MACAddress,
                 IpAddressAllocationMode ipAddressAllocationMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
static NetworkConnection.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getExternalIpAddress()  | 
String | 
getIpAddress()  | 
IpAddressAllocationMode | 
getIpAddressAllocationMode()  | 
String | 
getMACAddress()  | 
String | 
getNetwork()  | 
int | 
getNetworkConnectionIndex()  | 
int | 
hashCode()  | 
boolean | 
isConnected()  | 
NetworkConnection.Builder | 
toBuilder()  | 
String | 
toString()  | 
public static NetworkConnection.Builder builder()
public String getNetwork()
public int getNetworkConnectionIndex()
@Nullable public String getExternalIpAddress()
public boolean isConnected()
public IpAddressAllocationMode getIpAddressAllocationMode()
public NetworkConnection.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.