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 {
uses priority;
leaf local-protection-desired {
type boolean;
default false;
}
leaf label-recording-desired {
type boolean;
default false;
}
leaf se-style-desired {
type boolean;
default false;
}
leaf session-name {
type string;
}
uses attribute-filters;
}
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, getIncludeAny@Nullable Boolean isLocalProtectionDesired()
java.lang.Boolean localProtectionDesired, or null if not present@Nullable Boolean isLabelRecordingDesired()
java.lang.Boolean labelRecordingDesired, or null if not present@Nullable Boolean isSeStyleDesired()
java.lang.Boolean seStyleDesired, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.