class Softlayer::Layout::Container

Constants

SERVICE

Attributes

id[RW]
keyname[RW]
layout_container_type[RW]
layout_container_type_id[RW]
layout_item_count[RW]
layout_items[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/layout/container.rb, line 14
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Layout::Container])
end

Public Instance Methods

get_layout_container_type() click to toggle source
# File lib/softlayer/layout/container.rb, line 18
def get_layout_container_type
  request(:get_layout_container_type, Softlayer::Layout::Container::Type)
end
get_layout_items() click to toggle source
# File lib/softlayer/layout/container.rb, line 22
def get_layout_items
  request(:get_layout_items, Array[Softlayer::Layout::Item])
end
get_object() click to toggle source
# File lib/softlayer/layout/container.rb, line 26
def get_object
  request(:get_object, Softlayer::Layout::Container)
end