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

pub struct LocationPreference {
    pub follow_gae_application: String,
    pub zone: String,
    pub secondary_zone: String,
    pub kind: String,
}

Preferred location. This specifies where a Cloud SQL instance is located, either in a specific Compute Engine zone, or co-located with an App Engine application. Note that if the preferred location is not available, the instance will be located as close as possible within the region. Only one location may be specified.

Fields

follow_gae_application: String

The App Engine application to follow, it must be in the same region as the Cloud SQL instance.

zone: String

The preferred Compute Engine zone (for example: us-central1-a, us-central1-b, etc.).

secondary_zone: String

The preferred Compute Engine zone for the secondary/failover (for example: us-central1-a, us-central1-b, etc.). Reserved for future use.

kind: String

This is always sql#locationPreference.

Trait Implementations

impl Clone for LocationPreference[src]

impl Debug for LocationPreference[src]

impl Default for LocationPreference[src]

impl Message for LocationPreference[src]

impl PartialEq<LocationPreference> for LocationPreference[src]

impl StructuralPartialEq for LocationPreference[src]

Auto Trait Implementations

impl RefUnwindSafe for LocationPreference

impl Send for LocationPreference

impl Sync for LocationPreference

impl Unpin for LocationPreference

impl UnwindSafe for LocationPreference

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]