Cloud SQL Admin V1 API - Module Google::Cloud::Sql::V1::SqlReplicationType (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlReplicationType.
Constants
SQL_REPLICATION_TYPE_UNSPECIFIED
value: 0 This is an unknown replication type for a Cloud SQL instance.
SYNCHRONOUS
value: 1 The synchronous replication mode for First Generation instances. It is the
default value.
ASYNCHRONOUS
value: 2 The asynchronous replication mode for First Generation instances. It
provides a slight performance gain, but if an outage occurs while this
option is set to asynchronous, you can lose up to a few seconds of updates
to your data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-06-24 UTC."],[],[]]