The quantumclient.quantum.v2_0.nvp_qos_queue Module

class quantumclient.quantum.v2_0.nvp_qos_queue.CreateQoSQueue(app, app_args)

Bases: quantumclient.quantum.v2_0.CreateCommand

Create a queue.

add_known_arguments(parser)
args2body(parsed_args)
log = <logging.Logger instance at 0x33723b0>
resource = 'qos_queue'
class quantumclient.quantum.v2_0.nvp_qos_queue.DeleteQoSQueue(app, app_args)

Bases: quantumclient.quantum.v2_0.DeleteCommand

Delete a given queue.

allow_names = True
log = <logging.Logger instance at 0x32d7098>
resource = 'qos_queue'
class quantumclient.quantum.v2_0.nvp_qos_queue.ListQoSQueue(app, app_args)

Bases: quantumclient.quantum.v2_0.ListCommand

List queues that belong to a given tenant.

list_columns = ['id', 'name', 'min', 'max', 'qos_marking', 'dscp', 'default']
log = <logging.Logger instance at 0x340fb48>
resource = 'qos_queue'
class quantumclient.quantum.v2_0.nvp_qos_queue.ShowQoSQueue(app, app_args)

Bases: quantumclient.quantum.v2_0.ShowCommand

Show information of a given queue.

allow_names = True
log = <logging.Logger instance at 0x33727a0>
resource = 'qos_queue'

This Page