pub async fn get_pool_server(
configuration: &mut Configuration,
params: GetPoolServerParams,
) -> Result<ServerResponse, Error<GetPoolServerError>>
Expand description
Gets a single server for a particular service and pool.
pub async fn get_pool_server(
configuration: &mut Configuration,
params: GetPoolServerParams,
) -> Result<ServerResponse, Error<GetPoolServerError>>
Gets a single server for a particular service and pool.