Class
Fog::Workflow::OpenStack::V2::Real
In:
lib/fog/workflow/openstack/v2.rb
lib/fog/workflow/openstack/v2/requests/create_workflow.rb
lib/fog/workflow/openstack/v2/requests/update_action_execution.rb
lib/fog/workflow/openstack/v2/requests/update_workflow.rb
lib/fog/workflow/openstack/v2/requests/create_action_execution.rb
lib/fog/workflow/openstack/v2/requests/delete_workflow.rb
lib/fog/workflow/openstack/v2/requests/delete_action.rb
lib/fog/workflow/openstack/v2/requests/get_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/list_cron_triggers.rb
lib/fog/workflow/openstack/v2/requests/update_environment.rb
lib/fog/workflow/openstack/v2/requests/validate_action.rb
lib/fog/workflow/openstack/v2/requests/list_action_executions.rb
lib/fog/workflow/openstack/v2/requests/get_execution.rb
lib/fog/workflow/openstack/v2/requests/delete_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/create_action.rb
lib/fog/workflow/openstack/v2/requests/get_environment.rb
lib/fog/workflow/openstack/v2/requests/list_workflows.rb
lib/fog/workflow/openstack/v2/requests/list_workbooks.rb
lib/fog/workflow/openstack/v2/requests/list_environments.rb
lib/fog/workflow/openstack/v2/requests/list_executions.rb
lib/fog/workflow/openstack/v2/requests/update_action.rb
lib/fog/workflow/openstack/v2/requests/list_actions.rb
lib/fog/workflow/openstack/v2/requests/validate_workflow.rb
lib/fog/workflow/openstack/v2/requests/rerun_task.rb
lib/fog/workflow/openstack/v2/requests/list_services.rb
lib/fog/workflow/openstack/v2/requests/get_task.rb
lib/fog/workflow/openstack/v2/requests/delete_action_execution.rb
lib/fog/workflow/openstack/v2/requests/list_tasks.rb
lib/fog/workflow/openstack/v2/requests/validate_workbook.rb
lib/fog/workflow/openstack/v2/requests/get_workbook.rb
lib/fog/workflow/openstack/v2/requests/delete_workbook.rb
lib/fog/workflow/openstack/v2/requests/delete_execution.rb
lib/fog/workflow/openstack/v2/requests/create_cron_trigger.rb
lib/fog/workflow/openstack/v2/requests/get_action.rb
lib/fog/workflow/openstack/v2/requests/update_execution.rb
lib/fog/workflow/openstack/v2/requests/create_environment.rb
lib/fog/workflow/openstack/v2/requests/get_action_execution.rb
lib/fog/workflow/openstack/v2/requests/get_workflow.rb
lib/fog/workflow/openstack/v2/requests/create_execution.rb
lib/fog/workflow/openstack/v2/requests/update_workbook.rb
lib/fog/workflow/openstack/v2/requests/create_workbook.rb
lib/fog/workflow/openstack/v2/requests/delete_environment.rb
Parent:
Object
Methods
create_action
create_action_execution
create_cron_trigger
create_environment
create_execution
create_workbook
create_workflow
delete_action
delete_action_execution
delete_cron_trigger
delete_environment
delete_execution
delete_workbook
delete_workflow
get_action
get_action_execution
get_cron_trigger
get_environment
get_execution
get_task
get_workbook
get_workflow
list_action_executions
list_actions
list_cron_triggers
list_environments
list_executions
list_services
list_tasks
list_workbooks
list_workflows
new
request
rerun_task
update_action
update_action_execution
update_environment
update_execution
update_workbook
update_workflow
validate_action
validate_workbook
validate_workflow
Included Modules
Fog::OpenStack::Core
Public Class methods
new
(options = {})
Public Instance methods
create_action
(definition)
create_action_execution
(action, input = {}, params = {})
create_cron_trigger
(name, workflow_identifier, workflow_input = nil, workflow_params = nil, pattern = "* * * * *", first_time = nil, count = nil)
create_environment
(definition)
create_execution
(workflow, input = {})
create_workbook
(definition)
create_workflow
(definition)
delete_action
(name)
delete_action_execution
(id)
delete_cron_trigger
(name)
delete_environment
(name)
delete_execution
(id)
delete_workbook
(name)
delete_workflow
(identifier)
get_action
(name)
get_action_execution
(execution_id)
get_cron_trigger
(name)
get_environment
(name)
get_execution
(execution_id)
get_task
(id)
get_workbook
(name)
get_workflow
(identifier)
list_action_executions
()
list_actions
(params = {})
list_cron_triggers
()
list_environments
()
list_executions
()
list_services
()
list_tasks
(workflow_execution_id)
list_workbooks
()
list_workflows
(params = {})
request
(params)
rerun_task
(task_ex_id)
update_action
(definition)
update_action_execution
(id, name, value)
update_environment
(definition)
update_execution
(id, name, value)
update_workbook
(definition)
update_workflow
(definition)
validate_action
(definition)
validate_workbook
(definition)
validate_workflow
(definition)
[Validate]