org.jclouds.cloudstack.options
Class CreateVlanIPRangeOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.CreateVlanIPRangeOptions.Builder
- Enclosing class:
- CreateVlanIPRangeOptions
public static class CreateVlanIPRangeOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateVlanIPRangeOptions.Builder
public CreateVlanIPRangeOptions.Builder()
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.