tricircleclient.v1.client.
Client
(session=None, service_type='tricircle', **kwargs)¶Bases: object
Client for the Tricircle v1 API.
Parameters: | session (keystoneauth.adapter.Adapter ) – session |
---|
tricircleclient.v1.jobs_cli.
CreateJob
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Create a Job
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.jobs_cli.
DeleteJob
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Delete a Job.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
tricircleclient.v1.jobs_cli.
ListJobs
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Lister
List Jobs
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶path
= '/jobs'¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
tricircleclient.v1.jobs_cli.
RedoJob
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Redo a Job.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
tricircleclient.v1.jobs_cli.
ShowJob
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Display Job details.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.jobs_cli.
expand_job_resource
(job)¶tricircleclient.v1.pods_cli.
CreatePod
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Creates pod
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.pods_cli.
DeletePod
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Deletes Pod.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
tricircleclient.v1.pods_cli.
ListPods
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Lister
Lists pods
COLS
= ('pod_id', 'region_name')¶log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
tricircleclient.v1.pods_cli.
ShowPod
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Display pod details.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.routings.
RoutingManager
(client)¶Bases: tricircleclient.v1.base.Manager
create
(routing)¶Create a Resource Routing.
delete
(routing)¶Delete a Resource Routing.
get
(routing)¶Get information about a Resource Routing.
list
(path)¶Get a list of Resource Routings.
update
(routing)¶Update a Resource Routing.
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)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.routings_cli.
DeleteRouting
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Deletes Routing Resource.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
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', 'top_id')¶get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶path
= '/routings'¶take_action
(parsed_args)¶Return a tuple containing the column names and an iterable containing the data to be listed.
tricircleclient.v1.routings_cli.
ShowRouting
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.ShowOne
Display Routing Resource details.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Return a two-part tuple with a tuple of column names and a tuple of values.
tricircleclient.v1.routings_cli.
UpdateRouting
(app, app_args, cmd_name=None)¶Bases: osc_lib.command.command.Command
Updates a Routing Resource.
get_parser
(prog_name)¶Return an argparse.ArgumentParser
.
log
= <oslo_log.log.KeywordArgumentAdapter object>¶take_action
(parsed_args)¶Override to do something useful.
The returned value will be returned by the program.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.