Module Fog::Softlayer::Compute::Shared
In: lib/fog/softlayer/compute/shared.rb

The Shared module consists of code that was duplicated between the Real and Mock implementations.

Methods

Public Class methods

Creates a new instance of the Softlayer Compute service

@param [Hash] options @option options [String] :softlayer_api_url

  Override the default (or configured) API endpoint

@option options [String] :softlayer_username

  Email or user identifier for user based authentication

@option options [String] :softlayer_api_key

  Password for user based authentication

[Validate]