| Package | Description | 
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static CreatePodOptions | 
CreatePodOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
CreatePodOptions | 
CreatePodOptions.allocationState(AllocationState allocationState)  | 
static CreatePodOptions | 
CreatePodOptions.Builder.allocationState(AllocationState allocationState)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.