struct

Cl8r::Model::ResolvedVlanBinding

Inherits Struct < Value < Object

Represents a fully-resolved, immutable VLAN binding on a node interface.

Constructors

new(network_plane : String, vlan : Int32, ipv4 : String | Nil, ipv6 : String | Nil, is_default_gateway : Bool, bridge : String | Nil = nil)

Initializes a ResolvedVlanBinding.

Source

Instance methods

bridge
Source
ipv4
Source
ipv6
Source
is_default_gateway?
Source
network_plane
Source
vlan
Source