Uses of Interface
org.openstack4j.api.compute.ext.InstanceActionsService
-
Packages that use InstanceActionsService Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal org.openstack4j.openstack.compute.internal.ext -
-
Uses of InstanceActionsService in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return InstanceActionsService Modifier and Type Method Description InstanceActionsServiceServerService. instanceActions()The instance actions service extension (os-instance-actions) -
Uses of InstanceActionsService in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return InstanceActionsService Modifier and Type Method Description InstanceActionsServiceServerServiceImpl. instanceActions() -
Uses of InstanceActionsService in org.openstack4j.openstack.compute.internal.ext
Classes in org.openstack4j.openstack.compute.internal.ext that implement InstanceActionsService Modifier and Type Class Description classInstanceActionsServiceImplAPI to list executed instance actions.
-