Reference documentation and code samples for the Cloud SQL Admin V1 API module Google::Cloud::Sql::V1::SqlMaintenanceType.
The type of maintenance to be performed on the instance.
Constants
SQL_MAINTENANCE_TYPE_UNSPECIFIED
value: 0
Maintenance type is unspecified.
INSTANCE_MAINTENANCE
value: 1
Indicates that a standalone instance is undergoing maintenance. The
instance can be either a primary instance or a replica.
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.
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.
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.