public interface TunnelPcepLinkCfgAttributes extends DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.TunnelAttributes
This class represents the following YANG schema fragment defined in module topology-tunnel-pcep
grouping tunnel-pcep-link-cfg-attributes {
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;
}
}
The schema path to identify an instance is
topology-tunnel-pcep/tunnel-pcep-link-cfg-attributes| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth |
getBandwidth() |
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ClassType |
getClassType() |
String |
getSymbolicPathName() |
getSessionName, isLabelRecordingDesired, isLocalProtectionDesired, isSeStyleDesiredgetHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnygetImplementedInterfaceString getSymbolicPathName()
java.lang.String symbolicPathName, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ClassType getClassType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.ClassType classType, or null if not presentorg.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth getBandwidth()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.network.concepts.rev131125.Bandwidth bandwidth, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.