Struct google_sqladmin1_beta4::DemoteMasterContext[][src]

pub struct DemoteMasterContext {
    pub kind: Option<String>,
    pub master_instance_name: Option<String>,
    pub replica_configuration: Option<DemoteMasterConfiguration>,
}

Database instance demote master context.

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

Fields

This is always sql#demoteMasterContext.

The name of the instance which will act as on-premises master in the replication setup.

Configuration specific to read-replicas replicating from the on-premises master.

Trait Implementations

impl Default for DemoteMasterContext
[src]

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

impl Clone for DemoteMasterContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DemoteMasterContext
[src]

Formats the value using the given formatter. Read more

impl Part for DemoteMasterContext
[src]

Auto Trait Implementations