Interface OspfTopologyType
- 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:
IgpLinkEvent1,IgpNodeEvent1,IgpPrefixEvent1,L3UnicastIgpTopology1
@Generated("mdsal-binding-generator")
public interface OspfTopologyType
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-topology-type {
container ospf {
presence "indiates OSPF Topology";
}
}
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getOspf
Ospf getOspf()Return ospf, ornullif it is not present.- Returns:
Ospfospf, ornullif it is not present.
-