Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::Tier (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::Tier.

A Google Cloud SQL service tier resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#Disk_Quota

def Disk_Quota() -> ::Integer
Returns
  • (::Integer) — The maximum disk size of this tier in bytes.

#Disk_Quota=

def Disk_Quota=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum disk size of this tier in bytes.
Returns
  • (::Integer) — The maximum disk size of this tier in bytes.

#RAM

def RAM() -> ::Integer
Returns
  • (::Integer) — The maximum RAM usage of this tier in bytes.

#RAM=

def RAM=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum RAM usage of this tier in bytes.
Returns
  • (::Integer) — The maximum RAM usage of this tier in bytes.

#kind

def kind() -> ::String
Returns
  • (::String) — This is always sql#tier.

#kind=

def kind=(value) -> ::String
Parameter
  • value (::String) — This is always sql#tier.
Returns
  • (::String) — This is always sql#tier.

#region

def region() -> ::Array<::String>
Returns
  • (::Array<::String>) — The applicable regions for this tier.

#region=

def region=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The applicable regions for this tier.
Returns
  • (::Array<::String>) — The applicable regions for this tier.

#tier

def tier() -> ::String
Returns
  • (::String) — An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.

#tier=

def tier=(value) -> ::String
Parameter
  • value (::String) — An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.
Returns
  • (::String) — An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.