class Tiers extends Resource (View source)

The "tiers" collection of methods.

Typical usage is:

 $sqladminService = new Google\Service\SQLAdmin(...);
 $tiers = $sqladminService->tiers;

Methods

listTiers(string $project, array $optParams = [])

Lists all available machine types (tiers) for Cloud SQL, for example, db- custom-1-3840. For more information, see https://cloud.google.com/sql/pricing. (tiers.listTiers)

Details

TiersListResponse listTiers(string $project, array $optParams = [])

Lists all available machine types (tiers) for Cloud SQL, for example, db- custom-1-3840. For more information, see https://cloud.google.com/sql/pricing. (tiers.listTiers)

Parameters

string $project

Project ID of the project for which to list tiers.

array $optParams

Optional parameters.

Return Value

TiersListResponse

Exceptions

Exception