Google Cloud Sql Admin V1 Client - Class SqlMaintenanceType (1.6.0)

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

The type of maintenance to be performed on the instance.

Protobuf type google.cloud.sql.v1.SqlMaintenanceType

Namespace

Google \ Cloud \ Sql \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SQL_MAINTENANCE_TYPE_UNSPECIFIED

Value: 0

Maintenance type is unspecified.

Generated from protobuf enum SQL_MAINTENANCE_TYPE_UNSPECIFIED = 0;

INSTANCE_MAINTENANCE

Value: 1

Indicates that a standalone instance is undergoing maintenance. The instance can be either a primary instance or a replica.

Generated from protobuf enum INSTANCE_MAINTENANCE = 1;

REPLICA_INCLUDED_MAINTENANCE

Value: 2

Indicates that the primary instance and all of its replicas, including cascading replicas, are undergoing maintenance. Maintenance is performed on groups of replicas first, followed by the primary instance.

Generated from protobuf enum REPLICA_INCLUDED_MAINTENANCE = 2;

INSTANCE_SELF_SERVICE_MAINTENANCE

Value: 3

Indicates that the standalone instance is undergoing maintenance, initiated by self-service. The instance can be either a primary instance or a replica.

Generated from protobuf enum INSTANCE_SELF_SERVICE_MAINTENANCE = 3;

REPLICA_INCLUDED_SELF_SERVICE_MAINTENANCE

Value: 4

Indicates that the primary instance and all of its replicas are undergoing maintenance, initiated by self-service. Maintenance is performed on groups of replicas first, followed by the primary instance.

Generated from protobuf enum REPLICA_INCLUDED_SELF_SERVICE_MAINTENANCE = 4;