pub async fn list_pool_servers(
configuration: &mut Configuration,
params: ListPoolServersParams,
) -> Result<Vec<ServerResponse>, Error<ListPoolServersError>>
Expand description
Lists all servers for a particular service and pool.
pub async fn list_pool_servers(
configuration: &mut Configuration,
params: ListPoolServersParams,
) -> Result<Vec<ServerResponse>, Error<ListPoolServersError>>
Lists all servers for a particular service and pool.