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

#include <backend_service_group_health.h>

Inheritance diagram for google_compute_api::BackendServiceGroupHealth:

Public Member Functions

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

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BackendServiceGroupHealth() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BackendServiceGroupHealth() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BackendServiceGroupHealth()

google_compute_api::BackendServiceGroupHealth::~BackendServiceGroupHealth ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_health_status()

void google_compute_api::BackendServiceGroupHealth::clear_health_status ( )
inline

Clears the 'healthStatus' attribute.

◆ clear_kind()

void google_compute_api::BackendServiceGroupHealth::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_health_status()

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

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::BackendServiceGroupHealth

◆ has_health_status()

bool google_compute_api::BackendServiceGroupHealth::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::BackendServiceGroupHealth::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::BackendServiceGroupHealth::mutable_healthStatus ( )

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

Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.

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

◆ New()

BackendServiceGroupHealth * google_compute_api::BackendServiceGroupHealth::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

[Output Only] Type of resource. Always compute::backendServiceGroupHealth for the health of backend services.

Parameters
[in]valueThe new value.

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