Class Fog::DNS::Softlayer::Real
In: lib/fog/softlayer/requests/dns/get_domain.rb
lib/fog/softlayer/requests/dns/create_domain.rb
lib/fog/softlayer/requests/dns/get_domain_by_name.rb
lib/fog/softlayer/requests/dns/update_record.rb
lib/fog/softlayer/requests/dns/create_record.rb
lib/fog/softlayer/requests/dns/get_record.rb
lib/fog/softlayer/requests/dns/get_records.rb
lib/fog/softlayer/requests/dns/get_domains.rb
lib/fog/softlayer/requests/dns/delete_record.rb
lib/fog/softlayer/requests/dns/delete_domain.rb
lib/fog/softlayer/dns.rb
Parent: Object

Makes real connections to Softlayer.

Methods

Included Modules

Fog::Softlayer::Compute::Shared

Attributes

default_domain  [RW] 

Public Instance methods

Sends the real request to the real SoftLayer service.

@param [String] service

  ...ayer.com/rest/v3/Softlayer_Service_Name...

@param path [String]

  ...ayer.com/rest/v3/Softlayer_Service_Name/path.json

@param [Hash] options @option options [Array<Hash>] :body

  HTTP request body parameters

@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

@return [Excon::Response]

[Validate]