GoogleApi.NetworkManagement.V1.Model.ReachabilityDetails (google_api_network_management v0.8.0) View Source

The details of reachability state from the latest run.

Attributes

  • error (type: GoogleApi.NetworkManagement.V1.Model.Status.t, default: nil) - The details of a failure or a cancellation of reachability analysis.
  • result (type: String.t, default: nil) - The overall reachability result of the test.
  • traces (type: list(GoogleApi.NetworkManagement.V1.Model.Trace.t), default: nil) - Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
  • verifyTime (type: DateTime.t, default: nil) - The time the reachability state was verified.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1.Model.ReachabilityDetails{
  error: GoogleApi.NetworkManagement.V1.Model.Status.t(),
  result: String.t(),
  traces: [GoogleApi.NetworkManagement.V1.Model.Trace.t()],
  verifyTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.