Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::HealthStatusForNetworkEndpoint.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#backend_service
def backend_service() -> ::Google::Cloud::Compute::V1::BackendServiceReference Returns
- (::Google::Cloud::Compute::V1::BackendServiceReference) — URL of the backend service associated with the health state of the network endpoint.
#backend_service=
def backend_service=(value) -> ::Google::Cloud::Compute::V1::BackendServiceReference Parameter
- value (::Google::Cloud::Compute::V1::BackendServiceReference) — URL of the backend service associated with the health state of the network endpoint.
Returns
- (::Google::Cloud::Compute::V1::BackendServiceReference) — URL of the backend service associated with the health state of the network endpoint.
#forwarding_rule
def forwarding_rule() -> ::Google::Cloud::Compute::V1::ForwardingRuleReference Returns
- (::Google::Cloud::Compute::V1::ForwardingRuleReference) — URL of the forwarding rule associated with the health state of the network endpoint.
#forwarding_rule=
def forwarding_rule=(value) -> ::Google::Cloud::Compute::V1::ForwardingRuleReference Parameter
- value (::Google::Cloud::Compute::V1::ForwardingRuleReference) — URL of the forwarding rule associated with the health state of the network endpoint.
Returns
- (::Google::Cloud::Compute::V1::ForwardingRuleReference) — URL of the forwarding rule associated with the health state of the network endpoint.
#health_check
def health_check() -> ::Google::Cloud::Compute::V1::HealthCheckReference Returns
- (::Google::Cloud::Compute::V1::HealthCheckReference) — URL of the health check associated with the health state of the network endpoint.
#health_check=
def health_check=(value) -> ::Google::Cloud::Compute::V1::HealthCheckReference Parameter
- value (::Google::Cloud::Compute::V1::HealthCheckReference) — URL of the health check associated with the health state of the network endpoint.
Returns
- (::Google::Cloud::Compute::V1::HealthCheckReference) — URL of the health check associated with the health state of the network endpoint.
#health_check_service
def health_check_service() -> ::Google::Cloud::Compute::V1::HealthCheckServiceReference Returns
- (::Google::Cloud::Compute::V1::HealthCheckServiceReference) — URL of the health check service associated with the health state of the network endpoint.
#health_check_service=
def health_check_service=(value) -> ::Google::Cloud::Compute::V1::HealthCheckServiceReference Parameter
- value (::Google::Cloud::Compute::V1::HealthCheckServiceReference) — URL of the health check service associated with the health state of the network endpoint.
Returns
- (::Google::Cloud::Compute::V1::HealthCheckServiceReference) — URL of the health check service associated with the health state of the network endpoint.
#health_state
def health_state() -> ::String Returns
- (::String) — Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
#health_state=
def health_state=(value) -> ::String Parameter
- value (::String) — Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
Returns
- (::String) — Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.