Uses of Interface
org.openstack4j.openstack.compute.domain.actions.ServerAction
-
Packages that use ServerAction Package Description org.openstack4j.openstack.compute.domain.actions org.openstack4j.openstack.compute.internal -
-
Uses of ServerAction in org.openstack4j.openstack.compute.domain.actions
Classes in org.openstack4j.openstack.compute.domain.actions that implement ServerAction Modifier and Type Class Description classBackupActionServer Action which encapsulates a Backupstatic classBasicActions.ChangePasswordstatic classBasicActions.ConfirmResizestatic classBasicActions.ForceDeletestatic classBasicActions.Lockstatic classBasicActions.Migratestatic classBasicActions.Pausestatic classBasicActions.Rebootstatic classBasicActions.Rescuestatic classBasicActions.Resizestatic classBasicActions.Resumestatic classBasicActions.RevertResizestatic classBasicActions.Shelvestatic classBasicActions.ShelveOffloadstatic classBasicActions.Startstatic classBasicActions.Stopstatic classBasicActions.Suspendstatic classBasicActions.UnLockstatic classBasicActions.UnPausestatic classBasicActions.UnRescuestatic classBasicActions.UnShelveclassCreateSnapshotActionCreate Snapshot action which creates a new Image snapshot from the present state of the server instanceclassEvacuateActionEvacuate for a server from a failed host to a new hostclassFloatingIpActionsFloating IP based Actionsstatic classFloatingIpActions.Addstatic classFloatingIpActions.RemoveclassLiveMigrationActionLive Migration Action for a ServerclassRebuildActionAn Action which Rebuilds an existing Server InstanceclassResetStateActionResets the state of a server to a specified state.classSecurityGroupActionsSecurityGroup related Actionsstatic classSecurityGroupActions.Addstatic classSecurityGroupActions.RemoveMethods in org.openstack4j.openstack.compute.domain.actions that return ServerAction Modifier and Type Method Description static ServerActionBasicActions. actionInstanceFor(Action action)Returns a ServerAction Entity instance for the specified Action.static ServerActionBasicActions. instanceFor(Class<? extends ServerAction> action)Method parameters in org.openstack4j.openstack.compute.domain.actions with type arguments of type ServerAction Modifier and Type Method Description static ServerActionBasicActions. instanceFor(Class<? extends ServerAction> action) -
Uses of ServerAction in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal with parameters of type ServerAction Modifier and Type Method Description protected ActionResponseBaseComputeServices. invokeAction(String serverId, ServerAction action)protected HttpResponseBaseComputeServices. invokeActionWithResponse(String serverId, ServerAction action)
-