org.jclouds.trmk.vcloud_0_8.domain
Class NetworkAdapter
java.lang.Object
org.jclouds.trmk.vcloud_0_8.domain.NetworkAdapter
- All Implemented Interfaces:
- Comparable<NetworkAdapter>
public class NetworkAdapter
- extends Object
- implements Comparable<NetworkAdapter>
- Author:
- Seshu Pasam
NetworkAdapter
public NetworkAdapter(String macAddress,
String name,
Subnet subnet)
compareTo
public int compareTo(NetworkAdapter that)
- Specified by:
compareTo
in interface Comparable<NetworkAdapter>
getMacAddress
public String getMacAddress()
getName
public String getName()
getSubnet
public Subnet getSubnet()
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.