Reference documentation and code samples for the Network Management V1 API class Google::Cloud::NetworkManagement::V1::Trace.
Trace represents one simulated packet forwarding path.
- Each trace contains multiple ordered steps.
- Each step is in a particular state with associated configuration.
- State is categorized as final or non-final states.
- Each final state has a reason associated.
- Each trace must end with a final state (the last step).
|---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final))
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint_info
def endpoint_info() -> ::Google::Cloud::NetworkManagement::V1::EndpointInfo
- (::Google::Cloud::NetworkManagement::V1::EndpointInfo) — Derived from the source and destination endpoints definition specified by user request, 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.
#endpoint_info=
def endpoint_info=(value) -> ::Google::Cloud::NetworkManagement::V1::EndpointInfo
- value (::Google::Cloud::NetworkManagement::V1::EndpointInfo) — Derived from the source and destination endpoints definition specified by user request, 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.
- (::Google::Cloud::NetworkManagement::V1::EndpointInfo) — Derived from the source and destination endpoints definition specified by user request, 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
def steps() -> ::Array<::Google::Cloud::NetworkManagement::V1::Step>
-
(::Array<::Google::Cloud::NetworkManagement::V1::Step>) — 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.
#steps=
def steps=(value) -> ::Array<::Google::Cloud::NetworkManagement::V1::Step>
-
value (::Array<::Google::Cloud::NetworkManagement::V1::Step>) — 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.
-
(::Array<::Google::Cloud::NetworkManagement::V1::Step>) — 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.