Interface VlanRoutedTop
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Interface1
@Generated("mdsal-binding-generator")
public interface VlanRoutedTop
extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for routed vlan logical interfaces
This class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-routed-top {
container routed-vlan {
container config {
uses vlan-routed-config;
}
container state {
config false;
uses vlan-routed-config;
uses vlan-routed-state;
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn routedVlan, ornullif it is not present.Class<? extends VlanRoutedTop>@NonNull RoutedVlanReturn routedVlan, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends VlanRoutedTop> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getRoutedVlan
RoutedVlan getRoutedVlan()Return routedVlan, ornullif it is not present.Top-level container for routed vlan interfaces. These logical interfaces are also known as SVI (switched virtual interface), IRB (integrated routing and bridging), RVI (routed VLAN interface)- Returns:
RoutedVlanroutedVlan, ornullif it is not present.
-
nonnullRoutedVlan
@NonNull RoutedVlan nonnullRoutedVlan()Return routedVlan, or an empty instance if it is not present.- Returns:
RoutedVlanroutedVlan, or an empty instance if it is not present.
-