#include <target_pool_instance_health.h>
◆ TargetPoolInstanceHealth() [1/2]
google_compute_api::TargetPoolInstanceHealth::TargetPoolInstanceHealth |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetPoolInstanceHealth() [2/2]
google_compute_api::TargetPoolInstanceHealth::TargetPoolInstanceHealth |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolInstanceHealth()
google_compute_api::TargetPoolInstanceHealth::~TargetPoolInstanceHealth |
( |
| ) |
|
|
virtual |
◆ clear_health_status()
void google_compute_api::TargetPoolInstanceHealth::clear_health_status |
( |
| ) |
|
|
inline |
Clears the 'healthStatus
' attribute.
◆ clear_kind()
void google_compute_api::TargetPoolInstanceHealth::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_health_status()
const client::JsonCppArray<HealthStatus > google_compute_api::TargetPoolInstanceHealth::get_health_status |
( |
| ) |
const |
Get a reference to the value of the 'healthStatus
' attribute.
◆ get_kind()
const StringPiece google_compute_api::TargetPoolInstanceHealth::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetPoolInstanceHealth::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_health_status()
bool google_compute_api::TargetPoolInstanceHealth::has_health_status |
( |
| ) |
const |
|
inline |
Determine if the 'healthStatus
' attribute was set.
- Returns
- true if the '
healthStatus
' attribute was set.
◆ has_kind()
bool google_compute_api::TargetPoolInstanceHealth::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ mutable_healthStatus()
client::JsonCppArray<HealthStatus > google_compute_api::TargetPoolInstanceHealth::mutable_healthStatus |
( |
| ) |
|
Gets a reference to a mutable value of the 'healthStatus
' property.
- 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.
◆ set_kind()
void google_compute_api::TargetPoolInstanceHealth::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
[Output Only] Type of resource. Always compute::targetPoolInstanceHealth when checking the health of an instance.
- Parameters
-
The documentation for this class was generated from the following files: