public interface TunnelAttributes extends org.opendaylight.yangtools.yang.binding.DataObject, AttributeFilters
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping tunnel-attributes {
leaf hold-priority {
type uint8;
}
leaf setup-priority {
type uint8;
}
leaf local-protection-desired {
type boolean;
}
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 |
|---|---|
Short |
getHoldPriority() |
Short |
getSetupPriority() |
Boolean |
isLocalProtectionDesired() |
getExcludeAny, getIncludeAll, getIncludeAnyCopyright © 2014. All rights reserved.