public interface PcepDestroyTunnelOutput extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.DestroyTunnelOutput, DataObject, Augmentable<PcepDestroyTunnelOutput>
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 destroy-tunnel-output;
}
The schema path to identify an instance is
topology-tunnel-pcep-programming/pcep-destroy-tunnel/output
To create instances of this class use PcepDestroyTunnelOutputBuilder.
PcepDestroyTunnelOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getResultgetImplementedInterfacegetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.