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

#include <target_pool_instance_health.h>

Inheritance diagram for google_compute_api::TargetPoolInstanceHealth:

Public Member Functions

 TargetPoolInstanceHealth (const Json::Value &storage)
 
 TargetPoolInstanceHealth (Json::Value *storage)
 
virtual ~TargetPoolInstanceHealth ()
 
const StringPiece GetTypeName () const
 
bool has_health_status () const
 
void clear_health_status ()
 
const client::JsonCppArray< HealthStatusget_health_status () const
 
client::JsonCppArray< HealthStatusmutable_healthStatus ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static TargetPoolInstanceHealthNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TargetPoolInstanceHealth() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TargetPoolInstanceHealth() [2/2]

google_compute_api::TargetPoolInstanceHealth::TargetPoolInstanceHealth ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TargetPoolInstanceHealth()

google_compute_api::TargetPoolInstanceHealth::~TargetPoolInstanceHealth ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_health_status()

void google_compute_api::TargetPoolInstanceHealth::clear_health_status ( )
inline

Clears the 'healthStatus' attribute.

◆ clear_kind()

void google_compute_api::TargetPoolInstanceHealth::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_health_status()

const client::JsonCppArray<HealthStatus > google_compute_api::TargetPoolInstanceHealth::get_health_status ( ) const

Get a reference to the value of the 'healthStatus' attribute.

◆ get_kind()

const StringPiece google_compute_api::TargetPoolInstanceHealth::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::TargetPoolInstanceHealth::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetPoolInstanceHealth

◆ has_health_status()

bool google_compute_api::TargetPoolInstanceHealth::has_health_status ( ) const
inline

Determine if the 'healthStatus' attribute was set.

Returns
true if the 'healthStatus' attribute was set.

◆ has_kind()

bool google_compute_api::TargetPoolInstanceHealth::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_healthStatus()

client::JsonCppArray<HealthStatus > google_compute_api::TargetPoolInstanceHealth::mutable_healthStatus ( )

Gets a reference to a mutable value of the 'healthStatus' property.

Returns
The result can be modified to change the attribute value.

◆ New()

TargetPoolInstanceHealth * google_compute_api::TargetPoolInstanceHealth::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_compute_api::TargetPoolInstanceHealth::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

[Output Only] Type of resource. Always compute::targetPoolInstanceHealth when checking the health of an instance.

Parameters
[in]valueThe new value.

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