Struct google_sqladmin1_beta4::DatabaseInstanceFailoverReplica [] [src]

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

The name and status of the failover replica. This property is applicable only to Second Generation instances.

This type is not used in any activity, and only used as part of another schema.

Fields

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

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.

Trait Implementations

impl Debug for DatabaseInstanceFailoverReplica
[src]

Formats the value using the given formatter.

impl Clone for DatabaseInstanceFailoverReplica
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for DatabaseInstanceFailoverReplica
[src]

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

impl NestedType for DatabaseInstanceFailoverReplica
[src]

impl Part for DatabaseInstanceFailoverReplica
[src]