public interface PcepDestroyTunnelInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.DestroyTunnelInput, DataObject, Augmentable<PcepDestroyTunnelInput>
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep-programming
container input {
leaf link-id {
type link-id;
}
leaf network-topology-ref {
type network-topology-ref;
}
leaf id {
type instruction-id;
}
leaf deadline {
type nanotime;
}
leaf-list preconditions {
type instruction-id;
}
uses destroy-tunnel-input;
}
The schema path to identify an instance is
topology-tunnel-pcep-programming/pcep-destroy-tunnel/input
To create instances of this class use PcepDestroyTunnelInputBuilder.
PcepDestroyTunnelInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getLinkIdgetNetworkTopologyRefgetDeadline, getId, getPreconditionsgetImplementedInterfacegetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.