org.jclouds.cloudstack.domain
Class NIC.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.domain.NIC.Builder
Enclosing class:
NIC

public static class NIC.Builder
extends Object


Constructor Summary
NIC.Builder()
           
 
Method Summary
 NIC.Builder broadcastURI(URI broadcastURI)
           
 NIC build()
           
 NIC.Builder gateway(String gateway)
           
 NIC.Builder guestIPType(GuestIPType guestIPType)
           
 NIC.Builder id(long id)
           
 NIC.Builder IPAddress(String IPAddress)
           
 NIC.Builder isDefault(boolean isDefault)
           
 NIC.Builder isolationURI(URI isolationURI)
           
 NIC.Builder macAddress(String macAddress)
           
 NIC.Builder netmask(String netmask)
           
 NIC.Builder networkId(long networkId)
           
 NIC.Builder trafficType(TrafficType trafficType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NIC.Builder

public NIC.Builder()
Method Detail

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.