class Softlayer::Account::Link::OpenStack

Constants

SERVICE

Attributes

domain_id[RW]

Public Class Methods

create_os_domain() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 12
def self.create_os_domain
  request(:create_os_domain, nil)
end
create_os_project() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 16
def self.create_os_project
  request(:create_os_project, nil)
end
delete_os_domain() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 20
def self.delete_os_domain
  request(:delete_os_domain, nil)
end
delete_os_project() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 24
def self.delete_os_project
  request(:delete_os_project, nil)
end
get_os_project() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 36
def self.get_os_project
  request(:get_os_project, nil)
end
list_os_projects() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 48
def self.list_os_projects
  request(:list_os_projects, nil)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 28
def delete_object
  request(:delete_object, Boolean)
end
get_account() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 32
def get_account
  request(:get_account, Softlayer::Account)
end
get_object() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 40
def get_object
  request(:get_object, Softlayer::Account::Link::OpenStack)
end
get_service_provider() click to toggle source
# File lib/softlayer/account/link/open_stack.rb, line 44
def get_service_provider
  request(:get_service_provider, Softlayer::Service::Provider)
end