queueCount property

int? queueCount
getter/setter pair

The networking queue count that's specified by users for the network interface.

Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.

Implementation

core.int? queueCount;