GoogleApi.Compute.V1.Model.HealthStatus (google_api_compute v0.29.0) View Source

Attributes

  • annotations (type: map(), default: nil) - Metadata defined as annotations for network endpoint.
  • healthState (type: String.t, default: nil) - Health state of the instance.
  • instance (type: String.t, default: nil) - URL of the instance resource.
  • ipAddress (type: String.t, default: nil) - A forwarding rule IP address assigned to this instance.
  • port (type: integer(), default: nil) - The named port of the instance group, not necessarily the port that is health-checked.
  • weight (type: String.t, default: nil) -
  • weightError (type: String.t, default: nil) -

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.HealthStatus{
  annotations: map(),
  healthState: String.t(),
  instance: String.t(),
  ipAddress: String.t(),
  port: integer(),
  weight: String.t(),
  weightError: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.