Class: Softlayer::Container::Bandwidth::Projection

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/bandwidth/projection.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.



5
6
7
# File 'lib/softlayer/container/bandwidth/projection.rb', line 5

def allowed_usage
  @allowed_usage
end

#estimated_usageObject

Returns the value of attribute estimated_usage.



6
7
8
# File 'lib/softlayer/container/bandwidth/projection.rb', line 6

def estimated_usage
  @estimated_usage
end

#hardware_idObject

Returns the value of attribute hardware_id.



7
8
9
# File 'lib/softlayer/container/bandwidth/projection.rb', line 7

def hardware_id
  @hardware_id
end

#projected_usageObject

Returns the value of attribute projected_usage.



8
9
10
# File 'lib/softlayer/container/bandwidth/projection.rb', line 8

def projected_usage
  @projected_usage
end

#server_nameObject

Returns the value of attribute server_name.



9
10
11
# File 'lib/softlayer/container/bandwidth/projection.rb', line 9

def server_name
  @server_name
end

#start_dateObject

Returns the value of attribute start_date.



10
11
12
# File 'lib/softlayer/container/bandwidth/projection.rb', line 10

def start_date
  @start_date
end