Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateMaintenanceWindow.
The maintenance window of the GoldengateDeployment.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateMaintenanceWindow
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ day |
int
Required. Days of the week. |
↳ start_hour |
int
Required. Start hour for maintenance period. Hour is in UTC. |
getDay
Required. Days of the week.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DayOfWeek. |
setDay
Required. Days of the week.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DayOfWeek. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStartHour
Required. Start hour for maintenance period. Hour is in UTC.
| Returns | |
|---|---|
| Type | Description |
int |
|
setStartHour
Required. Start hour for maintenance period. Hour is in UTC.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|