GoogleApi.WorkloadManager.V1.Model.WorkloadProfileHealth (google_api_workload_manager v0.12.0)

View Source

WorkloadProfileHealth contains the detailed health check of workload.

Attributes

  • checkTime (type: DateTime.t, default: nil) - The time when the health check was performed.
  • componentHealthes (type: list(GoogleApi.WorkloadManager.V1.Model.ComponentHealth.t), default: nil) - The detailed condition reports of each component.
  • state (type: String.t, default: nil) - Output only. The health state of the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.WorkloadProfileHealth{
  checkTime: DateTime.t() | nil,
  componentHealthes:
    [GoogleApi.WorkloadManager.V1.Model.ComponentHealth.t()] | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.