tricircleclient.v1.routings_cli
Module¶tricircleclient.v1.routings_cli.
CreateRouting
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Creates a Resource Routing
get_parser
(prog_name)¶log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶tricircleclient.v1.routings_cli.
DeleteRouting
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Deletes Routing Resource.
get_parser
(prog_name)¶log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶tricircleclient.v1.routings_cli.
ListRoutings
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Lister
Lists Routings
COLS
= ('id', 'pod_id', 'resource_type')¶get_parser
(prog_name)¶log
= <oslo_log.log.KeywordArgumentAdapter object>¶marker_support
= True¶pagination_support
= True¶path
= '/routings'¶take_action
(parsed_args)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.