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 GlobalPodApi.createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 Pod GlobalPodApi.createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
          Creates a new Pod.
 Pod GlobalPodApi.getPod(String id)
          get a specific pod by id
 Pod GlobalPodApi.updatePod(String id, UpdatePodOptions... updatePodOptions)
          Updates a Pod.
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type Pod
 Set<Pod> GlobalPodApi.listPods(ListPodsOptions... options)
          Lists pods
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.