Module server_api

Source

Structs§

CreatePoolServerParams
struct for passing parameters to the method create_pool_server
DeletePoolServerParams
struct for passing parameters to the method delete_pool_server
GetPoolServerParams
struct for passing parameters to the method get_pool_server
ListPoolServersParams
struct for passing parameters to the method list_pool_servers
UpdatePoolServerParams
struct for passing parameters to the method update_pool_server

Enums§

CreatePoolServerError
struct for typed errors of method create_pool_server
DeletePoolServerError
struct for typed errors of method delete_pool_server
GetPoolServerError
struct for typed errors of method get_pool_server
ListPoolServersError
struct for typed errors of method list_pool_servers
UpdatePoolServerError
struct for typed errors of method update_pool_server

Functions§

create_pool_server
Creates a single server for a particular service and pool.
delete_pool_server
Deletes a single server for a particular service and pool.
get_pool_server
Gets a single server for a particular service and pool.
list_pool_servers
Lists all servers for a particular service and pool.
update_pool_server
Updates a single server for a particular service and pool.