| ServerExtensions_v2_1 Methods |
The ServerExtensions_v2_1 type exposes the following members.
| Name | Description | |
|---|---|---|
| AssociateFloatingIP |
Associates a floating IP address to the server.
| |
| AttachVolume |
Attaches a volume to a server.
| |
| CancelResize |
Cancels and reverts a pending resize action for a server.
| |
| ConfirmResize |
Confirms a pending resize action for a server.
| |
| Delete |
Deletes a server.
| |
| DisassociateFloatingIP |
Disassociate a floating IP address from a server.
| |
| GetAddress |
Shows details for a server.
| |
| GetConsoleOutput |
Shows console output for a server instance.
| |
| GetMetadata |
Gets all metadata for a server.
| |
| GetMetadataItem |
Shows details for a metadata item, by key, for a server.
| |
| GetRdpConsole |
Gets an RDP console for a server.
| |
| GetSerialConsole |
Gets a SPICE console for a server.
| |
| GetServer |
Shows details for a server.
| |
| GetSpiceConsole |
Gets a SPICE console for a server.
| |
| GetVncConsole |
Gets a VNC console for a server.
| |
| ListActionSummaries |
Lists the actions which have been applied to a sever.
| |
| ListAddresses |
Shows details for a server.
| |
| ListVolumes |
Lists the volume attachments for a server.
| |
| Reboot |
Reboots a server.
| |
| Rescue |
Puts a server in rescue mode and changes its status to RESCUE.
| |
| Resize |
Resizes a server.
Depending on the cloud configuration, ConfirmResizeServerAsync(String, CancellationToken) may need to be called to complete the resize operation. | |
| Resume |
Resumes a suspended server and changes its status to ACTIVE.
| |
| Snapshot |
Creates a snapshot image from a server.
| |
| Start |
Starts a stopped server and changes its status to ACTIVE.
| |
| Stop |
Stops a running server and changes its status to SHUTOFF.
| |
| Suspend |
Suspends a server and changes its status to SUSPENDED.
| |
| Unrescue |
Puts a server in rescue mode and changes its status to RESCUE.
| |
| Update |
Updates the editable attributes of a server.
| |
| WaitForStatus(Server, ServerStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) |
Waits for the server to reach the specified status.
| |
| WaitForStatus(Server, IEnumerableServerStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) |
Waits for the server to reach the specified status.
| |
| WaitUntilActive |
Waits the until the server is active.
| |
| WaitUntilDeleted |
Waits for the server to be deleted.
Treats a 404 NotFound exception as confirmation that it is deleted. |