Module fastly_api::apis::director_backend_api
source · Structs
struct for passing parameters to the method
create_director_backend
struct for passing parameters to the method
delete_director_backend
struct for passing parameters to the method
get_director_backend
Enums
struct for typed errors of method
create_director_backend
struct for typed errors of method
delete_director_backend
struct for typed errors of method
get_director_backend
Functions
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.
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.
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.