Google Cloud Container V1 Client - Class DailyMaintenanceWindow (1.10.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this