google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint 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.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
Link to this type
t()
View Sourcet() :: %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(),
healthState: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.