pub async fn create_server_pool(
    configuration: &mut Configuration,
    params: CreateServerPoolParams
) -> Result<PoolResponse, Error<CreateServerPoolError>>
Expand description

Creates a pool for a particular service and version.