public interface BandwidthObject extends DataContainer
This class represents the following YANG schema fragment defined in module rsvp
choice bandwidth-object {
case basic-bandwidth-object {
leaf bandwidth {
type bandwidth;
}
}
case reoptimization-bandwidth-object {
leaf bandwidth {
type bandwidth;
}
}
}
The schema path to identify an instance is
rsvp/bandwidth-object/bandwidth-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterfaceCopyright © 2016 OpenDaylight. All rights reserved.