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

The Tiers resource represents a service configuration that can be used to define a Google Cloud SQL instance. Each tier has an associated RAM, maximum storage, and list of regions in which the tier can be used. For more information, see Pricing .

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 , europe-west1 , or asia-east1 .
tier string An identifier for the service tier, for example D1, D2 etc. For related information, see Pricing .

Methods

Available methods for Tiers resources are:

list
Lists service tiers that can be used to create Google Cloud SQL instances.

Authentication required

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

Signing you in...

Google Developers needs your permission to do that.