Uses of Class
org.jclouds.cloudstack.options.CreateZoneOptions

Packages that use CreateZoneOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of CreateZoneOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreateZoneOptions
 Zone GlobalZoneClient.createZone(String name, NetworkType networkType, String dns1, String internalDns1, CreateZoneOptions... options)
          Create a new Zone
 com.google.common.util.concurrent.ListenableFuture<Zone> GlobalZoneAsyncClient.createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)
           
 

Uses of CreateZoneOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as CreateZoneOptions
static CreateZoneOptions CreateZoneOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return CreateZoneOptions
 CreateZoneOptions CreateZoneOptions.allocationState(AllocationState allocationState)
           
static CreateZoneOptions CreateZoneOptions.Builder.allocationState(AllocationState allocationState)
           
 CreateZoneOptions CreateZoneOptions.dns2(String dns2)
           
static CreateZoneOptions CreateZoneOptions.Builder.dns2(String dns2)
           
 CreateZoneOptions CreateZoneOptions.domainId(long domainId)
           
static CreateZoneOptions CreateZoneOptions.Builder.domainId(long domainId)
           
 CreateZoneOptions CreateZoneOptions.domainName(String domainName)
           
static CreateZoneOptions CreateZoneOptions.Builder.domainName(String domainName)
           
 CreateZoneOptions CreateZoneOptions.guestCIDRAddress(String guestCIDRAddress)
           
static CreateZoneOptions CreateZoneOptions.Builder.guestCIDRAddress(String guestCIDRAddress)
           
 CreateZoneOptions CreateZoneOptions.internalDns2(String internalDns2)
           
static CreateZoneOptions CreateZoneOptions.Builder.internalDns2(String internalDns2)
           
 CreateZoneOptions CreateZoneOptions.securityGroupEnabled(boolean securityGroupEnabled)
           
static CreateZoneOptions CreateZoneOptions.Builder.securityGroupEnabled(boolean securityGroupEnabled)
           
 CreateZoneOptions CreateZoneOptions.vlan(String vlan)
           
static CreateZoneOptions CreateZoneOptions.Builder.vlan(String vlan)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.