Interface TopologyTunnelPcepProgrammingData

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

    @Generated("mdsal-binding-generator")
    public interface TopologyTunnelPcepProgrammingData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This module contains the programming extensions for tunnel topologies. (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 topology-tunnel-pcep-programming

     module topology-tunnel-pcep-programming {
       yang-version 1;
       namespace urn:opendaylight:params:xml:ns:yang:topology:tunnel:pcep:programming;
       prefix ttpp;
       import topology-tunnel-programming {
         prefix ttp;
         revision-date 2013-09-30;
       }
       import topology-tunnel-p2p {
         prefix p2p;
         revision-date 2013-08-19;
       }
       import topology-tunnel-pcep {
         prefix ptp;
         revision-date 2018-11-09;
       }
       revision 2018-11-09 {
       }
       revision 2013-10-30 {
       }
       rpc pcep-create-p2p-tunnel {
         input input {
           uses ttp:create-p2p-tunnel-input;
           uses p2p:tunnel-p2p-path-cfg-attributes;
           uses ptp:tunnel-pcep-link-cfg-attributes;
         }
         output output {
           uses ttp:create-p2p-tunnel-output;
         }
       }
       rpc pcep-destroy-tunnel {
         input input {
           uses ttp:destroy-tunnel-input;
         }
         output output {
           uses ttp:destroy-tunnel-output;
         }
       }
       rpc pcep-update-tunnel {
         input input {
           uses ttp:base-tunnel-input;
           uses p2p:tunnel-p2p-path-cfg-attributes;
           uses ptp:tunnel-pcep-link-cfg-attributes;
         }
         output output {
           uses ttp:base-tunnel-output;
         }
       }
     }