class Softlayer::Product::Item::Category

Constants

SERVICE

Attributes

billing_item_count[RW]
billing_items[RW]
category_code[RW]
group[RW]
group_count[RW]
groups[RW]
id[RW]
name[RW]
order_option_count[RW]
order_options[RW]
package_configuration_count[RW]
package_configurations[RW]
preset_configuration_count[RW]
preset_configurations[RW]
quantity_limit[RW]
question_count[RW]
question_reference_count[RW]
question_references[RW]
questions[RW]

Public Class Methods

get_bandwidth_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 33
def self.get_bandwidth_categories
  request(:get_bandwidth_categories, Array[Softlayer::Product::Item::Category])
end
get_computing_categories(message) click to toggle source

reset_cache

# File lib/softlayer/product/item/category.rb, line 42
def self.get_computing_categories(message)
  request(:get_computing_categories, Array[Softlayer::Product::Item::Category], message)
end
get_custom_usage_rates_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 46
def self.get_custom_usage_rates_categories
  request(:get_custom_usage_rates_categories, Array[Softlayer::Product::Item::Category])
end
get_software_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 82
def self.get_software_categories
  request(:get_software_categories, Array[Softlayer::Product::Item::Category])
end
get_subnet_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 86
def self.get_subnet_categories
  request(:get_subnet_categories, Array[Softlayer::Product::Item::Category])
end
get_top_level_categories(message) click to toggle source

reset_cache

# File lib/softlayer/product/item/category.rb, line 91
def self.get_top_level_categories(message)
  request(:get_top_level_categories, Array[Softlayer::Product::Item::Category], message)
end
get_valid_cancelable_service_item_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 95
def self.get_valid_cancelable_service_item_categories
  request(:get_valid_cancelable_service_item_categories, Array[Softlayer::Product::Item::Category])
end
get_vlan_categories() click to toggle source
# File lib/softlayer/product/item/category.rb, line 99
def self.get_vlan_categories
  request(:get_vlan_categories, Array[Softlayer::Product::Item::Category])
end

Public Instance Methods

get_additional_products_for_category() click to toggle source
# File lib/softlayer/product/item/category.rb, line 29
def get_additional_products_for_category
  request(:get_additional_products_for_category, Array[Softlayer::Product::Item])
end
get_billing_items() click to toggle source
# File lib/softlayer/product/item/category.rb, line 37
def get_billing_items
  request(:get_billing_items, Array[Softlayer::Billing::Item])
end
get_group() click to toggle source
# File lib/softlayer/product/item/category.rb, line 50
def get_group
  request(:get_group, Softlayer::Product::Item::Category::Group)
end
get_groups() click to toggle source
# File lib/softlayer/product/item/category.rb, line 54
def get_groups
  request(:get_groups, Array[Softlayer::Product::Package::Item::Category::Group])
end
get_object() click to toggle source
# File lib/softlayer/product/item/category.rb, line 58
def get_object
  request(:get_object, Softlayer::Product::Item::Category)
end
get_order_options() click to toggle source
# File lib/softlayer/product/item/category.rb, line 62
def get_order_options
  request(:get_order_options, Array[Softlayer::Product::Item::Category::Order::Option::Type])
end
get_package_configurations() click to toggle source
# File lib/softlayer/product/item/category.rb, line 66
def get_package_configurations
  request(:get_package_configurations, Array[Softlayer::Product::Package::Order::Configuration])
end
get_preset_configurations() click to toggle source
# File lib/softlayer/product/item/category.rb, line 70
def get_preset_configurations
  request(:get_preset_configurations, Array[Softlayer::Product::Package::Preset::Configuration])
end
get_question_references() click to toggle source
# File lib/softlayer/product/item/category.rb, line 74
def get_question_references
  request(:get_question_references, Array[Softlayer::Product::Item::Category::Question::Xref])
end
get_questions() click to toggle source
# File lib/softlayer/product/item/category.rb, line 78
def get_questions
  request(:get_questions, Array[Softlayer::Product::Item::Category::Question])
end