Reference documentation and code samples for the Google Cloud Redis Cluster V1 Client class ClusterWeeklyMaintenanceWindow.
Time window specified for weekly operations.
Generated from protobuf message google.cloud.redis.cluster.v1.ClusterWeeklyMaintenanceWindow
Namespace
Google \ Cloud \ Redis \ Cluster \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ day |
int
Allows to define schedule that runs specified day of the week. |
↳ start_time |
Google\Type\TimeOfDay
Start time of the window in UTC. |
getDay
Allows to define schedule that runs specified day of the week.
Returns | |
---|---|
Type | Description |
int |
setDay
Allows to define schedule that runs specified day of the week.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getStartTime
Start time of the window in UTC.
Returns | |
---|---|
Type | Description |
Google\Type\TimeOfDay|null |
hasStartTime
clearStartTime
setStartTime
Start time of the window in UTC.
Parameter | |
---|---|
Name | Description |
var |
Google\Type\TimeOfDay
|
Returns | |
---|---|
Type | Description |
$this |