Reference documentation and code samples for the Google Cloud Container V1 Client class DailyMaintenanceWindow.
Time window specified for daily maintenance operations.
Generated from protobuf message google.container.v1.DailyMaintenanceWindow
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_time |
string
Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT. |
↳ duration |
string
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS". |
getStartTime
Time within the maintenance window to start the maintenance operations.
Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
Returns | |
---|---|
Type | Description |
string |
setStartTime
Time within the maintenance window to start the maintenance operations.
Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDuration
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Duration will be in RFC3339 format "PTnHnMnS".
Returns | |
---|---|
Type | Description |
string |
setDuration
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
Duration will be in RFC3339 format "PTnHnMnS".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |