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

#include <health_status_for_network_endpoint.h>

Inheritance diagram for google_compute_api::HealthStatusForNetworkEndpoint:

Public Member Functions

 HealthStatusForNetworkEndpoint (const Json::Value &storage)
 
 HealthStatusForNetworkEndpoint (Json::Value *storage)
 
virtual ~HealthStatusForNetworkEndpoint ()
 
const StringPiece GetTypeName () const
 
bool has_backend_service () const
 
void clear_backend_service ()
 
const BackendServiceReference get_backend_service () const
 
BackendServiceReference mutable_backendService ()
 
bool has_forwarding_rule () const
 
void clear_forwarding_rule ()
 
const ForwardingRuleReference get_forwarding_rule () const
 
ForwardingRuleReference mutable_forwardingRule ()
 
bool has_health_check () const
 
void clear_health_check ()
 
const HealthCheckReference get_health_check () const
 
HealthCheckReference mutable_healthCheck ()
 
bool has_health_state () const
 
void clear_health_state ()
 
const StringPiece get_health_state () const
 
void set_health_state (const StringPiece &value)
 

Static Public Member Functions

static HealthStatusForNetworkEndpointNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ HealthStatusForNetworkEndpoint() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ HealthStatusForNetworkEndpoint() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~HealthStatusForNetworkEndpoint()

google_compute_api::HealthStatusForNetworkEndpoint::~HealthStatusForNetworkEndpoint ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_backend_service()

void google_compute_api::HealthStatusForNetworkEndpoint::clear_backend_service ( )
inline

Clears the 'backendService' attribute.

◆ clear_forwarding_rule()

void google_compute_api::HealthStatusForNetworkEndpoint::clear_forwarding_rule ( )
inline

Clears the 'forwardingRule' attribute.

◆ clear_health_check()

void google_compute_api::HealthStatusForNetworkEndpoint::clear_health_check ( )
inline

Clears the 'healthCheck' attribute.

◆ clear_health_state()

void google_compute_api::HealthStatusForNetworkEndpoint::clear_health_state ( )
inline

Clears the 'healthState' attribute.

◆ get_backend_service()

const BackendServiceReference google_compute_api::HealthStatusForNetworkEndpoint::get_backend_service ( ) const

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

◆ get_forwarding_rule()

const ForwardingRuleReference google_compute_api::HealthStatusForNetworkEndpoint::get_forwarding_rule ( ) const

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

◆ get_health_check()

const HealthCheckReference google_compute_api::HealthStatusForNetworkEndpoint::get_health_check ( ) const

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

◆ get_health_state()

const StringPiece google_compute_api::HealthStatusForNetworkEndpoint::get_health_state ( ) const
inline

Get the value of the 'healthState' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::HealthStatusForNetworkEndpoint

◆ has_backend_service()

bool google_compute_api::HealthStatusForNetworkEndpoint::has_backend_service ( ) const
inline

Determine if the 'backendService' attribute was set.

Returns
true if the 'backendService' attribute was set.

◆ has_forwarding_rule()

bool google_compute_api::HealthStatusForNetworkEndpoint::has_forwarding_rule ( ) const
inline

Determine if the 'forwardingRule' attribute was set.

Returns
true if the 'forwardingRule' attribute was set.

◆ has_health_check()

bool google_compute_api::HealthStatusForNetworkEndpoint::has_health_check ( ) const
inline

Determine if the 'healthCheck' attribute was set.

Returns
true if the 'healthCheck' attribute was set.

◆ has_health_state()

bool google_compute_api::HealthStatusForNetworkEndpoint::has_health_state ( ) const
inline

Determine if the 'healthState' attribute was set.

Returns
true if the 'healthState' attribute was set.

◆ mutable_backendService()

BackendServiceReference google_compute_api::HealthStatusForNetworkEndpoint::mutable_backendService ( )

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

URL of the backend service associated with the health state of the network endpoint.

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

◆ mutable_forwardingRule()

ForwardingRuleReference google_compute_api::HealthStatusForNetworkEndpoint::mutable_forwardingRule ( )

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

URL of the forwarding rule associated with the health state of the network endpoint.

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

◆ mutable_healthCheck()

HealthCheckReference google_compute_api::HealthStatusForNetworkEndpoint::mutable_healthCheck ( )

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

URL of the health check associated with the health state of the network endpoint.

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

◆ New()

HealthStatusForNetworkEndpoint * google_compute_api::HealthStatusForNetworkEndpoint::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_health_state()

void google_compute_api::HealthStatusForNetworkEndpoint::set_health_state ( const StringPiece &  value)
inline

Change the 'healthState' attribute.

Health state of the network endpoint determined based on the health checks configured.

Parameters
[in]valueThe new value.

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