org.jclouds.trmk.vcloud_0_8.domain
Class NetworkExtendedInfo

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.NetworkExtendedInfo
All Implemented Interfaces:
Comparable<NetworkExtendedInfo>

public class NetworkExtendedInfo
extends Object
implements Comparable<NetworkExtendedInfo>

Author:
Adrian Cole

Nested Class Summary
static class NetworkExtendedInfo.Type
           
 
Constructor Summary
NetworkExtendedInfo(String id, URI href, String name, String rnatAddress, String address, String broadcastAddress, String gatewayAddress, NetworkExtendedInfo.Type networkType, String vlan, String friendlyName)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkExtendedInfo

public NetworkExtendedInfo(String id,
                           URI href,
                           String name,
                           String rnatAddress,
                           String address,
                           String broadcastAddress,
                           String gatewayAddress,
                           NetworkExtendedInfo.Type networkType,
                           String vlan,
                           String friendlyName)
Method Detail

compareTo

public int compareTo(NetworkExtendedInfo that)
Specified by:
compareTo in interface Comparable<NetworkExtendedInfo>

getId

public String getId()

getHref

public URI getHref()

getName

public String getName()

getRnatAddress

public String getRnatAddress()

getAddress

public String getAddress()

getBroadcastAddress

public String getBroadcastAddress()

getGatewayAddress

public String getGatewayAddress()

getNetworkType

public NetworkExtendedInfo.Type getNetworkType()

getVlan

public String getVlan()

getFriendlyName

public String getFriendlyName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.