public interface PcepUpdateTunnelInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.BaseTunnelInput, TunnelPcepLinkCfgAttributes, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.TunnelP2pPathCfgAttributes, DataObject, Augmentable<PcepUpdateTunnelInput>
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;
}
list explicit-hops {
key "order"
leaf loose {
type boolean;
}
leaf order {
type uint32;
}
uses tunnel-p2p-path-hops;
}
leaf symbolic-path-name {
type string;
}
leaf class-type {
type class-type;
}
leaf bandwidth {
type bandwidth;
}
leaf local-protection-desired {
type local-protection-desired;
}
leaf label-recording-desired {
type label-recording-desired;
}
leaf se-style-desired {
type se-style-desired;
}
leaf session-name {
type string;
}
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
leaf include-any {
type attribute-filter;
}
leaf exclude-any {
type attribute-filter;
}
leaf include-all {
type attribute-filter;
}
uses base-tunnel-input;
uses tunnel-pcep-link-cfg-attributes;
uses tunnel-p2p-path-cfg-attributes;
}
The schema path to identify an instance is
topology-tunnel-pcep-programming/pcep-update-tunnel/input
To create instances of this class use PcepUpdateTunnelInputBuilder.
PcepUpdateTunnelInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getLinkIdgetNetworkTopologyRefgetDeadline, getId, getPreconditionsgetBandwidth, getClassType, getSymbolicPathNamegetSessionName, isLabelRecordingDesired, isLocalProtectionDesired, isSeStyleDesiredgetHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnygetImplementedInterfacegetExplicitHopsgetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.