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()
           
 

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

Uses of Pod in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return Pod
 Pod GlobalPodClient.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.
 Pod GlobalPodClient.getPod(String id)
          get a specific pod by id
 Pod GlobalPodClient.updatePod(String 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, 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 endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.getPod(String id)
           
 Set<Pod> GlobalPodClient.listPods(ListPodsOptions... options)
          Lists pods
 com.google.common.util.concurrent.ListenableFuture<Set<Pod>> GlobalPodAsyncClient.listPods(ListPodsOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<Pod> GlobalPodAsyncClient.updatePod(String id, UpdatePodOptions... updatePodOptions)
          Updates a Pod.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.