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 Zone
GlobalZoneApi. 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 CreateZoneOptions
CreateZoneOptions. NONE
Methods in org.jclouds.cloudstack.options that return CreateZoneOptions Modifier and Type Method Description CreateZoneOptions
CreateZoneOptions. allocationState(AllocationState allocationState)
static CreateZoneOptions
CreateZoneOptions.Builder. allocationState(AllocationState allocationState)
static CreateZoneOptions
CreateZoneOptions.Builder. dns2(String dns2)
CreateZoneOptions
CreateZoneOptions. dns2(String dns2)
static CreateZoneOptions
CreateZoneOptions.Builder. domainId(String domainId)
CreateZoneOptions
CreateZoneOptions. domainId(String domainId)
static CreateZoneOptions
CreateZoneOptions.Builder. domainName(String domainName)
CreateZoneOptions
CreateZoneOptions. domainName(String domainName)
static CreateZoneOptions
CreateZoneOptions.Builder. guestCIDRAddress(String guestCIDRAddress)
CreateZoneOptions
CreateZoneOptions. guestCIDRAddress(String guestCIDRAddress)
static CreateZoneOptions
CreateZoneOptions.Builder. internalDns2(String internalDns2)
CreateZoneOptions
CreateZoneOptions. internalDns2(String internalDns2)
static CreateZoneOptions
CreateZoneOptions.Builder. securityGroupEnabled(boolean securityGroupEnabled)
CreateZoneOptions
CreateZoneOptions. securityGroupEnabled(boolean securityGroupEnabled)
static CreateZoneOptions
CreateZoneOptions.Builder. vlan(String vlan)
CreateZoneOptions
CreateZoneOptions. vlan(String vlan)
-