Uses of Class
org.jclouds.cloudstack.domain.Pod
Packages that use Pod
-
Uses of Pod in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return PodMethods in org.jclouds.cloudstack.domain with parameters of type Pod -
Uses of Pod in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return PodModifier and TypeMethodDescriptionGlobalPodApi.createPod
(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod.GlobalPodApi.createPod
(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod.get a specific pod by idGlobalPodApi.updatePod
(String id, UpdatePodOptions... updatePodOptions) Updates a Pod.Methods in org.jclouds.cloudstack.features that return types with arguments of type Pod