public interface TunnelAttributes extends org.opendaylight.yangtools.yang.binding.DataObject, Priority, AttributeFilters
This class represents the following YANG schema fragment defined in module rsvp
grouping tunnel-attributes {
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
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 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
rsvp/tunnel-attributes| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionName() |
Boolean |
isLabelRecordingDesired() |
Boolean |
isLocalProtectionDesired() |
Boolean |
isSeStyleDesired() |
getHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnyBoolean isLocalProtectionDesired()
java.lang.Boolean localProtectionDesired, or null if not presentBoolean isLabelRecordingDesired()
java.lang.Boolean labelRecordingDesired, or null if not presentBoolean isSeStyleDesired()
java.lang.Boolean seStyleDesired, or null if not presentString getSessionName()
java.lang.String sessionName, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.