pub async fn find_cheapest_available(
client: &PlatformApiClient,
project_id: &str,
region: &str,
) -> Option<DynamicMachineType>Expand description
Find cheapest available server type for a region
Returns the cheapest server type that is currently available in the specified region.