Reference documentation and code samples for the Google Cloud Database Center V1beta Client class Phase.
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.
Protobuf type google.cloud.databasecenter.v1beta.Phase
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PHASE_UNSPECIFIED
Value: 0Phase is unspecified.
Generated from protobuf enum PHASE_UNSPECIFIED = 0;
PHASE_WEEK1
Value: 1Week 1.
Generated from protobuf enum PHASE_WEEK1 = 1;
PHASE_WEEK2
Value: 2Week 2.
Generated from protobuf enum PHASE_WEEK2 = 2;
PHASE_WEEK5
Value: 3Week 5.
Generated from protobuf enum PHASE_WEEK5 = 3;
PHASE_ANY
Value: 4Any phase.
Generated from protobuf enum PHASE_ANY = 4;