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

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

Uses of CreatePodOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type CreatePodOptions
 Pod GlobalPodClient.createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 Pod GlobalPodClient.createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 

Uses of CreatePodOptions in org.jclouds.cloudstack.options
 

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

Methods in org.jclouds.cloudstack.options that return CreatePodOptions
 CreatePodOptions CreatePodOptions.allocationState(AllocationState allocationState)
           
static CreatePodOptions CreatePodOptions.Builder.allocationState(AllocationState allocationState)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.