Google Cloud Sql Admin V1beta4 Client - Class ExternalSyncMode (0.10.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class ExternalSyncMode.

Protobuf type google.cloud.sql.v1beta4.SqlInstancesVerifyExternalSyncSettingsRequest.ExternalSyncMode

Namespace

Google \ Cloud \ Sql \ V1beta4 \ 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

Generated from protobuf enum OFFLINE = 2;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.