#include <network_endpoint_with_health_status.h>
◆ NetworkEndpointWithHealthStatus() [1/2]
google_compute_api::NetworkEndpointWithHealthStatus::NetworkEndpointWithHealthStatus |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~NetworkEndpointWithHealthStatus()
google_compute_api::NetworkEndpointWithHealthStatus::~NetworkEndpointWithHealthStatus |
( |
| ) |
|
|
virtual |
◆ 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()
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 |
◆ 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()
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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: