class Softlayer::Monitoring::Agent::Configuration::Value
Constants
- SERVICE
Attributes
agent_id[RW]
configuration_definition_id[RW]
definition[RW]
description[RW]
id[RW]
metric_data_type[RW]
monitoring_agent[RW]
profile[RW]
profile_id[RW]
value[RW]
Public Instance Methods
get_definition()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/value.rb, line 18 def get_definition request(:get_definition, Softlayer::Configuration::Template::Section::Definition) end
get_metric_data_type()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/value.rb, line 22 def get_metric_data_type request(:get_metric_data_type, Softlayer::Container::Metric::Data::Type) end
get_monitoring_agent()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/value.rb, line 26 def get_monitoring_agent request(:get_monitoring_agent, Softlayer::Monitoring::Agent) end
get_object()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/value.rb, line 30 def get_object request(:get_object, Softlayer::Monitoring::Agent::Configuration::Value) end
get_profile()
click to toggle source
# File lib/softlayer/monitoring/agent/configuration/value.rb, line 34 def get_profile request(:get_profile, Softlayer::Configuration::Template::Section::Profile) end