State¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Vlan.
State
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Subinterfaces
Subinterface
Vlan
State
This class represents state data.
State variables for VLANs
-
vlan_id
¶ VLAN id for the subinterface – specified inline for the case of a local VLAN. The id is scoped to the subinterface, and could be repeated on different subinterfaces
type: union of the below types:
type: int
range: 1..4094type: str
pattern: ^(409[0-4]|40[0-8][0-9]|[1-3][0-9]{3}|[1-9][0-9]{1,2}|[1-9])\.((409[0-4]|40[0-8][0-9]|[1-3][0-9]{3}|[1-9][0-9]{1,2}|[1-9])|\*)$config: False
-