Module director_backend_api

Source

Structs§

CreateDirectorBackendParams
struct for passing parameters to the method create_director_backend
DeleteDirectorBackendParams
struct for passing parameters to the method delete_director_backend
GetDirectorBackendParams
struct for passing parameters to the method get_director_backend

Enums§

CreateDirectorBackendError
struct for typed errors of method create_director_backend
DeleteDirectorBackendError
struct for typed errors of method delete_director_backend
GetDirectorBackendError
struct for typed errors of method get_director_backend

Functions§

create_director_backend
Establishes a relationship between a Backend and a Director. The Backend is then considered a member of the Director and can be used to balance traffic onto.
delete_director_backend
Deletes the relationship between a Backend and a Director. The Backend is no longer considered a member of the Director and thus will not have traffic balanced onto it from this Director.
get_director_backend
Returns the relationship between a Backend and a Director. If the Backend has been associated with the Director, it returns a simple record indicating this. Otherwise, returns a 404.