mistralclient.api.v2.cron_triggers.
CronTrigger
(manager, data)¶Bases: mistralclient.api.base.Resource
resource_name
= 'CronTrigger'¶mistralclient.api.v2.cron_triggers.
CronTriggerManager
(http_client)¶Bases: mistralclient.api.base.ResourceManager
create
(name, workflow_identifier, workflow_input=None, workflow_params=None, pattern=None, first_time=None, count=None)¶delete
(name)¶get
(name)¶list
(marker='', limit=None, sort_keys='', fields='', sort_dirs='', **filters)¶This is an abstract method
This is added here so that the find method gains some clarity. It must be implemented by the child class in order to find to work
resource_class
¶alias of CronTrigger
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.