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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getSessionName() |
Class<? extends TunnelAttributes> |
implementedInterface() |
@Nullable Boolean |
isLabelRecordingDesired() |
@Nullable Boolean |
isLocalProtectionDesired() |
@Nullable Boolean |
isSeStyleDesired() |
getHoldPriority, getSetupPrioritygetExcludeAny, getIncludeAll, getIncludeAnyClass<? extends TunnelAttributes> implementedInterface()
implementedInterface in interface AttributeFiltersimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface Priority@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 present@Nullable String getSessionName()
java.lang.String sessionName, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.