Module Deltacloud
In: lib/deltacloud/base_driver/features.rb
lib/deltacloud/base_driver/base_driver.rb
lib/deltacloud/drivers/terremark/terremark_driver.rb
lib/deltacloud/drivers/rhevm/rhevm_driver.rb
lib/deltacloud/drivers/ec2/ec2_driver.rb
lib/deltacloud/drivers/rimuhosting/rimuhosting_client.rb
lib/deltacloud/drivers/rimuhosting/rimuhosting_driver.rb
lib/deltacloud/drivers/mock/mock_driver.rb
lib/deltacloud/drivers/gogrid/gogrid_driver.rb
lib/deltacloud/drivers/azure/azure_driver.rb
lib/deltacloud/drivers/opennebula/opennebula_driver.rb
lib/deltacloud/drivers/rackspace/rackspace_client.rb
lib/deltacloud/drivers/rackspace/rackspace_driver.rb
lib/deltacloud/hardware_profile.rb
lib/deltacloud/state_machine.rb
lib/drivers.rb

Copyright (C) 2009, 2010 Red Hat, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Methods

Classes and Modules

Module Deltacloud::BackendCapability
Module Deltacloud::Drivers
Module Deltacloud::Validation
Class Deltacloud::AuthException
Class Deltacloud::BackendError
Class Deltacloud::BackendFeatureUnsupported
Class Deltacloud::BaseDriver
Class Deltacloud::DuplicateFeatureDeclError
Class Deltacloud::FeatureError
Class Deltacloud::HardwareProfile
Class Deltacloud::StateMachine
Class Deltacloud::UndeclaredFeatureError

Constants

DRIVERS = { :ec2 => { :name => "EC2" }, :rackspace => { :name => "Rackspace" }, :gogrid => { :name => "Gogrid" }, :rhevm => { :name => "RHEVM" }, :rimuhosting => { :name => "RimuHosting"}, :opennebula => { :name => "Opennebula", :class => "OpennebulaDriver" }, :terremark => { :name => "Terremark"}, :azure => { :name => "Azure" }, :mock => { :name => "Mock" }
DEFAULT_COLLECTIONS = [ :hardware_profiles, :images, :instances, :instance_states, :realms, :storage_volumes, :storage_snapshots
DRIVER = ENV['API_DRIVER'] ? ENV['API_DRIVER'].to_sym : :mock

Public Instance methods

[Validate]