Package | Description |
---|---|
org.openstack4j.openstack.compute.domain.actions | |
org.openstack4j.openstack.compute.internal |
Modifier and Type | Class and Description |
---|---|
class |
BackupAction
Server Action which encapsulates a Backup
|
static class |
BasicActions.ChangePassword |
static class |
BasicActions.ConfirmResize |
static class |
BasicActions.ForceDelete |
static class |
BasicActions.Lock |
static class |
BasicActions.Migrate |
static class |
BasicActions.Pause |
static class |
BasicActions.Reboot |
static class |
BasicActions.Rescue |
static class |
BasicActions.Resize |
static class |
BasicActions.Resume |
static class |
BasicActions.RevertResize |
static class |
BasicActions.Shelve |
static class |
BasicActions.ShelveOffload |
static class |
BasicActions.Start |
static class |
BasicActions.Stop |
static class |
BasicActions.Suspend |
static class |
BasicActions.UnLock |
static class |
BasicActions.UnPause |
static class |
BasicActions.UnRescue |
static class |
BasicActions.UnShelve |
class |
CreateSnapshotAction
Create Snapshot action which creates a new Image snapshot from the present state of the server instance
|
class |
EvacuateAction
Evacuate for a server from a failed host to a new host
|
class |
FloatingIpActions
Floating IP based Actions
|
static class |
FloatingIpActions.Add |
static class |
FloatingIpActions.Remove |
class |
LiveMigrationAction
Live Migration Action for a Server
|
class |
RebuildAction
An Action which Rebuilds an existing Server Instance
|
class |
ResetStateAction
Resets the state of a server to a specified state.
|
class |
SecurityGroupActions
SecurityGroup related Actions
|
static class |
SecurityGroupActions.Add |
static class |
SecurityGroupActions.Remove |
Modifier and Type | Method and Description |
---|---|
static ServerAction |
BasicActions.actionInstanceFor(Action action)
Returns a ServerAction Entity instance for the specified Action.
|
static ServerAction |
BasicActions.instanceFor(Class<? extends ServerAction> action) |
Modifier and Type | Method and Description |
---|---|
static ServerAction |
BasicActions.instanceFor(Class<? extends ServerAction> action) |
Modifier and Type | Method and Description |
---|---|
protected ActionResponse |
BaseComputeServices.invokeAction(String serverId,
ServerAction action) |
protected HttpResponse |
BaseComputeServices.invokeActionWithResponse(String serverId,
ServerAction action) |
Copyright © 2017. All rights reserved.