#include <instance_group_manager_status.h>
◆ InstanceGroupManagerStatus() [1/2]
google_compute_api::InstanceGroupManagerStatus::InstanceGroupManagerStatus |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceGroupManagerStatus() [2/2]
google_compute_api::InstanceGroupManagerStatus::InstanceGroupManagerStatus |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceGroupManagerStatus()
google_compute_api::InstanceGroupManagerStatus::~InstanceGroupManagerStatus |
( |
| ) |
|
|
virtual |
◆ clear_is_stable()
void google_compute_api::InstanceGroupManagerStatus::clear_is_stable |
( |
| ) |
|
|
inline |
Clears the 'isStable
' attribute.
◆ get_is_stable()
bool google_compute_api::InstanceGroupManagerStatus::get_is_stable |
( |
| ) |
const |
|
inline |
Get the value of the 'isStable
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::InstanceGroupManagerStatus::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_is_stable()
bool google_compute_api::InstanceGroupManagerStatus::has_is_stable |
( |
| ) |
const |
|
inline |
Determine if the 'isStable
' attribute was set.
- Returns
- true if the '
isStable
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_is_stable()
void google_compute_api::InstanceGroupManagerStatus::set_is_stable |
( |
bool |
value | ) |
|
|
inline |
Change the 'isStable
' attribute.
[Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
- Parameters
-
The documentation for this class was generated from the following files: