#include <target_pools_remove_health_check_request.h>
◆ TargetPoolsRemoveHealthCheckRequest() [1/2]
google_compute_api::TargetPoolsRemoveHealthCheckRequest::TargetPoolsRemoveHealthCheckRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TargetPoolsRemoveHealthCheckRequest() [2/2]
google_compute_api::TargetPoolsRemoveHealthCheckRequest::TargetPoolsRemoveHealthCheckRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TargetPoolsRemoveHealthCheckRequest()
google_compute_api::TargetPoolsRemoveHealthCheckRequest::~TargetPoolsRemoveHealthCheckRequest |
( |
| ) |
|
|
virtual |
◆ clear_health_checks()
void google_compute_api::TargetPoolsRemoveHealthCheckRequest::clear_health_checks |
( |
| ) |
|
|
inline |
Clears the 'healthChecks
' attribute.
◆ get_health_checks()
const client::JsonCppArray<HealthCheckReference > google_compute_api::TargetPoolsRemoveHealthCheckRequest::get_health_checks |
( |
| ) |
const |
Get a reference to the value of the 'healthChecks
' attribute.
◆ GetTypeName()
const StringPiece google_compute_api::TargetPoolsRemoveHealthCheckRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_health_checks()
bool google_compute_api::TargetPoolsRemoveHealthCheckRequest::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::TargetPoolsRemoveHealthCheckRequest::mutable_healthChecks |
( |
| ) |
|
Gets a reference to a mutable value of the 'healthChecks
' property.
Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs:
- https://www.googleapis.com/compute/beta/projects/project/global/httpHea lthChecks/health-check
- projects/project/global/httpHealthChecks/health-check.
- global/httpHealthChecks/health
- check.
- 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: