SQL Server, private server access, HDD, data cache, legacy HA, serverless exports, multi-region backups, cross-region replicas are not supported.
Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840
. For more information, see https://paris.devsitetest.how/sql/pricing.
HTTP request
GET https://sqladmin.s3nsapis.fr/v1/projects/{project}/tiers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
Project ID of the project for which to list tiers. |
Request body
The request body must be empty.
Response body
Tiers list response.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"kind": string,
"items": [
{
object ( |
Fields | |
---|---|
kind |
This is always |
items[] |
tiers.list of tiers. |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/sqlservice.admin
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
Tier
A Trusted Cloud SQL service tier resource.
JSON representation |
---|
{ "tier": string, "RAM": string, "kind": string, "DiskQuota": string, "region": [ string ] } |
Fields | |
---|---|
tier |
An identifier for the machine type, for example, |
RAM |
The maximum ram usage of this tier in bytes. |
kind |
This is always |
DiskQuota |
The maximum disk size of this tier in bytes. |
region[] |
The applicable regions for this tier. |