| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
DemoteMasterContext |
DemoteMasterContext.clone() |
DemoteMasterContext |
InstancesDemoteMasterRequest.getDemoteMasterContext()
Contains details about the demoteMaster operation.
|
DemoteMasterContext |
DemoteMasterContext.set(String fieldName,
Object value) |
DemoteMasterContext |
DemoteMasterContext.setKind(String kind)
This is always `sql#demoteMasterContext`.
|
DemoteMasterContext |
DemoteMasterContext.setMasterInstanceName(String masterInstanceName)
The name of the instance which will act as on-premises primary instance in the replication
setup.
|
DemoteMasterContext |
DemoteMasterContext.setReplicaConfiguration(DemoteMasterConfiguration replicaConfiguration)
Configuration specific to read-replicas replicating from the on-premises primary instance.
|
DemoteMasterContext |
DemoteMasterContext.setSkipReplicationSetup(Boolean skipReplicationSetup)
Flag to skip replication setup on the instance.
|
DemoteMasterContext |
DemoteMasterContext.setVerifyGtidConsistency(Boolean verifyGtidConsistency)
Verify the GTID consistency for demote operation.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesDemoteMasterRequest |
InstancesDemoteMasterRequest.setDemoteMasterContext(DemoteMasterContext demoteMasterContext)
Contains details about the demoteMaster operation.
|
Copyright © 2011–2022 Google. All rights reserved.