pub async fn update_pool_server(
configuration: &mut Configuration,
params: UpdatePoolServerParams,
) -> Result<ServerResponse, Error<UpdatePoolServerError>>
Expand description
Updates a single server for a particular service and pool.
pub async fn update_pool_server(
configuration: &mut Configuration,
params: UpdatePoolServerParams,
) -> Result<ServerResponse, Error<UpdatePoolServerError>>
Updates a single server for a particular service and pool.