Uses of Class
org.jclouds.cloudstack.options.CreateZoneOptions
- 
Packages that use CreateZoneOptions Package Description 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 Modifier and Type Method Description ZoneGlobalZoneApi. createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)Create a new Zone - 
Uses of CreateZoneOptions in org.jclouds.cloudstack.options
Fields in org.jclouds.cloudstack.options declared as CreateZoneOptions Modifier and Type Field Description static CreateZoneOptionsCreateZoneOptions. NONEMethods in org.jclouds.cloudstack.options that return CreateZoneOptions Modifier and Type Method Description CreateZoneOptionsCreateZoneOptions. allocationState(AllocationState allocationState)static CreateZoneOptionsCreateZoneOptions.Builder. allocationState(AllocationState allocationState)static CreateZoneOptionsCreateZoneOptions.Builder. dns2(String dns2)CreateZoneOptionsCreateZoneOptions. dns2(String dns2)static CreateZoneOptionsCreateZoneOptions.Builder. domainId(String domainId)CreateZoneOptionsCreateZoneOptions. domainId(String domainId)static CreateZoneOptionsCreateZoneOptions.Builder. domainName(String domainName)CreateZoneOptionsCreateZoneOptions. domainName(String domainName)static CreateZoneOptionsCreateZoneOptions.Builder. guestCIDRAddress(String guestCIDRAddress)CreateZoneOptionsCreateZoneOptions. guestCIDRAddress(String guestCIDRAddress)static CreateZoneOptionsCreateZoneOptions.Builder. internalDns2(String internalDns2)CreateZoneOptionsCreateZoneOptions. internalDns2(String internalDns2)static CreateZoneOptionsCreateZoneOptions.Builder. securityGroupEnabled(boolean securityGroupEnabled)CreateZoneOptionsCreateZoneOptions. securityGroupEnabled(boolean securityGroupEnabled)static CreateZoneOptionsCreateZoneOptions.Builder. vlan(String vlan)CreateZoneOptionsCreateZoneOptions. vlan(String vlan) 
 -