org.jclouds.cloudstack.options
Class CreateVlanIPRangeOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.CreateVlanIPRangeOptions.Builder
Enclosing class:
CreateVlanIPRangeOptions

public static class CreateVlanIPRangeOptions.Builder
extends Object


Constructor Summary
CreateVlanIPRangeOptions.Builder()
           
 
Method Summary
static CreateVlanIPRangeOptions accountInDomain(String account, long domain)
           
static CreateVlanIPRangeOptions domainId(long domainId)
           
static CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
           
static CreateVlanIPRangeOptions gateway(String gateway)
           
static CreateVlanIPRangeOptions netmask(String netmask)
           
static CreateVlanIPRangeOptions networkId(long networkId)
           
static CreateVlanIPRangeOptions podId(long podId)
           
static CreateVlanIPRangeOptions vlan(long vlan)
           
static CreateVlanIPRangeOptions vlan(String vlan)
           
static CreateVlanIPRangeOptions zoneId(long zoneId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateVlanIPRangeOptions.Builder

public CreateVlanIPRangeOptions.Builder()
Method Detail

accountInDomain

public static CreateVlanIPRangeOptions accountInDomain(String account,
                                                       long domain)

domainId

public static CreateVlanIPRangeOptions domainId(long domainId)

forVirtualNetwork

public static CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)

zoneId

public static CreateVlanIPRangeOptions zoneId(long zoneId)

vlan

public static CreateVlanIPRangeOptions vlan(long vlan)

vlan

public static CreateVlanIPRangeOptions vlan(String vlan)

podId

public static CreateVlanIPRangeOptions podId(long podId)

gateway

public static CreateVlanIPRangeOptions gateway(String gateway)

netmask

public static CreateVlanIPRangeOptions netmask(String netmask)

networkId

public static CreateVlanIPRangeOptions networkId(long networkId)


Copyright © 2009-2012 jclouds. All Rights Reserved.