org.jclouds.cloudstack.domain
Class NIC.Builder
java.lang.Object
org.jclouds.cloudstack.domain.NIC.Builder
- Enclosing class:
- NIC
public static class NIC.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NIC.Builder
public NIC.Builder()
id
public NIC.Builder id(long id)
broadcastURI
public NIC.Builder broadcastURI(URI broadcastURI)
gateway
public NIC.Builder gateway(String gateway)
IPAddress
public NIC.Builder IPAddress(String IPAddress)
isDefault
public NIC.Builder isDefault(boolean isDefault)
isolationURI
public NIC.Builder isolationURI(URI isolationURI)
netmask
public NIC.Builder netmask(String netmask)
macAddress
public NIC.Builder macAddress(String macAddress)
networkId
public NIC.Builder networkId(long networkId)
trafficType
public NIC.Builder trafficType(TrafficType trafficType)
guestIPType
public NIC.Builder guestIPType(GuestIPType guestIPType)
build
public NIC build()
Copyright © 2009-2012 jclouds. All Rights Reserved.