DemoteMasterContext constructor
DemoteMasterContext({
- String? kind,
- String? masterInstanceName,
- DemoteMasterConfiguration? replicaConfiguration,
- bool? skipReplicationSetup,
- bool? verifyGtidConsistency,
Implementation
DemoteMasterContext({
this.kind,
this.masterInstanceName,
this.replicaConfiguration,
this.skipReplicationSetup,
this.verifyGtidConsistency,
});