public interface Priority
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping priority {
leaf hold-priority {
type hold-priority;
}
leaf setup-priority {
type setup-priority;
}
}
The schema path to identify an instance is
rsvp/priority| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getHoldPriority() |
Short |
getSetupPriority() |
Copyright © 2018 OpenDaylight. All rights reserved.