google_api_compute v0.7.0 GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint View Source
Attributes
- backendService (BackendServiceReference): URL of the backend service associated with the health state of the network endpoint. Defaults to:
null
. - forwardingRule (ForwardingRuleReference): URL of the forwarding rule associated with the health state of the network endpoint. Defaults to:
null
. - healthCheck (HealthCheckReference): URL of the health check associated with the health state of the network endpoint. Defaults to:
null
. healthState (String.t): Health state of the network endpoint determined based on the health checks configured. Defaults to:
null
.- Enum - one of [DRAINING, HEALTHY, UNHEALTHY, UNKNOWN]
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 Source
t()
View Source
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(),
healthState: any()
}
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(), healthState: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.