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

#include <network_endpoint_with_health_status.h>

Inheritance diagram for google_compute_api::NetworkEndpointWithHealthStatus:

Public Member Functions

 NetworkEndpointWithHealthStatus (const Json::Value &storage)
 
 NetworkEndpointWithHealthStatus (Json::Value *storage)
 
virtual ~NetworkEndpointWithHealthStatus ()
 
const StringPiece GetTypeName () const
 
bool has_healths () const
 
void clear_healths ()
 
const client::JsonCppArray< HealthStatusForNetworkEndpointget_healths () const
 
client::JsonCppArray< HealthStatusForNetworkEndpointmutable_healths ()
 
bool has_network_endpoint () const
 
void clear_network_endpoint ()
 
const NetworkEndpoint get_network_endpoint () const
 
NetworkEndpoint mutable_networkEndpoint ()
 

Static Public Member Functions

static NetworkEndpointWithHealthStatusNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NetworkEndpointWithHealthStatus() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NetworkEndpointWithHealthStatus() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NetworkEndpointWithHealthStatus()

google_compute_api::NetworkEndpointWithHealthStatus::~NetworkEndpointWithHealthStatus ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_healths()

void google_compute_api::NetworkEndpointWithHealthStatus::clear_healths ( )
inline

Clears the 'healths' attribute.

◆ clear_network_endpoint()

void google_compute_api::NetworkEndpointWithHealthStatus::clear_network_endpoint ( )
inline

Clears the 'networkEndpoint' attribute.

◆ get_healths()

const client::JsonCppArray<HealthStatusForNetworkEndpoint > google_compute_api::NetworkEndpointWithHealthStatus::get_healths ( ) const

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

◆ get_network_endpoint()

const NetworkEndpoint google_compute_api::NetworkEndpointWithHealthStatus::get_network_endpoint ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NetworkEndpointWithHealthStatus

◆ has_healths()

bool google_compute_api::NetworkEndpointWithHealthStatus::has_healths ( ) const
inline

Determine if the 'healths' attribute was set.

Returns
true if the 'healths' attribute was set.

◆ has_network_endpoint()

bool google_compute_api::NetworkEndpointWithHealthStatus::has_network_endpoint ( ) const
inline

Determine if the 'networkEndpoint' attribute was set.

Returns
true if the 'networkEndpoint' attribute was set.

◆ mutable_healths()

client::JsonCppArray<HealthStatusForNetworkEndpoint > google_compute_api::NetworkEndpointWithHealthStatus::mutable_healths ( )

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

[Output only] The health status of network endpoint;.

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

◆ mutable_networkEndpoint()

NetworkEndpoint google_compute_api::NetworkEndpointWithHealthStatus::mutable_networkEndpoint ( )

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

[Output only] The network endpoint;.

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

◆ New()

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