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

#include <target_pools_remove_health_check_request.h>

Inheritance diagram for google_compute_api::TargetPoolsRemoveHealthCheckRequest:

Public Member Functions

 TargetPoolsRemoveHealthCheckRequest (const Json::Value &storage)
 
 TargetPoolsRemoveHealthCheckRequest (Json::Value *storage)
 
virtual ~TargetPoolsRemoveHealthCheckRequest ()
 
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 TargetPoolsRemoveHealthCheckRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetPoolsRemoveHealthCheckRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~TargetPoolsRemoveHealthCheckRequest()

google_compute_api::TargetPoolsRemoveHealthCheckRequest::~TargetPoolsRemoveHealthCheckRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetPoolsRemoveHealthCheckRequest

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

TargetPoolsRemoveHealthCheckRequest * google_compute_api::TargetPoolsRemoveHealthCheckRequest::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: