Interface TopologyRef

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    PcepTunnelTopologyConfig

    public interface TopologyRef
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module topology-tunnel-pcep-config

     grouping topology-ref {
       leaf pcep-topology-reference {
         type leafref {
           path /nt:network-topology/nt:topology/nt:topology-id;
         }
       }
     }
     
    The schema path to identify an instance is topology-tunnel-pcep-config/topology-ref
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends TopologyRef> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getPcepTopologyReference

        @Nullable org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId getPcepTopologyReference()
        An absolute reference to a topology instance.
        Returns:
        org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.topology.rev131021.TopologyId pcepTopologyReference, or null if not present