maintenanceVersionSelectionPolicy property

String? maintenanceVersionSelectionPolicy
getter/setter pair

Input only.

Policy to use to automatically select the maintenance version to which to update the cluster's instances. Possible string values are:

  • "MAINTENANCE_VERSION_SELECTION_POLICY_UNSPECIFIED" : The maintenance version selection policy is not specified.
  • "MAINTENANCE_VERSION_SELECTION_POLICY_LATEST" : Use the latest available maintenance version.
  • "MAINTENANCE_VERSION_SELECTION_POLICY_DEFAULT" : Use the current default maintenance version.

Implementation

core.String? maintenanceVersionSelectionPolicy;