GoogleApi.Compute.V1.Model.BackendServiceGroupHealth (google_api_compute v0.32.0) View Source
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.
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.BackendServiceGroupHealth{ annotations: map(), healthStatus: [GoogleApi.Compute.V1.Model.HealthStatus.t()], kind: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.