public interface BandwidthObject
extends org.opendaylight.yangtools.yang.binding.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 |
Copyright © 2018 OpenDaylight. All rights reserved.