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

#include <health_check_reference.h>

Inheritance diagram for google_compute_api::HealthCheckReference:

Public Member Functions

 HealthCheckReference (const Json::Value &storage)
 
 HealthCheckReference (Json::Value *storage)
 
virtual ~HealthCheckReference ()
 
const StringPiece GetTypeName () const
 
bool has_health_check () const
 
void clear_health_check ()
 
const StringPiece get_health_check () const
 
void set_health_check (const StringPiece &value)
 

Static Public Member Functions

static HealthCheckReferenceNew ()
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ HealthCheckReference() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~HealthCheckReference()

google_compute_api::HealthCheckReference::~HealthCheckReference ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_compute_api::HealthCheckReference

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

HealthCheckReference * google_compute_api::HealthCheckReference::New ( )
static

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
[in]valueThe new value.

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