Interface OdlPcepP2mpTeLspData

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

    @Generated("mdsal-binding-generator")
    public interface OdlPcepP2mpTeLspData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the data model of PCEP extensions defined in rfc8306. Copyright (c)2018 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 odl-pcep-p2mp-te-lsp

     module odl-pcep-p2mp-te-lsp {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:pcep:p2mp:te:lsp;
       prefix pcep-p2mp;
       import pcep-types {
         prefix pcep;
         revision-date 2018-11-09;
       }
       import pcep-message {
         prefix msg;
         revision-date 2018-11-09;
       }
       import yang-ext {
         prefix ext;
         revision-date 2013-07-09;
       }
       revision 2018-11-09 {
       }
       grouping p2mp-pce-capability-tlv {
         container p2mp-pce-capability {
           uses pcep:tlv;
           presence "Capability indicates that the sender can perform P2MP path computations";
         }
       }
       augment /msg:open/msg:open-message/msg:open/msg:tlvs {
         uses p2mp-pce-capability-tlv;
         ext:augment-identifier tlvs-p2mp-capability-aug;
       }
       augment /msg:pcerr/msg:pcerr-message/msg:error-type/msg:session-case/msg:session/msg:open/msg:tlvs {
         uses p2mp-pce-capability-tlv;
         ext:augment-identifier tlvs-p2mp-capability-error-aug;
       }
     }