Class: Softlayer::Network::Storage::Daily::Usage
- Defined in:
- lib/softlayer/network/storage/daily/usage.rb
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#bytes_used ⇒ Object
Returns the value of attribute bytes_used.
-
#cdn_http_bandwidth ⇒ Object
Returns the value of attribute cdn_http_bandwidth.
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#nas_volume ⇒ Object
Returns the value of attribute nas_volume.
-
#nas_volume_id ⇒ Object
Returns the value of attribute nas_volume_id.
-
#public_bandwidth_out ⇒ Object
Returns the value of attribute public_bandwidth_out.
Method Summary
Methods inherited from 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 Model::Operations
extended, #filter, included, #limit, #mask, #request_headers
Instance Attribute Details
#bytes_used ⇒ Object
Returns the value of attribute bytes_used.
6 7 8 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 6 def bytes_used @bytes_used end |
#cdn_http_bandwidth ⇒ Object
Returns the value of attribute cdn_http_bandwidth.
7 8 9 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 7 def cdn_http_bandwidth @cdn_http_bandwidth end |
#create_date ⇒ Object
Returns the value of attribute create_date.
8 9 10 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 8 def create_date @create_date end |
#nas_volume ⇒ Object
Returns the value of attribute nas_volume.
11 12 13 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 11 def nas_volume @nas_volume end |
#nas_volume_id ⇒ Object
Returns the value of attribute nas_volume_id.
9 10 11 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 9 def nas_volume_id @nas_volume_id end |
#public_bandwidth_out ⇒ Object
Returns the value of attribute public_bandwidth_out.
10 11 12 |
# File 'lib/softlayer/network/storage/daily/usage.rb', line 10 def public_bandwidth_out @public_bandwidth_out end |