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
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ daily_maintenance_window
↳ recurring_window
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