Google Cloud Sql Admin V1 Client - Class ExternalSyncParallelLevel (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class ExternalSyncParallelLevel.

External Sync parallel level.

Protobuf type google.cloud.sql.v1.ExternalSyncParallelLevel

Namespace

Google \ Cloud \ Sql \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED

Value: 0

Unknown sync parallel level. Will be defaulted to OPTIMAL.

Generated from protobuf enum EXTERNAL_SYNC_PARALLEL_LEVEL_UNSPECIFIED = 0;

MIN

Value: 1

Minimal parallel level.

Generated from protobuf enum MIN = 1;

OPTIMAL

Value: 2

Optimal parallel level.

Generated from protobuf enum OPTIMAL = 2;

MAX

Value: 3

Maximum parallel level.

Generated from protobuf enum MAX = 3;