google_api_network_management v0.5.0 GoogleApi.NetworkManagement.V1.Model.Trace View Source

Trace represents one simulated packet forwarding path.

    <li>Each trace contains multiple ordered steps.</li> <li>Each step is in a particular state and has an associated configuration.</li> <li>State is categorized as a final or non-final state.</li> <li>Each final state has a reason associated with it.</li> <li>Each trace must end with a final state (the last step).</li>
<code>  |---------------------Trace----------------------|  Step1(State) Step2(State) ---  StepN(State(final))</code></pre>## Attributes*   `endpointInfo` (*type:* `GoogleApi.NetworkManagement.V1.Model.EndpointInfo.t`, *default:* `nil`) - Derived from the source and destination endpoints definition, and validated    by the data plane model.    If there are multiple traces starting from different source locations, then    the endpoint_info may be different between traces.*   `steps` (*type:* `list(GoogleApi.NetworkManagement.V1.Model.Step.t)`, *default:* `nil`) - A trace of a test contains multiple steps from the initial state to the    final state (delivered, dropped, forwarded, or aborted).    The steps are ordered by the processing sequence within the simulated    network state machine. It is critical to preserve the order of the steps    and avoid reordering or sorting them.

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.Trace{
  endpointInfo: GoogleApi.NetworkManagement.V1.Model.EndpointInfo.t(),
  steps: [GoogleApi.NetworkManagement.V1.Model.Step.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.