Module: Google::Cloud::DatabaseCenter::V1beta::Phase

Defined in:
proto_docs/google/cloud/databasecenter/v1beta/maintenance.rb

Overview

Phase/Week of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance. This enum can be extended to support DB Center specific phases for recommendation plan generation.

Constant Summary collapse

PHASE_UNSPECIFIED =

Phase is unspecified.

0
PHASE_WEEK1 =

Week 1.

1
PHASE_WEEK2 =

Week 2.

2
PHASE_WEEK5 =

Week 5.

3
PHASE_ANY =

Any phase.

4