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