Interface LocalGenericSettings
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Config,Config,LocalAggregateConfig,LocalStaticConfig,State,State
@Generated("mdsal-binding-generator")
public interface LocalGenericSettings
extends org.opendaylight.yangtools.binding.Grouping
Generic options that can be set on local routes When they are defined
This class represents the following YANG schema fragment defined in module openconfig-local-routing
grouping local-generic-settings {
leaf set-tag {
type pt:tag-type;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn setTag, ornullif it is not present.default @NonNull TagTypeReturn setTag, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSetTag
TagType getSetTag()Return setTag, ornullif it is not present.Set a generic tag value on the route. This tag can be used for filtering routes that are distributed to other routing protocols.- Returns:
TagTypesetTag, ornullif it is not present.
-
requireSetTag
Return setTag, guaranteed to be non-null.Set a generic tag value on the route. This tag can be used for filtering routes that are distributed to other routing protocols.- Returns:
TagTypesetTag, guaranteed to be non-null.- Throws:
NoSuchElementException- if setTag is not present
-