Uses of Interface
org.openstack4j.model.compute.InstanceAction
-
Packages that use InstanceAction Package Description org.openstack4j.api.compute.ext org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal.ext -
-
Uses of InstanceAction in org.openstack4j.api.compute.ext
Methods in org.openstack4j.api.compute.ext that return InstanceAction Modifier and Type Method Description InstanceActionInstanceActionsService. get(String serverId, String requestId)Shows information about a specified instance actionMethods in org.openstack4j.api.compute.ext that return types with arguments of type InstanceAction Modifier and Type Method Description List<? extends InstanceAction>InstanceActionsService. list(String serverId)List the executed actions on the specifiedserverId -
Uses of InstanceAction in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement InstanceAction Modifier and Type Class Description classNovaInstanceAction -
Uses of InstanceAction in org.openstack4j.openstack.compute.internal.ext
Methods in org.openstack4j.openstack.compute.internal.ext that return InstanceAction Modifier and Type Method Description InstanceActionInstanceActionsServiceImpl. get(String serverId, String requestId)Methods in org.openstack4j.openstack.compute.internal.ext that return types with arguments of type InstanceAction Modifier and Type Method Description List<? extends InstanceAction>InstanceActionsServiceImpl. list(String serverId)
-