pub async fn create_director_backend(
    configuration: &mut Configuration,
    params: CreateDirectorBackendParams
) -> Result<DirectorBackend, Error<CreateDirectorBackendError>>
Expand description

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.