ServerBase Methods |
The ServerBase type exposes the following members.
Name | Description | |
---|---|---|
AttachVolume |
Attaches a volume to the server.
| |
ConfirmResize |
Confirms a completed asynchronous server resize action.
| |
CreateSnapshot |
Creates a new snapshot image for a specified server at its current state.
| |
DetachVolume |
Detaches the specified volume from the server.
| |
GetDetails |
Gets the detailed information for the server.
| |
HardReboot |
Initiates an asynchronous hard reboot operation on the specified server.
| |
ListVolumes |
Lists the volume attachments for the server.
| |
Rebuild |
Initiates an asynchronous rebuild of the server.
| |
Refresh |
Updates the current instance to match the values in the Server
instance returned from a call to GetDetails.
| |
Rescue |
Places the server in rescue mode.
| |
Resize |
Initiates an asynchronous resize of the server. A server resize is performed by
specifying a new Flavor for the server.
| |
RevertResize |
Cancels and reverts a server resize action.
| |
SoftReboot |
Initiates an asynchronous soft reboot operation on the specified server.
| |
UnRescue |
Takes the server out of rescue mode.
| |
WaitForActive |
Waits for the server to enter the Active state.
| |
WaitForDeleted |
Waits for the server to enter the Deleted state.
| |
WaitForState(ServerState, ServerState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the server to enter a specified state.
| |
WaitForState(ServerState, ServerState, Int32, NullableTimeSpan, ActionInt32) |
Waits for the server to enter any one of a set of specified states.
|