Cl8r::Model::VlanBinding
Inherits YAML::Serializable < Reference < Object
Represents a VLAN binding linking a physical NIC or bond to a logical network plane.
Constructors
new(network_plane : String = "", vlan : Int32 | Nil = nil, ipv4 : String | Nil = nil, ipv6 : String | Nil = nil, bridge : String | Nil = nil, is_default_gateway : Bool = false)
Initializes a VlanBinding with the target network plane and optional overrides.
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
SourceInstance methods
bridge
Sourceipv4
Sourceipv6
Sourceis_default_gateway?
Sourcenetwork_plane
Sourcevlan
Source