Interface VlanLogicalEgressMappingTop
- 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:
Vlan
@Generated("mdsal-binding-generator")
public interface VlanLogicalEgressMappingTop
extends org.opendaylight.yangtools.yang.binding.DataObject
Egress VLAN stack behaviors for packets that are destined for output via this
subinterface.
This class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-logical-egress-mapping-top {
container egress-mapping {
container config {
uses vlan-logical-egress-mapping-config;
}
container state {
config false;
uses vlan-logical-egress-mapping-config;
}
}
}
-
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 egressMapping, ornullif it is not present.Class<? extends VlanLogicalEgressMappingTop>@NonNull EgressMappingReturn egressMapping, 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 VlanLogicalEgressMappingTop> 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
-
getEgressMapping
EgressMapping getEgressMapping()Return egressMapping, ornullif it is not present.Egress VLAN and label behaviors for packets that are destined for output via this subinterface.- Returns:
EgressMappingegressMapping, ornullif it is not present.
-
nonnullEgressMapping
@NonNull EgressMapping nonnullEgressMapping()Return egressMapping, or an empty instance if it is not present.- Returns:
EgressMappingegressMapping, or an empty instance if it is not present.
-