Interface PcepMessageData

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

    @Generated("mdsal-binding-generator")
    public interface PcepMessageData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the base data model of a PCEP message. It rolls up the definitions contained in RFC5440, RFC5520 and RFC6006, RFC5886. Copyright (c)2013 Cisco Systems, Inc. All rights reserved. This program and 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 pcep-message

     module pcep-message {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:pcep:message;
       prefix pcep-msg;
       import pcep-types {
         prefix pcep;
         revision-date 2018-11-09;
       }
       revision 2018-11-09 {
       }
       revision 2013-10-07 {
       }
       notification open {
         uses pcep:open-message;
       }
       notification keepalive {
         uses pcep:keepalive-message;
       }
       notification pcreq {
         uses pcep:pcreq-message;
       }
       notification pcrep {
         uses pcep:pcrep-message;
       }
       notification pcntf {
         uses pcep:pcntf-message;
       }
       notification pcerr {
         uses pcep:pcerr-message;
       }
       notification close {
         uses pcep:close-message;
       }
       notification starttls {
         uses pcep:start-tls-message;
       }
       notification pcmonreq {
         uses pcep:pcreq-message;
       }
       notification pcmonrep {
         uses pcep:pcmonrep-message;
       }
     }