public interface GetQueueOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<GetQueueOutput>
This class represents the following YANG schema fragment defined in module sal-queue
container output { list packet-queues { key leaf queue-id { type queue-id; } leaf port { type uint32; } leaf property { type uint16; } uses queue-packet; } }The schema path to identify an instance is sal-queue/get-queue/output
To create instances of this class use GetQueueOutputBuilder
.
GetQueueOutputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
List<PacketQueues> |
getPacketQueues() |
List<PacketQueues> getPacketQueues()
java.util.List
packetQueues
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.