struct

Cl8r::Model::QueryEngine::PortQueryResult

Inherits Struct < Value < Object

Query result for Port lookups

Constructors

new(switch_name : String, port_id : String, switch : Switch | Nil, switch_port : SwitchPort | Nil, connected_node : ResolvedNode | Nil, connected_interface : ResolvedInterface | Nil, bmc : Bool = false, bridged_vms : Array(BridgedVmInfo) = [] of BridgedVmInfo)
Source

Instance methods

bmc?
Source
bridged_vms
Source
connected_interface
Source
connected_node
Source
port_id
Source
switch
Source
switch_name
Source
switch_port
Source