Package org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021
Interface L3UnicastIgpTopologyType
- 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:
IgpLinkEvent
,IgpNodeEvent
,IgpPrefixEvent
,TerminationPointEvent
,TopologyTypes1
@Generated("mdsal-binding-generator")
public interface L3UnicastIgpTopologyType
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping l3-unicast-igp-topology-type { container l3-unicast-igp-topology { presence "indicates L3 Unicast IGP Topology"; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn l3UnicastIgpTopology, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getL3UnicastIgpTopology
L3UnicastIgpTopology getL3UnicastIgpTopology()Return l3UnicastIgpTopology, ornull
if it is not present.- Returns:
L3UnicastIgpTopology
l3UnicastIgpTopology, ornull
if it is not present.
-