Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlUpdateTrack.
Protobuf type google.cloud.sql.v1.SqlUpdateTrack
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_UPDATE_TRACK_UNSPECIFIED
Value: 0
This is an unknown maintenance timing preference.
Generated from protobuf enum SQL_UPDATE_TRACK_UNSPECIFIED = 0;
canary
Value: 1
For an instance with a scheduled maintenance window, this maintenance
timing indicates that the maintenance update is scheduled 7 to 14 days
after the notification is sent out. Also referred to as Week 1
(Console)
and preview
(gcloud CLI).
Generated from protobuf enum canary = 1;
stable
Value: 2
For an instance with a scheduled maintenance window, this maintenance
timing indicates that the maintenance update is scheduled 15 to 21 days
after the notification is sent out. Also referred to as Week 2
(Console)
and production
(gcloud CLI).
Generated from protobuf enum stable = 2;
week5
Value: 3
For instance with a scheduled maintenance window, this maintenance timing indicates that the maintenance update is scheduled 35 to 42 days after the notification is sent out.
Generated from protobuf enum week5 = 3;