org.jclouds.cloudstack.options
Class CreateZoneOptions.Builder

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

public static class CreateZoneOptions.Builder
extends Object


Constructor Summary
CreateZoneOptions.Builder()
           
 
Method Summary
static CreateZoneOptions allocationState(AllocationState allocationState)
           
static CreateZoneOptions dns2(String dns2)
           
static CreateZoneOptions domainId(long domainId)
           
static CreateZoneOptions domainName(String domainName)
           
static CreateZoneOptions guestCIDRAddress(String guestCIDRAddress)
           
static CreateZoneOptions internalDns2(String internalDns2)
           
static CreateZoneOptions securityGroupEnabled(boolean securityGroupEnabled)
           
static CreateZoneOptions vlan(String vlan)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateZoneOptions.Builder

public CreateZoneOptions.Builder()
Method Detail

allocationState

public static CreateZoneOptions allocationState(AllocationState allocationState)
See Also:
CreateZoneOptions.allocationState(org.jclouds.cloudstack.domain.AllocationState)

dns2

public static CreateZoneOptions dns2(String dns2)
See Also:
CreateZoneOptions.dns2(java.lang.String)

internalDns2

public static CreateZoneOptions internalDns2(String internalDns2)
See Also:
CreateZoneOptions.internalDns2(java.lang.String)

domainName

public static CreateZoneOptions domainName(String domainName)
See Also:
CreateZoneOptions.domainName(java.lang.String)

domainId

public static CreateZoneOptions domainId(@Nullable
                                         long domainId)
See Also:
CreateZoneOptions.domainId(long)

guestCIDRAddress

public static CreateZoneOptions guestCIDRAddress(String guestCIDRAddress)
See Also:
CreateZoneOptions.guestCIDRAddress(java.lang.String)

securityGroupEnabled

public static CreateZoneOptions securityGroupEnabled(boolean securityGroupEnabled)
See Also:
CreateZoneOptions.securityGroupEnabled(boolean)

vlan

public static CreateZoneOptions vlan(String vlan)
See Also:
CreateZoneOptions.vlan(java.lang.String)


Copyright © 2009-2012 jclouds. All Rights Reserved.