class Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference
Constants
- SERVICE
Attributes
configuration_template[RW]
configuration_template_id[RW]
id[RW]
template_group[RW]
template_group_id[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 16 def self.create_object(message) request(:create_object, Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference, message) end
create_objects(message)
click to toggle source
template_objects
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 21 def self.create_objects(message) request(:create_objects, Boolean, message) end
edit_objects(message)
click to toggle source
template_objects
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 31 def self.edit_objects(message) request(:edit_objects, Boolean, message) end
get_all_objects()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 35 def self.get_all_objects request(:get_all_objects, Array[Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference]) end
Public Instance Methods
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 26 def edit_object(message) request(:edit_object, Boolean, message) end
get_configuration_template()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 39 def get_configuration_template request(:get_configuration_template, Softlayer::Configuration::Template) end
get_object()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 43 def get_object request(:get_object, Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference) end
get_template_group()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group/reference.rb, line 47 def get_template_group request(:get_template_group, Softlayer::Monitoring::Agent::Configuration::Template::Group) end