Interface OspfV3LanIdentifier
- 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,OspfRouterIdentifier
- All Known Subinterfaces:
OspfPseudonode
@Generated("mdsal-binding-generator")
public interface OspfV3LanIdentifier
extends org.opendaylight.yangtools.binding.Grouping, OspfRouterIdentifier
This class represents the following YANG schema fragment defined in module bgp-linkstate
grouping ospf-v3-lan-identifier {
uses ospf-router-identifier;
leaf lan-interface {
type ospf-interface-identifier;
}
}
-
Method Summary
Modifier and TypeMethodDescriptionReturn lanInterface, ornullif it is not present.default @NonNull OspfInterfaceIdentifierReturn lanInterface, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterfaceMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.linkstate.rev200120.OspfRouterIdentifier
getOspfRouterId, requireOspfRouterId
-
Method Details
-
getLanInterface
OspfInterfaceIdentifier getLanInterface()Return lanInterface, ornullif it is not present.- Returns:
OspfInterfaceIdentifierlanInterface, ornullif it is not present.
-
requireLanInterface
Return lanInterface, guaranteed to be non-null.- Returns:
OspfInterfaceIdentifierlanInterface, guaranteed to be non-null.- Throws:
NoSuchElementException- if lanInterface is not present
-