google_api_sql_admin v0.34.1 GoogleApi.SQLAdmin.V1beta4.Model.Tier View Source

A Google Cloud SQL service tier resource.

Attributes

  • DiskQuota (type: String.t, default: nil) - The maximum disk size of this tier in bytes.
  • RAM (type: String.t, default: nil) - The maximum RAM usage of this tier in bytes.
  • kind (type: String.t, default: nil) - This is always sql#tier.
  • region (type: list(String.t), default: nil) - The applicable regions for this tier.
  • tier (type: String.t, default: nil) - An identifier for the machine type, for example, db-n1-standard-1. For related information, see Pricing.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.Tier{
  DiskQuota: String.t(),
  RAM: String.t(),
  kind: String.t(),
  region: [String.t()],
  tier: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.