#include <auto_upgrade_options.h>
AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.
◆ AutoUpgradeOptions() [1/2]
google_container_api::AutoUpgradeOptions::AutoUpgradeOptions |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ AutoUpgradeOptions() [2/2]
google_container_api::AutoUpgradeOptions::AutoUpgradeOptions |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~AutoUpgradeOptions()
google_container_api::AutoUpgradeOptions::~AutoUpgradeOptions |
( |
| ) |
|
|
virtual |
◆ clear_auto_upgrade_start_time()
void google_container_api::AutoUpgradeOptions::clear_auto_upgrade_start_time |
( |
| ) |
|
|
inline |
Clears the 'autoUpgradeStartTime
' attribute.
◆ clear_description()
void google_container_api::AutoUpgradeOptions::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ get_auto_upgrade_start_time()
const StringPiece google_container_api::AutoUpgradeOptions::get_auto_upgrade_start_time |
( |
| ) |
const |
|
inline |
Get the value of the 'autoUpgradeStartTime
' attribute.
◆ get_description()
const StringPiece google_container_api::AutoUpgradeOptions::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ GetTypeName()
const StringPiece google_container_api::AutoUpgradeOptions::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_auto_upgrade_start_time()
bool google_container_api::AutoUpgradeOptions::has_auto_upgrade_start_time |
( |
| ) |
const |
|
inline |
Determine if the 'autoUpgradeStartTime
' attribute was set.
- Returns
- true if the '
autoUpgradeStartTime
' attribute was set.
◆ has_description()
bool google_container_api::AutoUpgradeOptions::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_auto_upgrade_start_time()
void google_container_api::AutoUpgradeOptions::set_auto_upgrade_start_time |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'autoUpgradeStartTime
' attribute.
[Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- Parameters
-
◆ set_description()
void google_container_api::AutoUpgradeOptions::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- Parameters
-
The documentation for this class was generated from the following files: