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,
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.