Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlAvailabilityType.
The availability type of the given Cloud SQL instance.
Protobuf type google.cloud.sql.v1.SqlAvailabilityType
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_AVAILABILITY_TYPE_UNSPECIFIED
Value: 0This is an unknown Availability type.
Generated from protobuf enum SQL_AVAILABILITY_TYPE_UNSPECIFIED = 0;
ZONAL
Value: 1Zonal available instance.
Generated from protobuf enum ZONAL = 1;
REGIONAL
Value: 2Regional available instance.
Generated from protobuf enum REGIONAL = 2;