ServerBase Class |
Namespace: net.openstack.Core.Domain
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.
|
Name | Description | |||
---|---|---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |||
Id |
Gets the unique identifier for the server.
| |||
Links |
Gets a collection of links related to the current server.
|