GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint (google_api_compute v0.29.0) View Source
Attributes
-
backendService(type:GoogleApi.Compute.V1.Model.BackendServiceReference.t, default:nil) - URL of the backend service associated with the health state of the network endpoint. -
forwardingRule(type:GoogleApi.Compute.V1.Model.ForwardingRuleReference.t, default:nil) - URL of the forwarding rule associated with the health state of the network endpoint. -
healthCheck(type:GoogleApi.Compute.V1.Model.HealthCheckReference.t, default:nil) - URL of the health check associated with the health state of the network endpoint. -
healthCheckService(type:GoogleApi.Compute.V1.Model.HealthCheckServiceReference.t, default:nil) - URL of the health check service associated with the health state of the network endpoint. -
healthState(type:String.t, default:nil) - Health state of the network endpoint determined based on the health checks configured.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint{
backendService: GoogleApi.Compute.V1.Model.BackendServiceReference.t(),
forwardingRule: GoogleApi.Compute.V1.Model.ForwardingRuleReference.t(),
healthCheck: GoogleApi.Compute.V1.Model.HealthCheckReference.t(),
healthCheckService:
GoogleApi.Compute.V1.Model.HealthCheckServiceReference.t(),
healthState: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.