Class: Google::Cloud::NetworkManagement::V1::Trace

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkmanagement/v1/trace.rb

Overview

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))

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_info::Google::Cloud::NetworkManagement::V1::EndpointInfo

Returns 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.

Returns:

  • (::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.



54
55
56
57
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 54

class Trace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#forward_trace_id::Integer

ID of trace. For forward traces, this ID is unique for each trace. For return traces, it matches ID of associated forward trace. A single forward trace can be associated with none, one or more than one return trace.

Returns:

  • (::Integer)

    ID of trace. For forward traces, this ID is unique for each trace. For return traces, it matches ID of associated forward trace. A single forward trace can be associated with none, one or more than one return trace.



54
55
56
57
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 54

class Trace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#steps::Array<::Google::Cloud::NetworkManagement::V1::Step>

Returns 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.

Returns:

  • (::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.



54
55
56
57
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 54

class Trace
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end