Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.rev181109
Interface TopologyTunnelPcepType
- 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 TopologyTunnelPcepType
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep
grouping topology-tunnel-pcep-type { container topology-tunnel-pcep { presence "indicates a PCEP tunnel-aware topology"; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn topologyTunnelPcep, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getTopologyTunnelPcep
TopologyTunnelPcep getTopologyTunnelPcep()Return topologyTunnelPcep, ornull
if it is not present.- Returns:
TopologyTunnelPcep
topologyTunnelPcep, ornull
if it is not present.
-