class Softlayer::Account::Media

Constants

SERVICE

Attributes

account[RW]
create_user[RW]
datacenter[RW]
description[RW]
id[RW]
modify_employee[RW]
modify_user[RW]
request[RW]
request_id[RW]
serial_number[RW]
type[RW]
type_id[RW]
volume[RW]

Public Class Methods

get_all_media_types() click to toggle source
# File lib/softlayer/account/media.rb, line 30
def self.get_all_media_types
  request(:get_all_media_types, Array[Softlayer::Account::Media::Type])
end
remove_media_from_list(message) click to toggle source

media_template

# File lib/softlayer/account/media.rb, line 67
def self.remove_media_from_list(message)
  request(:remove_media_from_list, Integer, message)
end

Public Instance Methods

edit_object(message) click to toggle source

template_object

# File lib/softlayer/account/media.rb, line 22
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/account/media.rb, line 26
def get_account
  request(:get_account, Softlayer::Account)
end
get_create_user() click to toggle source
# File lib/softlayer/account/media.rb, line 34
def get_create_user
  request(:get_create_user, Softlayer::User::Customer)
end
get_datacenter() click to toggle source
# File lib/softlayer/account/media.rb, line 38
def get_datacenter
  request(:get_datacenter, Softlayer::Location)
end
get_modify_employee() click to toggle source
# File lib/softlayer/account/media.rb, line 42
def get_modify_employee
  request(:get_modify_employee, Softlayer::User::Employee)
end
get_modify_user() click to toggle source
# File lib/softlayer/account/media.rb, line 46
def get_modify_user
  request(:get_modify_user, Softlayer::User::Customer)
end
get_object() click to toggle source
# File lib/softlayer/account/media.rb, line 50
def get_object
  request(:get_object, Softlayer::Account::Media)
end
get_request() click to toggle source
# File lib/softlayer/account/media.rb, line 54
def get_request
  request(:get_request, Softlayer::Account::Media::Data::Transfer::Request)
end
get_type() click to toggle source
# File lib/softlayer/account/media.rb, line 58
def get_type
  request(:get_type, Softlayer::Account::Media::Type)
end
get_volume() click to toggle source
# File lib/softlayer/account/media.rb, line 62
def get_volume
  request(:get_volume, Softlayer::Network::Storage)
end