class Softlayer::Configuration::Storage::Group::Array::Type

Constants

SERVICE

Attributes

description[RW]
drive_multiplier[RW]
hardware_component_model_count[RW]
hardware_component_models[RW]
hotspare_allow[RW]
id[RW]
key_name[RW]
maximum_drives[RW]
minimum_drives[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/configuration/storage/group/array/type.rb, line 19
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Configuration::Storage::Group::Array::Type])
end

Public Instance Methods

get_hardware_component_models() click to toggle source
# File lib/softlayer/configuration/storage/group/array/type.rb, line 23
def get_hardware_component_models
  request(:get_hardware_component_models, Array[Softlayer::Hardware::Component::Model])
end
get_object() click to toggle source
# File lib/softlayer/configuration/storage/group/array/type.rb, line 27
def get_object
  request(:get_object, Softlayer::Configuration::Storage::Group::Array::Type)
end