pub async fn create_pool_server(
configuration: &mut Configuration,
params: CreatePoolServerParams,
) -> Result<ServerResponse, Error<CreatePoolServerError>>
Expand description
Creates a single server for a particular service and pool.
pub async fn create_pool_server(
configuration: &mut Configuration,
params: CreatePoolServerParams,
) -> Result<ServerResponse, Error<CreatePoolServerError>>
Creates a single server for a particular service and pool.