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
Namespace
Google \ Cloud \ CloudDms \ V1 \ CloudSqlSettingsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;