Structs§
- Create
Director Backend Params - struct for passing parameters to the method
create_director_backend
- Delete
Director Backend Params - struct for passing parameters to the method
delete_director_backend
- GetDirector
Backend Params - struct for passing parameters to the method
get_director_backend
Enums§
- Create
Director Backend Error - struct for typed errors of method
create_director_backend
- Delete
Director Backend Error - struct for typed errors of method
delete_director_backend
- GetDirector
Backend Error - 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.