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

Attributes

  • healths (type: list(GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint.t), default: nil) - [Output only] The health status of network endpoint;
  • networkEndpoint (type: GoogleApi.Compute.V1.Model.NetworkEndpoint.t, default: nil) - [Output only] The network endpoint;

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.NetworkEndpointWithHealthStatus{
  healths:
    [GoogleApi.Compute.V1.Model.HealthStatusForNetworkEndpoint.t()] | nil,
  networkEndpoint: GoogleApi.Compute.V1.Model.NetworkEndpoint.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.