google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterContext View Source
Database instance demote master context.
Attributes
- kind (String.t): This is always sql#demoteMasterContext. Defaults to:
null
. - masterInstanceName (String.t): The name of the instance which will act as on-premises master in the replication setup. Defaults to:
null
. - replicaConfiguration (DemoteMasterConfiguration): Configuration specific to read-replicas replicating from the on-premises master. Defaults to:
null
. - verifyGtidConsistency (boolean()): Verify GTID consistency for demote operation. Default value: True. Second Generation instances only. Setting this flag to false enables you to bypass GTID consistency check between on-premises master and Cloud SQL instance during the demotion operation but also exposes you to the risk of future replication failures. Change the value only if you know the reason for the GTID divergence and are confident that doing so will not cause any replication issues. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterContext{
kind: any(),
masterInstanceName: any(),
replicaConfiguration:
GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration.t(),
verifyGtidConsistency: any()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterContext{ kind: any(), masterInstanceName: any(), replicaConfiguration: GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterConfiguration.t(), verifyGtidConsistency: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.