#include <maintenance_window.h>
MaintenanceWindow defines the maintenance window to be used for the cluster.
◆ MaintenanceWindow() [1/2]
| google_container_api::MaintenanceWindow::MaintenanceWindow |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ MaintenanceWindow() [2/2]
| google_container_api::MaintenanceWindow::MaintenanceWindow |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~MaintenanceWindow()
| google_container_api::MaintenanceWindow::~MaintenanceWindow |
( |
| ) |
|
|
virtual |
◆ clear_daily_maintenance_window()
| void google_container_api::MaintenanceWindow::clear_daily_maintenance_window |
( |
| ) |
|
|
inline |
Clears the 'dailyMaintenanceWindow' attribute.
◆ clear_maintenance_exclusions()
| void google_container_api::MaintenanceWindow::clear_maintenance_exclusions |
( |
| ) |
|
|
inline |
Clears the 'maintenanceExclusions' attribute.
◆ clear_recurring_window()
| void google_container_api::MaintenanceWindow::clear_recurring_window |
( |
| ) |
|
|
inline |
Clears the 'recurringWindow' attribute.
◆ get_daily_maintenance_window()
Get a reference to the value of the 'dailyMaintenanceWindow' attribute.
◆ get_maintenance_exclusions()
| const client::JsonCppAssociativeArray<TimeWindow > google_container_api::MaintenanceWindow::get_maintenance_exclusions |
( |
| ) |
const |
Get a reference to the value of the 'maintenanceExclusions' attribute.
◆ get_recurring_window()
| const RecurringTimeWindow google_container_api::MaintenanceWindow::get_recurring_window |
( |
| ) |
const |
Get a reference to the value of the 'recurringWindow' attribute.
◆ GetTypeName()
| const StringPiece google_container_api::MaintenanceWindow::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_daily_maintenance_window()
| bool google_container_api::MaintenanceWindow::has_daily_maintenance_window |
( |
| ) |
const |
|
inline |
Determine if the 'dailyMaintenanceWindow' attribute was set.
- Returns
- true if the '
dailyMaintenanceWindow' attribute was set.
◆ has_maintenance_exclusions()
| bool google_container_api::MaintenanceWindow::has_maintenance_exclusions |
( |
| ) |
const |
|
inline |
Determine if the 'maintenanceExclusions' attribute was set.
- Returns
- true if the '
maintenanceExclusions' attribute was set.
◆ has_recurring_window()
| bool google_container_api::MaintenanceWindow::has_recurring_window |
( |
| ) |
const |
|
inline |
Determine if the 'recurringWindow' attribute was set.
- Returns
- true if the '
recurringWindow' attribute was set.
◆ mutable_dailyMaintenanceWindow()
Gets a reference to a mutable value of the 'dailyMaintenanceWindow' property.
DailyMaintenanceWindow specifies a daily maintenance operation window.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_maintenanceExclusions()
| client::JsonCppAssociativeArray<TimeWindow > google_container_api::MaintenanceWindow::mutable_maintenanceExclusions |
( |
| ) |
|
Gets a reference to a mutable value of the 'maintenanceExclusions' property.
Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_recurringWindow()
Gets a reference to a mutable value of the 'recurringWindow' property.
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.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: