Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)



Tiers

For a list of methods for this resource, see the end of this page.

Resource representations

A Google Cloud SQL service tier resource.

{
  "kind": "sql#tier",
  "tier": string,
  "RAM": long,
  "DiskQuota": long,
  "region": [
    string
  ]
}
Property name Value Description Notes
DiskQuota long The maximum disk size of this tier in bytes.
RAM long The maximum RAM usage of this tier in bytes.
kind string This is always sql#tier .
region[] list The applicable regions for this tier. Can be us-east1 and europe-west1 .
tier string An identifier for the service tier, for example D1, D2 etc. For related information, see Pricing .

Methods

list
Lists all available service tiers for Google Cloud SQL, for example D1, D2. For related information, see Pricing .

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.