Class: Softlayer::Container::Network::Bandwidth::Data::Summary

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/bandwidth/data/summary.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

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

#allowed_usageObject

Returns the value of attribute allowed_usage.



7
8
9
# File 'lib/softlayer/container/network/bandwidth/data/summary.rb', line 7

def allowed_usage
  @allowed_usage
end

#estimated_usageObject

Returns the value of attribute estimated_usage.



8
9
10
# File 'lib/softlayer/container/network/bandwidth/data/summary.rb', line 8

def estimated_usage
  @estimated_usage
end

#projected_usageObject

Returns the value of attribute projected_usage.



9
10
11
# File 'lib/softlayer/container/network/bandwidth/data/summary.rb', line 9

def projected_usage
  @projected_usage
end

#usage_unitsObject

Returns the value of attribute usage_units.



10
11
12
# File 'lib/softlayer/container/network/bandwidth/data/summary.rb', line 10

def usage_units
  @usage_units
end