Uses of Interface
org.openstack4j.model.compute.ServerAction
-
Packages that use ServerAction Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.domain org.openstack4j.openstack.compute.internal -
-
Uses of ServerAction in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return ServerAction Modifier and Type Method Description ServerActionServerActionsService. show(String serverId, String requestId)Gets the server action associated with specific request id for the specified serverMethods in org.openstack4j.api.compute that return types with arguments of type ServerAction Modifier and Type Method Description List<? extends ServerAction>ServerActionsService. list(String serverId)Gets a list of currently existingServerActions for a specified server. -
Uses of ServerAction in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement ServerAction Modifier and Type Class Description classServerEventThis is a model of a serverevent. -
Uses of ServerAction in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return ServerAction Modifier and Type Method Description ServerActionNovaServerActionsService. show(String serverId, String requestId)Methods in org.openstack4j.openstack.compute.internal that return types with arguments of type ServerAction Modifier and Type Method Description List<? extends ServerAction>NovaServerActionsService. list(String serverId)
-