Class: Fog::Rackspace::Orchestration

Inherits:
Service
  • Object
show all
Includes:
Errors
Defined in:
lib/fog/rackspace/orchestration.rb,
lib/fog/rackspace/models/orchestration/event.rb,
lib/fog/rackspace/models/orchestration/stack.rb,
lib/fog/rackspace/models/orchestration/events.rb,
lib/fog/rackspace/models/orchestration/stacks.rb,
lib/fog/rackspace/models/orchestration/resource.rb,
lib/fog/rackspace/models/orchestration/template.rb,
lib/fog/rackspace/models/orchestration/resources.rb,
lib/fog/rackspace/models/orchestration/templates.rb,
lib/fog/rackspace/requests/orchestration/build_info.rb,
lib/fog/rackspace/requests/orchestration/create_stack.rb,
lib/fog/rackspace/requests/orchestration/delete_stack.rb,
lib/fog/rackspace/requests/orchestration/update_stack.rb,
lib/fog/rackspace/requests/orchestration/abandon_stack.rb,
lib/fog/rackspace/requests/orchestration/preview_stack.rb,
lib/fog/rackspace/models/orchestration/resource_schemas.rb,
lib/fog/rackspace/requests/orchestration/list_resources.rb,
lib/fog/rackspace/requests/orchestration/list_stack_data.rb,
lib/fog/rackspace/requests/orchestration/list_stack_events.rb,
lib/fog/rackspace/requests/orchestration/validate_template.rb,
lib/fog/rackspace/requests/orchestration/get_stack_template.rb,
lib/fog/rackspace/requests/orchestration/show_event_details.rb,
lib/fog/rackspace/requests/orchestration/show_resource_data.rb,
lib/fog/rackspace/requests/orchestration/show_stack_details.rb,
lib/fog/rackspace/requests/orchestration/list_resource_types.rb,
lib/fog/rackspace/requests/orchestration/list_resource_events.rb,
lib/fog/rackspace/requests/orchestration/show_resource_schema.rb,
lib/fog/rackspace/requests/orchestration/show_resource_metadata.rb,
lib/fog/rackspace/requests/orchestration/show_resource_template.rb

Defined Under Namespace

Modules: Reflectable Classes: BadRequest, Event, Events, InternalServerError, Mock, Real, Resource, ResourceSchemas, Resources, ServiceError, Stack, Stacks, Template, Templates

Constant Summary collapse

ORCHESTRATION_DFW_URL =
"https://dfw.orchestration.api.rackspacecloud.com/v1"
ORCHESTRATION_LON_URL =
"https://lon.orchestration.api.rackspacecloud.com/v1"
ORCHESTRATION_IAD_URL =
"https://iad.orchestration.api.rackspacecloud.com/v1"
ORCHESTRATION_ORD_URL =
"https://ord.orchestration.api.rackspacecloud.com/v1"

Method Summary

Methods included from Errors

included