Interface TopologyTunnelPcepConfigData
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.DataRoot<TopologyTunnelPcepConfigData>
@Generated("mdsal-binding-generator")
public interface TopologyTunnelPcepConfigData
extends org.opendaylight.yangtools.binding.DataRoot<TopologyTunnelPcepConfigData>
This module contains the PCEP Tunnel 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 topology-tunnel-pcep-config
module topology-tunnel-pcep-config {
yang-version 1.1;
namespace urn:opendaylight:params:xml:ns:yang:topology:tunnel:pcep:config;
prefix ttpc;
import network-topology {
prefix nt;
revision-date 2013-10-21;
}
import topology-tunnel-pcep {
prefix ttp;
revision-date 2018-11-09;
}
import odl-codegen-extensions {
prefix oce;
}
revision 2018-11-09 {
}
revision 2017-11-27 {
}
grouping topology-ref {
leaf pcep-topology-reference {
type leafref {
path /nt:network-topology/nt:topology/nt:topology-id;
}
}
}
augment /nt:network-topology/nt:topology {
when nt:topology-types/ttp:topology-tunnel-pcep;
oce:augment-identifier pcep-tunnel-topology-config;
uses topology-ref;
}
}
-
Method Summary
-
Method Details
-
implementedInterface
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.binding.DataRoot<TopologyTunnelPcepConfigData>
-