#include <backend_service_group_health.h>
◆ BackendServiceGroupHealth() [1/2]
| google_compute_api::BackendServiceGroupHealth::BackendServiceGroupHealth |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ BackendServiceGroupHealth() [2/2]
| google_compute_api::BackendServiceGroupHealth::BackendServiceGroupHealth |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~BackendServiceGroupHealth()
| google_compute_api::BackendServiceGroupHealth::~BackendServiceGroupHealth |
( |
| ) |
|
|
virtual |
◆ clear_health_status()
| void google_compute_api::BackendServiceGroupHealth::clear_health_status |
( |
| ) |
|
|
inline |
Clears the 'healthStatus' attribute.
◆ clear_kind()
| void google_compute_api::BackendServiceGroupHealth::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ get_health_status()
| const client::JsonCppArray<HealthStatus > google_compute_api::BackendServiceGroupHealth::get_health_status |
( |
| ) |
const |
Get a reference to the value of the 'healthStatus' attribute.
◆ get_kind()
| const StringPiece google_compute_api::BackendServiceGroupHealth::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ GetTypeName()
| const StringPiece google_compute_api::BackendServiceGroupHealth::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_health_status()
| bool google_compute_api::BackendServiceGroupHealth::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::BackendServiceGroupHealth::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::BackendServiceGroupHealth::mutable_healthStatus |
( |
| ) |
|
Gets a reference to a mutable value of the 'healthStatus' property.
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
- 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::BackendServiceGroupHealth::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
[Output Only] Type of resource. Always compute::backendServiceGroupHealth for the health of backend services.
- Parameters
-
The documentation for this class was generated from the following files: