class Softlayer::Metric::Tracking::Object
Constants
- SERVICE
Attributes
data[RW]
id[RW]
label[RW]
resource_table_id[RW]
start_date[RW]
type[RW]
Public Instance Methods
get_backbone_bandwidth_graph(message)
click to toggle source
graph_title
# File lib/softlayer/metric/tracking/object.rb, line 21 def get_backbone_bandwidth_graph(message) request(:get_backbone_bandwidth_graph, Softlayer::Container::Bandwidth::GraphOutputs, message) end
get_bandwidth_data(message)
click to toggle source
start_date_time end_date_time type rollup_seconds
# File lib/softlayer/metric/tracking/object.rb, line 29 def get_bandwidth_data(message) request(:get_bandwidth_data, Array[Softlayer::Metric::Tracking::Object::Data], message) end
get_bandwidth_graph(message)
click to toggle source
start_date_time end_date_time graph_type font_size graph_width graph_height do_not_show_time_zone
# File lib/softlayer/metric/tracking/object.rb, line 40 def get_bandwidth_graph(message) request(:get_bandwidth_graph, Softlayer::Container::Bandwidth::GraphOutputs, message) end
get_bandwidth_total(message)
click to toggle source
start_date_time end_date_time direction type
# File lib/softlayer/metric/tracking/object.rb, line 48 def get_bandwidth_total(message) request(:get_bandwidth_total, BigDecimal, message) end
get_custom_graph_data(message)
click to toggle source
graph_container
# File lib/softlayer/metric/tracking/object.rb, line 53 def get_custom_graph_data(message) request(:get_custom_graph_data, Softlayer::Container::Graph, message) end
get_details_for_date_range(message)
click to toggle source
start_date
end_date graph_type
# File lib/softlayer/metric/tracking/object.rb, line 60 def get_details_for_date_range(message) request(:get_details_for_date_range, Array[Softlayer::Container::Metric::Tracking::Object::Details], message) end
get_graph(message)
click to toggle source
start_date_time end_date_time graph_type
# File lib/softlayer/metric/tracking/object.rb, line 67 def get_graph(message) request(:get_graph, Softlayer::Container::Bandwidth::GraphOutputs, message) end
get_metric_data_types()
click to toggle source
# File lib/softlayer/metric/tracking/object.rb, line 71 def get_metric_data_types request(:get_metric_data_types, Array[Softlayer::Container::Metric::Data::Type]) end
get_object()
click to toggle source
# File lib/softlayer/metric/tracking/object.rb, line 75 def get_object request(:get_object, Softlayer::Metric::Tracking::Object) end
get_summary(message)
click to toggle source
graph_type
# File lib/softlayer/metric/tracking/object.rb, line 80 def get_summary(message) request(:get_summary, Softlayer::Container::Metric::Tracking::Object::Summary, message) end
get_summary_data(message)
click to toggle source
start_date_time end_date_time valid_types summary_period
# File lib/softlayer/metric/tracking/object.rb, line 88 def get_summary_data(message) request(:get_summary_data, Array[Softlayer::Metric::Tracking::Object::Data], message) end
get_type()
click to toggle source
# File lib/softlayer/metric/tracking/object.rb, line 92 def get_type request(:get_type, Softlayer::Metric::Tracking::Object::Type) end