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

A Google Cloud SQL service tier resource.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

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

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.