class Softlayer::Brand

Constants

SERVICE

Attributes

account[RW]
all_owned_account_count[RW]
all_owned_accounts[RW]
allow_account_creation_flag[RW]
catalog[RW]
catalog_id[RW]
contact_count[RW]
contacts[RW]
customer_country_location_restriction_count[RW]
customer_country_location_restrictions[RW]
distributor[RW]
distributor_child_flag[RW]
distributor_flag[RW]
hardware[RW]
hardware_count[RW]
has_agent_support_flag[RW]
id[RW]
key_name[RW]
long_name[RW]
name[RW]
open_ticket_count[RW]
open_tickets[RW]
owned_account_count[RW]
owned_accounts[RW]
ticket_count[RW]
ticket_group_count[RW]
ticket_groups[RW]
tickets[RW]
user_count[RW]
users[RW]
virtual_guest_count[RW]
virtual_guests[RW]

Public Class Methods

create_customer_account(message) click to toggle source

account bypass_duplicate_account_check

# File lib/softlayer/brand.rb, line 43
def self.create_customer_account(message)
  request(:create_customer_account, Softlayer::Account, message)
end
create_object(message) click to toggle source

template_object

# File lib/softlayer/brand.rb, line 48
def self.create_object(message)
  request(:create_object, Softlayer::Brand, message)
end

Public Instance Methods

get_account() click to toggle source
# File lib/softlayer/brand.rb, line 52
def get_account
  request(:get_account, Softlayer::Account)
end
get_all_owned_accounts() click to toggle source
# File lib/softlayer/brand.rb, line 56
def get_all_owned_accounts
  request(:get_all_owned_accounts, Array[Softlayer::Account])
end
get_all_ticket_subjects(message) click to toggle source

account

# File lib/softlayer/brand.rb, line 61
def get_all_ticket_subjects(message)
  request(:get_all_ticket_subjects, Array[Softlayer::Ticket::Subject], message)
end
get_allow_account_creation_flag() click to toggle source
# File lib/softlayer/brand.rb, line 65
def get_allow_account_creation_flag
  request(:get_allow_account_creation_flag, Boolean)
end
get_catalog() click to toggle source
# File lib/softlayer/brand.rb, line 69
def get_catalog
  request(:get_catalog, Softlayer::Product::Catalog)
end
get_contact_information() click to toggle source
# File lib/softlayer/brand.rb, line 73
def get_contact_information
  request(:get_contact_information, Array[Softlayer::Brand::Contact])
end
get_contacts() click to toggle source
# File lib/softlayer/brand.rb, line 77
def get_contacts
  request(:get_contacts, Array[Softlayer::Brand::Contact])
end
get_customer_country_location_restrictions() click to toggle source
# File lib/softlayer/brand.rb, line 81
def get_customer_country_location_restrictions
  request(:get_customer_country_location_restrictions, Array[Softlayer::Brand::Restriction::Location::CustomerCountry])
end
get_distributor() click to toggle source
# File lib/softlayer/brand.rb, line 85
def get_distributor
  request(:get_distributor, Softlayer::Brand)
end
get_distributor_child_flag() click to toggle source
# File lib/softlayer/brand.rb, line 89
def get_distributor_child_flag
  request(:get_distributor_child_flag, Boolean)
end
get_distributor_flag() click to toggle source
# File lib/softlayer/brand.rb, line 93
def get_distributor_flag
  request(:get_distributor_flag, String)
end
get_hardware() click to toggle source
# File lib/softlayer/brand.rb, line 97
def get_hardware
  request(:get_hardware, Array[Softlayer::Hardware])
end
get_has_agent_support_flag() click to toggle source
# File lib/softlayer/brand.rb, line 101
def get_has_agent_support_flag
  request(:get_has_agent_support_flag, Boolean)
end
get_merchant_name() click to toggle source
# File lib/softlayer/brand.rb, line 105
def get_merchant_name
  request(:get_merchant_name, String)
end
get_object() click to toggle source
# File lib/softlayer/brand.rb, line 109
def get_object
  request(:get_object, Softlayer::Brand)
end
get_open_tickets() click to toggle source
# File lib/softlayer/brand.rb, line 113
def get_open_tickets
  request(:get_open_tickets, Array[Softlayer::Ticket])
end
get_owned_accounts() click to toggle source
# File lib/softlayer/brand.rb, line 117
def get_owned_accounts
  request(:get_owned_accounts, Array[Softlayer::Account])
end
get_ticket_groups() click to toggle source
# File lib/softlayer/brand.rb, line 121
def get_ticket_groups
  request(:get_ticket_groups, Array[Softlayer::Ticket::Group])
end
get_tickets() click to toggle source
# File lib/softlayer/brand.rb, line 125
def get_tickets
  request(:get_tickets, Array[Softlayer::Ticket])
end
get_token(message) click to toggle source

user_id

# File lib/softlayer/brand.rb, line 130
def get_token(message)
  request(:get_token, String, message)
end
get_users() click to toggle source
# File lib/softlayer/brand.rb, line 134
def get_users
  request(:get_users, Array[Softlayer::User::Customer])
end
get_virtual_guests() click to toggle source
# File lib/softlayer/brand.rb, line 138
def get_virtual_guests
  request(:get_virtual_guests, Array[Softlayer::Virtual::Guest])
end