Class Tier
A Google Cloud SQL service tier resource.
Implements
Inherited Members
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 |