DemoteMasterContext constructor

DemoteMasterContext({
  1. String? kind,
  2. String? masterInstanceName,
  3. DemoteMasterConfiguration? replicaConfiguration,
  4. bool? skipReplicationSetup,
  5. bool? verifyGtidConsistency,
})

Implementation

DemoteMasterContext({
  this.kind,
  this.masterInstanceName,
  this.replicaConfiguration,
  this.skipReplicationSetup,
  this.verifyGtidConsistency,
});