public interface PcepCreateP2pTunnelInput extends org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.programming.rev130930.CreateP2pTunnelInput, TunnelPcepLinkCfgAttributes, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.p2p.rev130819.TunnelP2pPathCfgAttributes, DataObject, Augmentable<PcepCreateP2pTunnelInput>
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep-programming
container input {
container destination {
leaf node {
type node-ref;
}
leaf tp {
type tp-ref;
}
uses tp-reference;
}
container source {
leaf node {
type node-ref;
}
leaf tp {
type tp-ref;
}
uses tp-reference;
}
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 create-p2p-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-create-p2p-tunnel/input
To create instances of this class use PcepCreateP2pTunnelInputBuilder.
PcepCreateP2pTunnelInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getDestination, getSourcegetNetworkTopologyRefgetDeadline, getId, getPreconditionsgetImplementedInterfacegetBandwidth, getClassType, getSymbolicPathNamegetSessionName, isLabelRecordingDesired, isLocalProtectionDesired, isSeStyleDesiredgetHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnygetExplicitHopsgetAugmentationCopyright © 2017 OpenDaylight. All rights reserved.