GoogleApi.SQLAdmin.V1.Model.Tier (google_api_sql_admin v0.71.0)

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-custom-1-3840. For related information, see Pricing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.Tier{
  DiskQuota: String.t() | nil,
  RAM: String.t() | nil,
  kind: String.t() | nil,
  region: [String.t()] | nil,
  tier: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.