struct

Cl8r::Model::QueryEngine::Layer3RoutingPath

Inherits Struct < Value < Object

Constructors

direct_l2
Source
new(routed : Bool, source_plane : String | Nil, source_ip : String | Nil, source_gateway : String | Nil, target_plane : String | Nil, target_ip : String | Nil, target_gateway : String | Nil, hops : Array(Layer3RouteHop), explanation : String)
Source
unrouted(reason : String) : self
Source

Instance methods

explanation
Source
hops
Source
routed?
Source
source_gateway
Source
source_ip
Source
source_plane
Source
target_gateway
Source
target_ip
Source
target_plane
Source