public interface PcepUpdateTunnelOutput extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.BaseTunnelOutput, DataObject, Augmentable<PcepUpdateTunnelOutput>
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep-programming
container output {
choice result {
case failure-case {
container failure {
leaf type {
type identityref;
}
leaf-list failed-preconditions {
type instruction-id;
}
}
}
}
uses base-tunnel-output;
}
The schema path to identify an instance is
topology-tunnel-pcep-programming/pcep-update-tunnel/output
To create instances of this class use PcepUpdateTunnelOutputBuilder.
PcepUpdateTunnelOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getResultgetImplementedInterfacegetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.