#include <target_pools_add_health_check_request.h>
◆ TargetPoolsAddHealthCheckRequest() [1/2]
| google_compute_api::TargetPoolsAddHealthCheckRequest::TargetPoolsAddHealthCheckRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ TargetPoolsAddHealthCheckRequest() [2/2]
| google_compute_api::TargetPoolsAddHealthCheckRequest::TargetPoolsAddHealthCheckRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolsAddHealthCheckRequest()
| google_compute_api::TargetPoolsAddHealthCheckRequest::~TargetPoolsAddHealthCheckRequest |
( |
| ) |
|
|
virtual |
◆ clear_health_checks()
| void google_compute_api::TargetPoolsAddHealthCheckRequest::clear_health_checks |
( |
| ) |
|
|
inline |
Clears the 'healthChecks' attribute.
◆ get_health_checks()
| const client::JsonCppArray<HealthCheckReference > google_compute_api::TargetPoolsAddHealthCheckRequest::get_health_checks |
( |
| ) |
const |
Get a reference to the value of the 'healthChecks' attribute.
◆ GetTypeName()
| const StringPiece google_compute_api::TargetPoolsAddHealthCheckRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_health_checks()
| bool google_compute_api::TargetPoolsAddHealthCheckRequest::has_health_checks |
( |
| ) |
const |
|
inline |
Determine if the 'healthChecks' attribute was set.
- Returns
- true if the '
healthChecks' attribute was set.
◆ mutable_healthChecks()
| client::JsonCppArray<HealthCheckReference > google_compute_api::TargetPoolsAddHealthCheckRequest::mutable_healthChecks |
( |
| ) |
|
Gets a reference to a mutable value of the 'healthChecks' property.
The HttpHealthCheck to add to the target pool.
- 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.
The documentation for this class was generated from the following files: