public class NIC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NIC.Builder<T extends NIC.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
NIC(String id,
URI broadcastURI,
String gateway,
String IPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
String networkId,
TrafficType trafficType,
GuestIPType guestIPType) |
Modifier and Type | Method and Description |
---|---|
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() |
@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)
public static NIC.Builder<?> builder()
public NIC.Builder<?> toBuilder()
public String getId()
public boolean isDefault()
@Nullable public TrafficType getTrafficType()
@Nullable public GuestIPType getGuestIPType()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.