#include <health_check_reference.h>
A full or valid partial URL to a health check. For example, the following are valid URLs:
- https://www.googleapis.com/compute/beta/projects/project- id/global/httpHealthChecks/health-check
- projects/project-id/global/httpHealthChecks/health-check.
- global/httpHealthChecks/health
- check.
◆ HealthCheckReference() [1/2]
google_compute_api::HealthCheckReference::HealthCheckReference |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ HealthCheckReference() [2/2]
google_compute_api::HealthCheckReference::HealthCheckReference |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~HealthCheckReference()
google_compute_api::HealthCheckReference::~HealthCheckReference |
( |
| ) |
|
|
virtual |
◆ clear_health_check()
void google_compute_api::HealthCheckReference::clear_health_check |
( |
| ) |
|
|
inline |
Clears the 'healthCheck
' attribute.
◆ get_health_check()
const StringPiece google_compute_api::HealthCheckReference::get_health_check |
( |
| ) |
const |
|
inline |
Get the value of the 'healthCheck
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::HealthCheckReference::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_health_check()
bool google_compute_api::HealthCheckReference::has_health_check |
( |
| ) |
const |
|
inline |
Determine if the 'healthCheck
' attribute was set.
- Returns
- true if the '
healthCheck
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_health_check()
void google_compute_api::HealthCheckReference::set_health_check |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'healthCheck
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: