public class NetworkExtendedInfo extends Object implements Comparable<NetworkExtendedInfo>
Modifier and Type | Class and Description |
---|---|
static class |
NetworkExtendedInfo.Type |
Constructor and Description |
---|
NetworkExtendedInfo(String id,
URI href,
String name,
String rnatAddress,
String address,
String broadcastAddress,
String gatewayAddress,
NetworkExtendedInfo.Type networkType,
String vlan,
String friendlyName) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NetworkExtendedInfo that) |
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getBroadcastAddress() |
String |
getFriendlyName() |
String |
getGatewayAddress() |
URI |
getHref() |
String |
getId() |
String |
getName() |
NetworkExtendedInfo.Type |
getNetworkType() |
String |
getRnatAddress() |
String |
getVlan() |
int |
hashCode() |
String |
toString() |
public int compareTo(NetworkExtendedInfo that)
compareTo
in interface Comparable<NetworkExtendedInfo>
public String getId()
public URI getHref()
public String getName()
public String getRnatAddress()
public String getAddress()
public String getBroadcastAddress()
public String getGatewayAddress()
public NetworkExtendedInfo.Type getNetworkType()
public String getVlan()
public String getFriendlyName()
Copyright © 2009-2012 jclouds. All Rights Reserved.