The freezerclient.v1.clients Module

The freezerclient.v1.clients Module

class freezerclient.v1.clients.ClientDelete(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Delete a client from the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientList(app, app_args, cmd_name=None)[source]

Bases: cliff.lister.Lister

List of clients registered in the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientRegister(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Register a new client

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientShow(app, app_args, cmd_name=None)[source]

Bases: cliff.show.ShowOne

Show a single client

get_parser(prog_name)[source]
take_action(parsed_args)[source]
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.