Interface OdlPcepIetfInitiatedData

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

    @Generated("mdsal-binding-generator")
    public interface OdlPcepIetfInitiatedData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the data model of PCEP extensions defined in RFC 8281: 'Path Computation Element Communication Protocol (PCEP) Extensions for PCE-Initiated LSP Setup in a Stateful PCE Model'. 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 odl-pcep-ietf-initiated

     module odl-pcep-ietf-initiated {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:pcep:ietf:initiated;
       prefix initiated;
       import pcep-types {
         prefix pcep;
         revision-date 2018-11-09;
       }
       import pcep-message {
         prefix msg;
         revision-date 2018-11-09;
       }
       import network-topology {
         prefix nt;
         revision-date 2013-10-21;
       }
       import network-topology-pcep {
         prefix topo;
         revision-date 2020-01-20;
       }
       import odl-pcep-ietf-stateful {
         prefix stateful;
         revision-date 2020-07-20;
       }
       revision 2020-07-20 {
       }
       revision 2018-11-09 {
       }
       revision 2017-10-25 {
       }
       revision 2013-11-26 {
       }
       grouping pcinitiate-message {
         uses pcep:message;
         container pcinitiate-message {
           uses pcep:message-header;
           list requests {
             uses stateful:srp-object;
             uses stateful:lsp-object;
             uses pcep:endpoints-object;
             uses pcep:explicit-route-object;
             uses pcep:lsp-attributes;
           }
         }
       }
       grouping initiated-capability-tlv {
         leaf initiation {
           type boolean;
           default false;
         }
       }
       augment /stateful:pcupd/stateful:pcupd-message/stateful:updates/stateful:srp {
         leaf remove {
           type boolean;
           default false;
         }
       }
       augment /stateful:pcrpt/stateful:pcrpt-message/stateful:reports/stateful:srp {
         leaf remove {
           type boolean;
           default false;
         }
       }
       augment /stateful:pcupd/stateful:pcupd-message/stateful:updates/stateful:lsp {
         leaf create {
           type boolean;
           default false;
         }
       }
       augment /stateful:pcrpt/stateful:pcrpt-message/stateful:reports/stateful:lsp {
         leaf create {
           type boolean;
           default false;
         }
       }
       augment /msg:open/msg:open-message/msg:open/msg:tlvs/stateful:stateful {
         uses initiated-capability-tlv;
       }
       notification pcinitiate {
         uses pcinitiate-message;
       }
       augment /nt:network-topology/nt:topology/nt:node/topo:path-computation-client/topo:stateful-tlv/stateful:stateful {
         uses initiated-capability-tlv;
       }
       augment /nt:network-topology/nt:topology/nt:node/topo:path-computation-client/topo:reported-lsp/topo:path/stateful:lsp {
         leaf create {
           type boolean;
           default false;
         }
       }
     }