compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::TargetPoolsAddHealthCheckRequest Class Reference

#include <target_pools_add_health_check_request.h>

Inheritance diagram for google_compute_api::TargetPoolsAddHealthCheckRequest:

Public Member Functions

 TargetPoolsAddHealthCheckRequest (const Json::Value &storage)
 
 TargetPoolsAddHealthCheckRequest (Json::Value *storage)
 
virtual ~TargetPoolsAddHealthCheckRequest ()
 
const StringPiece GetTypeName () const
 
bool has_health_checks () const
 
void clear_health_checks ()
 
const client::JsonCppArray< HealthCheckReferenceget_health_checks () const
 
client::JsonCppArray< HealthCheckReferencemutable_healthChecks ()
 

Static Public Member Functions

static TargetPoolsAddHealthCheckRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetPoolsAddHealthCheckRequest() [1/2]

google_compute_api::TargetPoolsAddHealthCheckRequest::TargetPoolsAddHealthCheckRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~TargetPoolsAddHealthCheckRequest()

google_compute_api::TargetPoolsAddHealthCheckRequest::~TargetPoolsAddHealthCheckRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetPoolsAddHealthCheckRequest

◆ 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()

TargetPoolsAddHealthCheckRequest * google_compute_api::TargetPoolsAddHealthCheckRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: