Struct gapi_grpc::google::cloud::sql::v1beta4::database_instance::SqlFailoverReplica[][src]

pub struct SqlFailoverReplica {
    pub name: String,
    pub available: Option<bool>,
}

Fields

name: String

The name of the failover replica. If specified at instance creation, a failover replica is created for the instance. The name doesn’t include the project ID. This property is applicable only to Second Generation instances.

available: Option<bool>

The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only failover to the failover replica when the status is true.

Trait Implementations

impl Clone for SqlFailoverReplica[src]

impl Debug for SqlFailoverReplica[src]

impl Default for SqlFailoverReplica[src]

impl Message for SqlFailoverReplica[src]

impl PartialEq<SqlFailoverReplica> for SqlFailoverReplica[src]

impl StructuralPartialEq for SqlFailoverReplica[src]

Auto Trait Implementations

impl RefUnwindSafe for SqlFailoverReplica

impl Send for SqlFailoverReplica

impl Sync for SqlFailoverReplica

impl Unpin for SqlFailoverReplica

impl UnwindSafe for SqlFailoverReplica

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]