class Softlayer::Layout::Profile::Containers

Constants

SERVICE

Attributes

create_date[RW]
id[RW]
layout_container_id[RW]
layout_container_type[RW]
layout_profile[RW]
layout_profile_id[RW]
modify_date[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/layout/profile/containers.rb, line 15
def self.create_object(message)
  request(:create_object, Boolean, message)
end

Public Instance Methods

edit_object(message) click to toggle source

template_object

# File lib/softlayer/layout/profile/containers.rb, line 20
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_layout_container_type() click to toggle source
# File lib/softlayer/layout/profile/containers.rb, line 24
def get_layout_container_type
  request(:get_layout_container_type, Softlayer::Layout::Container)
end
get_layout_profile() click to toggle source
# File lib/softlayer/layout/profile/containers.rb, line 28
def get_layout_profile
  request(:get_layout_profile, Softlayer::Layout::Profile)
end
get_object() click to toggle source
# File lib/softlayer/layout/profile/containers.rb, line 32
def get_object
  request(:get_object, Softlayer::Layout::Profile::Containers)
end