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

Attributes

  • annotations (type: map(), default: nil) - Metadata defined as annotations on the network endpoint group.
  • healthStatus (type: list(GoogleApi.Compute.V1.Model.HealthStatus.t), default: nil) - Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
  • kind (type: String.t, default: compute#backendServiceGroupHealth) - [Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.BackendServiceGroupHealth{
  annotations: map() | nil,
  healthStatus: [GoogleApi.Compute.V1.Model.HealthStatus.t()] | nil,
  kind: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.