Interface VlanTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator") public interface VlanTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for VLAN configurationThis class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-top { container vlans { list vlan { key vlan-id; leaf vlan-id { type leafref { path ../config/vlan-id; } } container config { uses vlan-config; } container state { config false; uses vlan-config; uses vlan-state; } uses vlan-members-state; } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VlansgetVlans()Return vlans, ornullif it is not present.Class<? extends VlanTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends VlanTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getVlans
Vlans getVlans()
Return vlans, ornullif it is not present.Container for VLAN configuration and state variables- Returns:
Vlansvlans, ornullif it is not present.
-
-