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

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::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 available instance.

Generated from protobuf enum ZONAL = 1;

REGIONAL

Value: 2

Regional available instance.

Generated from protobuf enum REGIONAL = 2;