class Softlayer::Configuration::Template

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
configuration_section_count[RW]
configuration_sections[RW]
configuration_template_reference[RW]
configuration_template_reference_count[RW]
create_date[RW]
default_value_count[RW]
default_values[RW]
definition_count[RW]
definitions[RW]
description[RW]
id[RW]
item[RW]
item_id[RW]
linked_section_references[RW]
modify_date[RW]
name[RW]
parent[RW]
parent_id[RW]
user[RW]
user_record_id[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/configuration/template.rb, line 49
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Configuration::Template])
end

Public Instance Methods

copy_template(message) click to toggle source

template_object

# File lib/softlayer/configuration/template.rb, line 32
def copy_template(message)
  request(:copy_template, Softlayer::Configuration::Template, message)
end
delete_object() click to toggle source
# File lib/softlayer/configuration/template.rb, line 36
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/configuration/template.rb, line 41
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/configuration/template.rb, line 45
def get_account
  request(:get_account, Softlayer::Account)
end
get_configuration_sections() click to toggle source
# File lib/softlayer/configuration/template.rb, line 53
def get_configuration_sections
  request(:get_configuration_sections, Array[Softlayer::Configuration::Template::Section])
end
get_configuration_template_reference() click to toggle source
# File lib/softlayer/configuration/template.rb, line 57
def get_configuration_template_reference
  request(:get_configuration_template_reference, Array[Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference])
end
get_default_values() click to toggle source
# File lib/softlayer/configuration/template.rb, line 61
def get_default_values
  request(:get_default_values, Array[Softlayer::Configuration::Template::Section::Definition::Value])
end
get_definitions() click to toggle source
# File lib/softlayer/configuration/template.rb, line 65
def get_definitions
  request(:get_definitions, Array[Softlayer::Configuration::Template::Section::Definition])
end
get_item() click to toggle source
# File lib/softlayer/configuration/template.rb, line 69
def get_item
  request(:get_item, Softlayer::Product::Item)
end
get_linked_section_references() click to toggle source
# File lib/softlayer/configuration/template.rb, line 73
def get_linked_section_references
  request(:get_linked_section_references, Softlayer::Configuration::Template::Section::Reference)
end
get_object() click to toggle source
# File lib/softlayer/configuration/template.rb, line 77
def get_object
  request(:get_object, Softlayer::Configuration::Template)
end
get_parent() click to toggle source
# File lib/softlayer/configuration/template.rb, line 81
def get_parent
  request(:get_parent, Softlayer::Configuration::Template)
end
get_user() click to toggle source
# File lib/softlayer/configuration/template.rb, line 85
def get_user
  request(:get_user, Softlayer::User::Customer)
end
update_default_values(message) click to toggle source

configuration_values

# File lib/softlayer/configuration/template.rb, line 90
def update_default_values(message)
  request(:update_default_values, Boolean, message)
end