Module pool_api

Module pool_api 

Source

Structs§

CreateServerPoolParams
struct for passing parameters to the method create_server_pool
DeleteServerPoolParams
struct for passing parameters to the method delete_server_pool
GetServerPoolParams
struct for passing parameters to the method get_server_pool
ListServerPoolsParams
struct for passing parameters to the method list_server_pools
UpdateServerPoolParams
struct for passing parameters to the method update_server_pool

Enums§

CreateServerPoolError
struct for typed errors of method create_server_pool
DeleteServerPoolError
struct for typed errors of method delete_server_pool
GetServerPoolError
struct for typed errors of method get_server_pool
ListServerPoolsError
struct for typed errors of method list_server_pools
UpdateServerPoolError
struct for typed errors of method update_server_pool

Functions§

create_server_pool
Creates a pool for a particular service and version.
delete_server_pool
Deletes a specific pool for a particular service and version.
get_server_pool
Gets a single pool for a particular service and version.
list_server_pools
Lists all pools for a particular service and pool.
update_server_pool
Updates a specific pool for a particular service and version.