Google Cloud Sql Admin V1 Client - Class ExternalSyncMode (1.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ExternalSyncMode.
Protobuf type google.cloud.sql.v1.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode
Namespace
Google \ Cloud \ Sql \ V1 \ SqlInstancesVerifyExternalSyncSettingsRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
EXTERNAL_SYNC_MODE_UNSPECIFIED
Value: 0
Unknown external sync mode, will be defaulted to ONLINE mode
Generated from protobuf enum EXTERNAL_SYNC_MODE_UNSPECIFIED = 0;
ONLINE
Value: 1
Online external sync will set up replication after initial data external
sync
Generated from protobuf enum ONLINE = 1;
OFFLINE
Value: 2
Offline external sync only dumps and loads a one-time snapshot of
the primary instance's 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-03-18 UTC."],[],[]]