class Softlayer::Configuration::Template::Section::Profile
Constants
- SERVICE
Attributes
agent_id[RW]
configuration_section[RW]
create_date[RW]
id[RW]
monitoring_agent[RW]
name[RW]
section_id[RW]
Public Instance Methods
get_configuration_section()
click to toggle source
# File lib/softlayer/configuration/template/section/profile.rb, line 15 def get_configuration_section request(:get_configuration_section, Softlayer::Configuration::Template::Section) end
get_monitoring_agent()
click to toggle source
# File lib/softlayer/configuration/template/section/profile.rb, line 19 def get_monitoring_agent request(:get_monitoring_agent, Softlayer::Monitoring::Agent) end
get_object()
click to toggle source
# File lib/softlayer/configuration/template/section/profile.rb, line 23 def get_object request(:get_object, Softlayer::Configuration::Template::Section::Profile) end