Struct google_sqladmin1_beta4::Tier[][src]

pub struct Tier {
    pub disk_quota: Option<String>,
    pub tier: Option<String>,
    pub kind: Option<String>,
    pub ram: Option<String>,
    pub region: Option<Vec<String>>,
}

A Google Cloud SQL service tier resource.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The maximum disk size of this tier in bytes.

An identifier for the service tier, for example D1, D2 etc. For related information, see Pricing.

This is always sql#tier.

The maximum RAM usage of this tier in bytes.

The applicable regions for this tier.

Trait Implementations

impl Default for Tier
[src]

Returns the "default value" for a type. Read more

impl Clone for Tier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tier
[src]

Formats the value using the given formatter. Read more

impl Resource for Tier
[src]

Auto Trait Implementations

impl Send for Tier

impl Sync for Tier