Reference documentation and code samples for the Google Cloud Container V1 Client class MaintenanceWindow.
MaintenanceWindow defines the maintenance window to be used for the cluster.
Generated from protobuf message google.container.v1.MaintenanceWindow
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ daily_maintenance_window
Google\Cloud\Container\V1\DailyMaintenanceWindow
DailyMaintenanceWindow specifies a daily maintenance operation window.
↳ recurring_window
Google\Cloud\Container\V1\RecurringTimeWindow
RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
↳ maintenance_exclusions
array| Google\Protobuf\Internal\MapField
Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
getDailyMaintenanceWindow
DailyMaintenanceWindow specifies a daily maintenance operation window.
hasDailyMaintenanceWindow
setDailyMaintenanceWindow
DailyMaintenanceWindow specifies a daily maintenance operation window.
$this
getRecurringWindow
RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
hasRecurringWindow
setRecurringWindow
RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
$this
getMaintenanceExclusions
Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
setMaintenanceExclusions
Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
$this
getPolicy
string