Class: Softlayer::Metric::Tracking::Object::VirtualDedicatedRack
- Inherits:
-
Abstract
- Object
- Softlayer::Model
- Entity
- Softlayer::Metric::Tracking::Object
- Abstract
- Softlayer::Metric::Tracking::Object::VirtualDedicatedRack
- Defined in:
- lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb
Defined Under Namespace
Classes: Representer
Constant Summary
Constants inherited from Softlayer::Metric::Tracking::Object
Instance Attribute Summary collapse
-
#billing_cycle_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_bandwidth_usage.
-
#billing_cycle_bandwidth_usage_count ⇒ Object
Returns the value of attribute billing_cycle_bandwidth_usage_count.
-
#billing_cycle_private_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_private_bandwidth_usage.
-
#billing_cycle_private_bandwidth_usage_count ⇒ Object
Returns the value of attribute billing_cycle_private_bandwidth_usage_count.
-
#billing_cycle_private_usage_in ⇒ Object
Returns the value of attribute billing_cycle_private_usage_in.
-
#billing_cycle_private_usage_out ⇒ Object
Returns the value of attribute billing_cycle_private_usage_out.
-
#billing_cycle_private_usage_total ⇒ Object
Returns the value of attribute billing_cycle_private_usage_total.
-
#billing_cycle_public_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_public_bandwidth_usage.
-
#billing_cycle_public_usage_in ⇒ Object
Returns the value of attribute billing_cycle_public_usage_in.
-
#billing_cycle_public_usage_out ⇒ Object
Returns the value of attribute billing_cycle_public_usage_out.
-
#billing_cycle_public_usage_total ⇒ Object
Returns the value of attribute billing_cycle_public_usage_total.
-
#resource ⇒ Object
Returns the value of attribute resource.
Attributes inherited from Softlayer::Metric::Tracking::Object
#data, #id, #label, #resource_table_id, #start_date, #type
Method Summary
Methods inherited from Softlayer::Metric::Tracking::Object
#get_backbone_bandwidth_graph, #get_bandwidth_data, #get_bandwidth_graph, #get_bandwidth_total, #get_custom_graph_data, #get_details_for_date_range, #get_graph, #get_metric_data_types, #get_object, #get_summary, #get_summary_data, #get_type
Methods inherited from Softlayer::Model
all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer
Methods included from Softlayer::Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#billing_cycle_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_bandwidth_usage.
8 9 10 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 8 def billing_cycle_bandwidth_usage @billing_cycle_bandwidth_usage end |
#billing_cycle_bandwidth_usage_count ⇒ Object
Returns the value of attribute billing_cycle_bandwidth_usage_count.
6 7 8 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 6 def billing_cycle_bandwidth_usage_count @billing_cycle_bandwidth_usage_count end |
#billing_cycle_private_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_private_bandwidth_usage.
9 10 11 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 9 def billing_cycle_private_bandwidth_usage @billing_cycle_private_bandwidth_usage end |
#billing_cycle_private_bandwidth_usage_count ⇒ Object
Returns the value of attribute billing_cycle_private_bandwidth_usage_count.
7 8 9 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 7 def billing_cycle_private_bandwidth_usage_count @billing_cycle_private_bandwidth_usage_count end |
#billing_cycle_private_usage_in ⇒ Object
Returns the value of attribute billing_cycle_private_usage_in.
10 11 12 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 10 def billing_cycle_private_usage_in @billing_cycle_private_usage_in end |
#billing_cycle_private_usage_out ⇒ Object
Returns the value of attribute billing_cycle_private_usage_out.
11 12 13 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 11 def billing_cycle_private_usage_out @billing_cycle_private_usage_out end |
#billing_cycle_private_usage_total ⇒ Object
Returns the value of attribute billing_cycle_private_usage_total.
12 13 14 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 12 def billing_cycle_private_usage_total @billing_cycle_private_usage_total end |
#billing_cycle_public_bandwidth_usage ⇒ Object
Returns the value of attribute billing_cycle_public_bandwidth_usage.
13 14 15 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 13 def billing_cycle_public_bandwidth_usage @billing_cycle_public_bandwidth_usage end |
#billing_cycle_public_usage_in ⇒ Object
Returns the value of attribute billing_cycle_public_usage_in.
14 15 16 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 14 def billing_cycle_public_usage_in @billing_cycle_public_usage_in end |
#billing_cycle_public_usage_out ⇒ Object
Returns the value of attribute billing_cycle_public_usage_out.
15 16 17 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 15 def billing_cycle_public_usage_out @billing_cycle_public_usage_out end |
#billing_cycle_public_usage_total ⇒ Object
Returns the value of attribute billing_cycle_public_usage_total.
16 17 18 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 16 def billing_cycle_public_usage_total @billing_cycle_public_usage_total end |
#resource ⇒ Object
Returns the value of attribute resource.
17 18 19 |
# File 'lib/softlayer/metric/tracking/object/virtual_dedicated_rack.rb', line 17 def resource @resource end |