Struct google_sql1_beta4::api::DemoteMasterConfiguration [−][src]
pub struct DemoteMasterConfiguration {
pub kind: Option<String>,
pub mysql_replica_configuration: Option<DemoteMasterMySqlReplicaConfiguration>,
}Expand description
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
kind: Option<String>This is always sql#demoteMasterConfiguration.
mysql_replica_configuration: Option<DemoteMasterMySqlReplicaConfiguration>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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for DemoteMasterConfiguration
impl Send for DemoteMasterConfiguration
impl Sync for DemoteMasterConfiguration
impl Unpin for DemoteMasterConfiguration
impl UnwindSafe for DemoteMasterConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more