Struct google_sql1_beta4::api::DemoteMasterConfiguration
source · 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§
source§impl Clone for DemoteMasterConfiguration
impl Clone for DemoteMasterConfiguration
source§fn clone(&self) -> DemoteMasterConfiguration
fn clone(&self) -> DemoteMasterConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DemoteMasterConfiguration
impl Debug for DemoteMasterConfiguration
source§impl Default for DemoteMasterConfiguration
impl Default for DemoteMasterConfiguration
source§fn default() -> DemoteMasterConfiguration
fn default() -> DemoteMasterConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DemoteMasterConfiguration
impl<'de> Deserialize<'de> for DemoteMasterConfiguration
source§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