Class: Softlayer::Hardware::Chassis

Inherits:
Entity show all
Defined in:
lib/softlayer/hardware/chassis.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

#backplane_capacityObject

Returns the value of attribute backplane_capacity.



10
11
12
# File 'lib/softlayer/hardware/chassis.rb', line 10

def backplane_capacity
  @backplane_capacity
end

#bay_capacityObject

Returns the value of attribute bay_capacity.



11
12
13
# File 'lib/softlayer/hardware/chassis.rb', line 11

def bay_capacity
  @bay_capacity
end

#drive_capacityObject

Returns the value of attribute drive_capacity.



12
13
14
# File 'lib/softlayer/hardware/chassis.rb', line 12

def drive_capacity
  @drive_capacity
end

#drive_controller_capacityObject

Returns the value of attribute drive_controller_capacity.



13
14
15
# File 'lib/softlayer/hardware/chassis.rb', line 13

def drive_controller_capacity
  @drive_controller_capacity
end

#form_factor_idObject

Returns the value of attribute form_factor_id.



4
5
6
# File 'lib/softlayer/hardware/chassis.rb', line 4

def form_factor_id
  @form_factor_id
end

#gpu_capacityObject

Returns the value of attribute gpu_capacity.



14
15
16
# File 'lib/softlayer/hardware/chassis.rb', line 14

def gpu_capacity
  @gpu_capacity
end

#hardware_functionObject

Returns the value of attribute hardware_function.



15
16
17
# File 'lib/softlayer/hardware/chassis.rb', line 15

def hardware_function
  @hardware_function
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/softlayer/hardware/chassis.rb', line 5

def id
  @id
end

#manufacturerObject

Returns the value of attribute manufacturer.



6
7
8
# File 'lib/softlayer/hardware/chassis.rb', line 6

def manufacturer
  @manufacturer
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/softlayer/hardware/chassis.rb', line 7

def name
  @name
end

#power_capacityObject

Returns the value of attribute power_capacity.



16
17
18
# File 'lib/softlayer/hardware/chassis.rb', line 16

def power_capacity
  @power_capacity
end

#unit_sizeObject

Returns the value of attribute unit_size.



8
9
10
# File 'lib/softlayer/hardware/chassis.rb', line 8

def unit_size
  @unit_size
end

#versionObject

Returns the value of attribute version.



9
10
11
# File 'lib/softlayer/hardware/chassis.rb', line 9

def version
  @version
end