/** * Set link bond-slave type arguments. * @category Interfaces */ export interface SetLinkBondSlaveTypeArgs { /** Set the slave's queue ID (a 16bit unsigned value). */ queue_id?: number; }