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, String domain)
           
static CreateVlanIPRangeOptions domainId(String domainId)
           
static CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)
           
static CreateVlanIPRangeOptions gateway(String gateway)
           
static CreateVlanIPRangeOptions netmask(String netmask)
           
static CreateVlanIPRangeOptions networkId(String networkId)
           
static CreateVlanIPRangeOptions podId(String podId)
           
static CreateVlanIPRangeOptions vlan(long vlan)
           
static CreateVlanIPRangeOptions vlan(String vlan)
           
static CreateVlanIPRangeOptions zoneId(String 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,
                                                       String domain)

domainId

public static CreateVlanIPRangeOptions domainId(String domainId)

forVirtualNetwork

public static CreateVlanIPRangeOptions forVirtualNetwork(boolean forVirtualNetwork)

zoneId

public static CreateVlanIPRangeOptions zoneId(String zoneId)

vlan

public static CreateVlanIPRangeOptions vlan(long vlan)

vlan

public static CreateVlanIPRangeOptions vlan(String vlan)

podId

public static CreateVlanIPRangeOptions podId(String podId)

gateway

public static CreateVlanIPRangeOptions gateway(String gateway)

netmask

public static CreateVlanIPRangeOptions netmask(String netmask)

networkId

public static CreateVlanIPRangeOptions networkId(String networkId)


Copyright © 2009-2012 jclouds. All Rights Reserved.