Skip to main content

find_cheapest_available

Function find_cheapest_available 

Source
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.