Uses of Class
org.jclouds.cloudstack.domain.Pod

Packages that use Pod
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of Pod in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return Pod
 Pod Pod.Builder.build()
          Build the Pod object
 

Methods in org.jclouds.cloudstack.domain with parameters of type Pod
 int Pod.compareTo(Pod other)
           
 

Uses of Pod in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Pod
 Pod GlobalPodClient.createPod(String name, long zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 Pod GlobalPodClient.createPod(String name, long zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 Pod GlobalPodClient.getPod(long id)
          get a specific pod by id
 Pod GlobalPodClient.updatePod(long id, UpdatePodOptions... updatePodOptions)
          Updates a Pod.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Pod
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, long zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.createPod(String name, long zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.getPod(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<Pod>> GlobalPodAsyncClient.listPods(ListPodsOptions... options)
           
 Set<Pod> GlobalPodClient.listPods(ListPodsOptions... options)
          Lists pods
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.updatePod(long id, UpdatePodOptions... updatePodOptions)
          Updates a Pod.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.