Struct google_sqladmin1_beta4::DemoteMasterConfiguration[][src]

pub struct DemoteMasterConfiguration {
    pub kind: Option<String>,
    pub mysql_replica_configuration: Option<DemoteMasterMySqlReplicaConfiguration>,
}

Read-replica configuration for connecting to the on-premises master.

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

Fields

This is always sql#demoteMasterConfiguration.

MySQL specific configuration when replicating from a MySQL on-premises master. Replication configuration information such as the username, password, certificates, and keys are not stored in the instance metadata. The configuration information is used only to set up the replication connection and is stored by MySQL in a file named master.info in the data directory.

Trait Implementations

impl Default for DemoteMasterConfiguration
[src]

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

impl Clone for DemoteMasterConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DemoteMasterConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for DemoteMasterConfiguration
[src]

Auto Trait Implementations