Interface SubUnnumberedTop
-
- 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 SubUnnumberedTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping unnumbered subinterfacesThis class represents the following YANG schema fragment defined in module openconfig-interfaces
grouping sub-unnumbered-top { container unnumbered { container config { oc-ext:telemetry-on-change; uses sub-unnumbered-config; } container state { config false; uses sub-unnumbered-config; uses sub-unnumbered-state; } uses oc-if:interface-ref; } }The schema path to identify an instance is openconfig-interfacessub-unnumbered-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnnumberedgetUnnumbered()Return unnumbered, ornullif it is not present.Class<? extends SubUnnumberedTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends SubUnnumberedTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getUnnumbered
Unnumbered getUnnumbered()
Return unnumbered, ornullif it is not present.Top-level container for setting unnumbered interfaces. Includes reference the interface that provides the address information- Returns:
Unnumberedunnumbered, ornullif it is not present.
-
-