Uses of Class
org.openstack4j.model.compute.Action
-
Packages that use Action Package Description org.openstack4j.api.compute org.openstack4j.model.compute org.openstack4j.openstack.compute.domain.actions -
-
Uses of Action in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute with parameters of type Action Modifier and Type Method Description ActionResponseServerService. action(String serverId, Action action)Executes the specified Action such as RESUME, PAUSE, START, STOP ... -
Uses of Action in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return Action Modifier and Type Method Description static ActionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static Action[]Action. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Action in org.openstack4j.openstack.compute.domain.actions
Methods in org.openstack4j.openstack.compute.domain.actions with parameters of type Action Modifier and Type Method Description static ServerActionBasicActions. actionInstanceFor(Action action)Returns a ServerAction Entity instance for the specified Action.
-