|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.cloudstack.domain.NIC
public class NIC
Nested Class Summary | |
---|---|
static class |
NIC.Builder
|
Constructor Summary | |
---|---|
NIC(long id,
URI broadcastURI,
String gateway,
String iPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
long networkId,
TrafficType trafficType,
GuestIPType guestIPType)
|
Method Summary | |
---|---|
static NIC.Builder |
builder()
|
boolean |
equals(Object obj)
|
URI |
getBroadcastURI()
the broadcast uri of the nic |
String |
getGateway()
the gateway of the nic |
GuestIPType |
getGuestIPType()
the type of the nic |
long |
getId()
the ID of the nic |
String |
getIPAddress()
the ip address of the nic |
URI |
getIsolationURI()
the isolation uri of the nic |
String |
getMacAddress()
the MAC Address of the NIC |
String |
getNetmask()
the netmask of the nic |
long |
getNetworkId()
the ID of the corresponding network |
TrafficType |
getTrafficType()
the traffic type of the nic |
int |
hashCode()
|
boolean |
isDefault()
true if nic is default, false otherwise |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NIC(long id, URI broadcastURI, String gateway, String iPAddress, boolean isDefault, URI isolationURI, String netmask, String macAddress, long networkId, TrafficType trafficType, GuestIPType guestIPType)
Method Detail |
---|
public static NIC.Builder builder()
public long getId()
public URI getBroadcastURI()
public String getGateway()
public String getIPAddress()
public boolean isDefault()
public URI getIsolationURI()
public String getNetmask()
public String getMacAddress()
public long getNetworkId()
public TrafficType getTrafficType()
public GuestIPType getGuestIPType()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |