< Back

Get-GcSqlTiers

Mon Jan 13, 2020 11:22 pm

NAME Get-GcSqlTiers



SYNOPSIS

Lists all available service tiers for Google Cloud SQL, for example D1, D2.





SYNTAX

Get-GcSqlTiers [-Project <string>] [<CommonParameters>]





DESCRIPTION

Lists all available service tiers for Google Cloud SQL, for example D1, D2. Pricing information is available at

https://cloud.google.com/sql/pricing.





PARAMETERS

-Project <string>

Name of the project. Defaults to the Cloud SDK configuration for properties if not specified.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Google.Apis.SQLAdmin.v1beta4.Data.Tier





---------- EXAMPLE 1 ----------



PS C:\\> Get-GcSqlTiers



Gets a list of tiers available for the project set in gcloud config.



RELATED LINKS