Uses of Class
org.jclouds.cloudstack.domain.Pod
-
Packages that use Pod Package Description 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 Modifier and Type Method Description PodPod.Builder. build()Methods in org.jclouds.cloudstack.domain with parameters of type Pod Modifier and Type Method Description intPod. compareTo(Pod other)TPod.Builder. fromPod(Pod in) -
Uses of Pod in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return Pod Modifier and Type Method Description PodGlobalPodApi. createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)Creates a new Pod.PodGlobalPodApi. createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)Creates a new Pod.PodGlobalPodApi. getPod(String id)get a specific pod by idPodGlobalPodApi. updatePod(String id, UpdatePodOptions... updatePodOptions)Updates a Pod.Methods in org.jclouds.cloudstack.features that return types with arguments of type Pod Modifier and Type Method Description Set<Pod>GlobalPodApi. listPods(ListPodsOptions... options)Lists pods
-