Struct gapi_grpc::google::cloud::sql::v1beta4::Tier[][src]

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

A Google Cloud SQL service tier resource.

Fields

tier: String

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

ram: i64

The maximum RAM usage of this tier in bytes.

kind: String

This is always sql#tier.

disk_quota: i64

The maximum disk size of this tier in bytes.

region: Vec<String>

The applicable regions for this tier.

Trait Implementations

impl Clone for Tier[src]

impl Debug for Tier[src]

impl Default for Tier[src]

impl Message for Tier[src]

impl PartialEq<Tier> for Tier[src]

impl StructuralPartialEq for Tier[src]

Auto Trait Implementations

impl RefUnwindSafe for Tier

impl Send for Tier

impl Sync for Tier

impl Unpin for Tier

impl UnwindSafe for Tier

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]