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 Pod
Pod.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type Pod Modifier and Type Method Description 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 Modifier and Type Method Description Pod
GlobalPodApi. createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
Creates a new Pod.Pod
GlobalPodApi. createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
Creates a new Pod.Pod
GlobalPodApi. getPod(String id)
get a specific pod by idPod
GlobalPodApi. 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
-