updateTrack property

String? updateTrack
getter/setter pair

Maintenance timing setting: canary (Earlier) or stable (Later).

Learn more. Possible string values are:

  • "SQL_UPDATE_TRACK_UNSPECIFIED" : This is an unknown maintenance timing preference.
  • "canary" : For instance update that requires a restart, this update track indicates your instance prefer to restart for new version early in maintenance window.
  • "stable" : For instance update that requires a restart, this update track indicates your instance prefer to let Cloud SQL choose the timing of restart (within its Maintenance window, if applicable).

Implementation

core.String? updateTrack;