Allowed include arguments for servers:
Allowed sort arguments for servers (none).
Transforms the raw server object(s) into class objects.
The resolvable server object(s).
The resolved server object(s).
Fetches a server from the API by its identifier. This will check the cache first unless the force option is specified.
The identifier of the server.
The fetched server.
Fetches a list of servers from the API with the given options (default is undefined).
The fetched servers.
Fetches the server resources data of a server.
The identifier of the server.
The server resources.
Fetches the server startup and egg variables data.
The identifier of the server.
The startup and egg variable data.
Fetches rach page and joins the results.
Dictionary of the specified types
Gets the allowed query options from the inherited manager.
The query options.
The ID of the server.
The formatted URL to the server.
Triggers the reinstall process of a server.
The identifier of the server.
Updates the name of a server.
The identifier of the server.
The new server name.
Sends a command to the console of a server. Note that this does not return the output from the command, see WebSocketManager for more information.
The identifier of the server.
The command to send.
Updates the docker image of a server.
The identifier of the server.
The docker image.
Sets the power state of a server.
The identifier of the server.
The power state to set.
Updates a specified environment variable on a server. The key must be the environment variable name in capital letters, not the normal variable name.
The identifier of the server.
The environment variable key.
The value of the environment variable.
The updated egg variable.
Generated using TypeDoc
Allowed filter arguments for servers (none).