class Softlayer::Monitoring::Agent::Configuration::Template::Group

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
configuration_template_count[RW]
configuration_template_reference_count[RW]
configuration_template_references[RW]
configuration_templates[RW]
create_date[RW]
description[RW]
id[RW]
item[RW]
item_id[RW]
modify_date[RW]
name[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 24
def self.create_object(message)
  request(:create_object, Softlayer::Monitoring::Agent::Configuration::Template::Group, message)
end
get_all_objects() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 41
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Monitoring::Agent::Configuration::Template::Group])
end
get_configuration_groups(message) click to toggle source

package_id

# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 46
def self.get_configuration_groups(message)
  request(:get_configuration_groups, Array[Softlayer::Monitoring::Agent::Configuration::Template::Group], message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 28
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 33
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_account() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 37
def get_account
  request(:get_account, Softlayer::Account)
end
get_configuration_template_references() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 50
def get_configuration_template_references
  request(:get_configuration_template_references, Array[Softlayer::Monitoring::Agent::Configuration::Template::Group::Reference])
end
get_configuration_templates() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 54
def get_configuration_templates
  request(:get_configuration_templates, Array[Softlayer::Configuration::Template])
end
get_item() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 58
def get_item
  request(:get_item, Softlayer::Product::Item)
end
get_object() click to toggle source
# File lib/softlayer/monitoring/agent/configuration/template/group.rb, line 62
def get_object
  request(:get_object, Softlayer::Monitoring::Agent::Configuration::Template::Group)
end