The quantumclient.quantum.v2_0.extension Module

class quantumclient.quantum.v2_0.extension.ListExt(app, app_args)

Bases: quantumclient.quantum.v2_0.QuantumCommand, cliff.lister.Lister

List all exts.

api = 'network'
get_data(parsed_args)
get_parser(prog_name)
log = <logging.Logger instance at 0x3abb878>
resource = 'extension'
class quantumclient.quantum.v2_0.extension.ShowExt(app, app_args)

Bases: quantumclient.quantum.v2_0.QuantumCommand, cliff.show.ShowOne

Show information of a given resource

api = 'network'
get_data(parsed_args)
get_parser(prog_name)
log = <logging.Logger instance at 0x36fb8c0>
resource = 'extension'

This Page