Uses of Interface
org.openstack4j.model.magnum.Pod
-
Packages that use Pod Package Description org.openstack4j.api.magnum org.openstack4j.openstack.magnum org.openstack4j.openstack.magnum.internal -
-
Uses of Pod in org.openstack4j.api.magnum
Methods in org.openstack4j.api.magnum that return Pod Modifier and Type Method Description PodMagnumService. createPod(Pod pod)Create a podPodMagnumService. showPod(String bayUuid, String id)Show a podPodMagnumService. updatePod(String bayUuid, String id, String operations)Update a podMethods in org.openstack4j.api.magnum that return types with arguments of type Pod Modifier and Type Method Description List<? extends Pod>MagnumService. listPods(String bayUuid)List all podsMethods in org.openstack4j.api.magnum with parameters of type Pod Modifier and Type Method Description PodMagnumService. createPod(Pod pod)Create a pod -
Uses of Pod in org.openstack4j.openstack.magnum
Classes in org.openstack4j.openstack.magnum that implement Pod Modifier and Type Class Description classMagnumPodMethods in org.openstack4j.openstack.magnum that return Pod Modifier and Type Method Description PodMagnumPod.PodConcreteBuilder. build()Methods in org.openstack4j.openstack.magnum with parameters of type Pod Modifier and Type Method Description PodBuilderMagnumPod.PodConcreteBuilder. from(Pod in) -
Uses of Pod in org.openstack4j.openstack.magnum.internal
Methods in org.openstack4j.openstack.magnum.internal that return Pod Modifier and Type Method Description PodMagnumServiceImpl. createPod(Pod pod)PodMagnumServiceImpl. showPod(String bayUuid, String id)PodMagnumServiceImpl. updatePod(String bayUuid, String id, String operations)Methods in org.openstack4j.openstack.magnum.internal that return types with arguments of type Pod Modifier and Type Method Description List<? extends Pod>MagnumServiceImpl. listPods(String bayUuid)Methods in org.openstack4j.openstack.magnum.internal with parameters of type Pod Modifier and Type Method Description PodMagnumServiceImpl. createPod(Pod pod)
-