|
||||||||||
| 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
Class NIC
| Nested Class Summary | |
|---|---|
static class |
NIC.Builder<T extends NIC.Builder<T>>
|
| Constructor Summary | |
|---|---|
protected |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String 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 |
String |
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 |
String |
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 |
protected com.google.common.base.Objects.ToStringHelper |
string()
|
NIC.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
@ConstructorProperties(value={"id","broadcasturi","gateway","ipaddress","isdefault","isolationuri","netmask","macaddress","networkid","traffictype","type"})
protected NIC(String id,
@Nullable
URI broadcastURI,
@Nullable
String gateway,
@Nullable
String IPAddress,
boolean isDefault,
@Nullable
URI isolationURI,
@Nullable
String netmask,
@Nullable
String macAddress,
@Nullable
String networkId,
@Nullable
TrafficType trafficType,
@Nullable
GuestIPType guestIPType)
| Method Detail |
|---|
public static NIC.Builder<?> builder()
public NIC.Builder<?> toBuilder()
public String getId()
@Nullable public URI getBroadcastURI()
@Nullable public String getGateway()
@Nullable public String getIPAddress()
public boolean isDefault()
@Nullable public URI getIsolationURI()
@Nullable public String getNetmask()
@Nullable public String getMacAddress()
@Nullable public String getNetworkId()
@Nullable public TrafficType getTrafficType()
@Nullable public GuestIPType getGuestIPType()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||