View Source GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint (google_api_compute v0.56.2)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint{
  backendService: GoogleApi.Compute.V1.Model.BackendServiceReference.t() | nil,
  forwardingRule: GoogleApi.Compute.V1.Model.ForwardingRuleReference.t() | nil,
  healthCheck: GoogleApi.Compute.V1.Model.HealthCheckReference.t() | nil,
  healthCheckService:
    GoogleApi.Compute.V1.Model.HealthCheckServiceReference.t() | nil,
  healthState: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.