#include <health_status_for_network_endpoint.h>
◆ HealthStatusForNetworkEndpoint() [1/2]
google_compute_api::HealthStatusForNetworkEndpoint::HealthStatusForNetworkEndpoint |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~HealthStatusForNetworkEndpoint()
google_compute_api::HealthStatusForNetworkEndpoint::~HealthStatusForNetworkEndpoint |
( |
| ) |
|
|
virtual |
◆ 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()
Get a reference to the value of the 'backendService
' attribute.
◆ get_forwarding_rule()
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 |
◆ 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()
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()
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()
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()
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
-
The documentation for this class was generated from the following files: