Interface VlanLogicalSingleTaggedListConfig
- 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
@Generated("mdsal-binding-generator")
public interface VlanLogicalSingleTaggedListConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Specifies single-tagged packets with a list of VLAN identifiers.
This class represents the following YANG schema fragment defined in module openconfig-vlan
grouping vlan-logical-single-tagged-list-config {
leaf-list vlan-ids {
type oc-vlan-types:vlan-id;
}
}
-
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 vlanIds, ornullif it is not present.Class<? extends VlanLogicalSingleTaggedListConfig>Return vlanIds, guaranteed to be non-null.
-
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 VlanLogicalSingleTaggedListConfig> 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
-
getVlanIds
Return vlanIds, ornullif it is not present.VLAN identifiers for single-tagged packets.- Returns:
Set<VlanId>vlanIds, ornullif it is not present.
-
requireVlanIds
Return vlanIds, guaranteed to be non-null.VLAN identifiers for single-tagged packets.- Returns:
Set<VlanId>vlanIds, guaranteed to be non-null.- Throws:
NoSuchElementException- if vlanIds is not present
-