Interface NetworkPcepTopologyConfigData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface NetworkPcepTopologyConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the PCEP config extensions to base topology model. Copyright (c)2017 AT&T Services, Inc. All rights reserved.; This program the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html

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

     module network-pcep-topology-config {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:topology:pcep:config;
       prefix pnc;
       import network-topology {
         prefix nt;
         revision-date 2013-10-21;
       }
       import network-topology-pcep {
         prefix pn;
         revision-date 2020-01-20;
       }
       import yang-ext {
         prefix ext;
         revision-date 2013-07-09;
       }
       import pcep-config {
         prefix pdc;
         revision-date 2022-03-28;
       }
       revision 2018-11-09 {
       }
       revision 2017-10-25 {
       }
       augment /nt:network-topology/nt:topology {
         when nt:topology-types/pn:topology-pcep;
         ext:augment-identifier pcep-topology-type-config;
         uses pdc:pcep-config;
       }
       augment /nt:network-topology/nt:topology/nt:node {
         when ../nt:topology-types/pn:topology-pcep;
         ext:augment-identifier pcep-node-config;
         uses pdc:pcep-node-config;
       }
     }