Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.odl.bgp.topology.types.rev160524
Interface BgpIpv4ReachabilityTopologyType
- 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:
TopologyTypes1
@Generated("mdsal-binding-generator")
public interface BgpIpv4ReachabilityTopologyType
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module odl-bgp-topology-types
grouping bgp-ipv4-reachability-topology-type { container bgp-ipv4-reachability-topology { presence "Indicates a BGP IPv4 reachability aware topology"; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn bgpIpv4ReachabilityTopology, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getBgpIpv4ReachabilityTopology
BgpIpv4ReachabilityTopology getBgpIpv4ReachabilityTopology()Return bgpIpv4ReachabilityTopology, ornull
if it is not present.- Returns:
BgpIpv4ReachabilityTopology
bgpIpv4ReachabilityTopology, ornull
if it is not present.
-