class Softlayer::Configuration::Template::Section

Constants

SERVICE

Attributes

create_date[RW]
definition_count[RW]
definitions[RW]
description[RW]
disallowed_deletion_flag[RW]
id[RW]
linked_template[RW]
linked_template_id[RW]
linked_template_reference[RW]
modify_date[RW]
name[RW]
parent_id[RW]
profile_count[RW]
profiles[RW]
section_type[RW]
section_type_name[RW]
sort[RW]
sub_section_count[RW]
sub_sections[RW]
template[RW]
template_id[RW]
type_id[RW]

Public Instance Methods

get_definitions() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 34
def get_definitions
  request(:get_definitions, Array[Softlayer::Configuration::Template::Section::Definition])
end
get_disallowed_deletion_flag() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 38
def get_disallowed_deletion_flag
  request(:get_disallowed_deletion_flag, Boolean)
end
get_linked_template() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 42
def get_linked_template
  request(:get_linked_template, Softlayer::Configuration::Template)
end
get_linked_template_reference() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 46
def get_linked_template_reference
  request(:get_linked_template_reference, Softlayer::Configuration::Template::Section::Reference)
end
get_object() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 50
def get_object
  request(:get_object, Softlayer::Configuration::Template::Section)
end
get_profiles() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 54
def get_profiles
  request(:get_profiles, Array[Softlayer::Configuration::Template::Section::Profile])
end
get_section_type() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 58
def get_section_type
  request(:get_section_type, Softlayer::Configuration::Template::Section::Type)
end
get_section_type_name() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 62
def get_section_type_name
  request(:get_section_type_name, String)
end
get_sub_sections() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 66
def get_sub_sections
  request(:get_sub_sections, Array[Softlayer::Configuration::Template::Section])
end
get_template() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 70
def get_template
  request(:get_template, Softlayer::Configuration::Template)
end
has_sub_sections() click to toggle source
# File lib/softlayer/configuration/template/section.rb, line 74
def has_sub_sections
  request(:has_sub_sections, Boolean)
end