Modifier and Type | Field and Description |
---|---|
protected URI |
broadcastURI |
protected String |
gateway |
protected GuestIPType |
guestIPType |
protected String |
id |
protected String |
IPAddress |
protected boolean |
isDefault |
protected URI |
isolationURI |
protected String |
macAddress |
protected String |
netmask |
protected String |
networkId |
protected TrafficType |
trafficType |
Constructor and Description |
---|
NIC.Builder() |
Modifier and Type | Method and Description |
---|---|
T |
broadcastURI(URI broadcastURI) |
NIC |
build() |
T |
fromNIC(NIC in) |
T |
gateway(String gateway) |
T |
guestIPType(GuestIPType guestIPType) |
T |
id(String id) |
T |
IPAddress(String IPAddress) |
T |
isDefault(boolean isDefault) |
T |
isolationURI(URI isolationURI) |
T |
macAddress(String macAddress) |
T |
netmask(String netmask) |
T |
networkId(String networkId) |
protected abstract T |
self() |
T |
trafficType(TrafficType trafficType) |
protected String id
protected URI broadcastURI
protected String gateway
protected String IPAddress
protected boolean isDefault
protected URI isolationURI
protected String netmask
protected String macAddress
protected String networkId
protected TrafficType trafficType
protected GuestIPType guestIPType
protected abstract T self()
public T id(String id)
NIC.getId()
public T broadcastURI(URI broadcastURI)
NIC.getBroadcastURI()
public T gateway(String gateway)
NIC.getGateway()
public T IPAddress(String IPAddress)
NIC.getIPAddress()
public T isDefault(boolean isDefault)
NIC.isDefault()
public T isolationURI(URI isolationURI)
NIC.getIsolationURI()
public T netmask(String netmask)
NIC.getNetmask()
public T macAddress(String macAddress)
NIC.getMacAddress()
public T networkId(String networkId)
NIC.getNetworkId()
public T trafficType(TrafficType trafficType)
NIC.getTrafficType()
public T guestIPType(GuestIPType guestIPType)
NIC.getGuestIPType()
public NIC build()
Copyright © 2009-2013 jclouds. All Rights Reserved.