Google Cloud Dms V1 Client - Class SqlAvailabilityType (1.1.0)

Reference documentation and code samples for the Google Cloud Dms V1 Client class SqlAvailabilityType.

The availability type of the given Cloud SQL instance.

Protobuf type google.cloud.clouddms.v1.CloudSqlSettings.SqlAvailabilityType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

SQL_AVAILABILITY_TYPE_UNSPECIFIED

Value: 0

This is an unknown Availability type.

Generated from protobuf enum SQL_AVAILABILITY_TYPE_UNSPECIFIED = 0;

ZONAL

Value: 1

Zonal availablility instance.

Generated from protobuf enum ZONAL = 1;

REGIONAL

Value: 2

Regional availability instance.

Generated from protobuf enum REGIONAL = 2;