Show / Hide Table of Contents

Class Tier

A Google Cloud SQL service tier resource.

Inheritance
object
Tier
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class Tier : IDirectResponseSchema

Properties

DiskQuota

The maximum disk size of this tier in bytes.

Declaration
[JsonProperty("DiskQuota")]
public virtual long? DiskQuota { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

This is always sql#tier.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

RAM

The maximum RAM usage of this tier in bytes.

Declaration
[JsonProperty("RAM")]
public virtual long? RAM { get; set; }
Property Value
Type Description
long?

Region

The applicable regions for this tier.

Declaration
[JsonProperty("region")]
public virtual IList<string> Region { get; set; }
Property Value
Type Description
IList<string>

TierValue

An identifier for the machine type, for example, db-custom-1-3840. For related information, see Pricing.

Declaration
[JsonProperty("tier")]
public virtual string TierValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX