public class NIC extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NIC.Builder |
Constructor and Description |
---|
NIC(long id,
URI broadcastURI,
String gateway,
String iPAddress,
boolean isDefault,
URI isolationURI,
String netmask,
String macAddress,
long 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
|
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() |
public NIC(long id, URI broadcastURI, String gateway, String iPAddress, boolean isDefault, URI isolationURI, String netmask, String macAddress, long networkId, TrafficType trafficType, GuestIPType guestIPType)
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()
Copyright © 2009-2012 jclouds. All Rights Reserved.