View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpConnectorsV1alphaContainerHealthDetails (google_api_beyond_corp v0.9.0)

ContainerHealthDetails reflects the health details of a container.

Attributes

  • currentConfigVersion (type: String.t, default: nil) - The version of the current config.
  • errorMsg (type: String.t, default: nil) - The latest error message.
  • expectedConfigVersion (type: String.t, default: nil) - The version of the expected config.
  • extendedStatus (type: map(), default: nil) - The extended status. Such as ExitCode, StartedAt, FinishedAt, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpConnectorsV1alphaContainerHealthDetails{
    currentConfigVersion: String.t() | nil,
    errorMsg: String.t() | nil,
    expectedConfigVersion: String.t() | nil,
    extendedStatus: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.