Module scaleway_api_rs::apis::servers_api[][src]

Enums

struct for typed errors of method create_server1

struct for typed errors of method create_server

struct for typed errors of method delete_server1

struct for typed errors of method delete_server

struct for typed errors of method get_server1

struct for typed errors of method get_server

struct for typed errors of method list_server_actions

struct for typed errors of method list_servers1

struct for typed errors of method list_servers

struct for typed errors of method reboot_server

struct for typed errors of method reinstall_server

struct for typed errors of method server_action

struct for typed errors of method update_server1

struct for typed errors of method update_server

Functions

Create a server.

Delete a server with the given ID.

Delete a server.

Get the details of a specified Server.

Get a server.

Liste all actions that can currently be performed on a server.

List all servers.

Reboot a server.

Reinstall a server.

Perform power related actions on a server. Be wary that when terminating a server, all the attached volumes (local and block storage) are deleted. So, if you want to keep your local volumes, you must use the archive action instead of terminate. And if you want to keep block-storage volumes, you must detach it beforehand you issue the terminate call. For more information, read the Volumes documentation.

Update a server.