Class: Softlayer::Container::Product::Order::Storage::Group
- Defined in:
- lib/softlayer/container/product/order/storage/group.rb,
lib/softlayer/container/product/order/storage/group/partition.rb
Defined Under Namespace
Classes: Partition, Representer
Instance Attribute Summary collapse
-
#array_size ⇒ Object
Returns the value of attribute array_size.
-
#array_type_id ⇒ Object
Returns the value of attribute array_type_id.
-
#hard_drives ⇒ Object
Returns the value of attribute hard_drives.
-
#hot_spare_drives ⇒ Object
Returns the value of attribute hot_spare_drives.
-
#partition_template_id ⇒ Object
Returns the value of attribute partition_template_id.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
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
#array_size ⇒ Object
Returns the value of attribute array_size.
8 9 10 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 8 def array_size @array_size end |
#array_type_id ⇒ Object
Returns the value of attribute array_type_id.
9 10 11 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 9 def array_type_id @array_type_id end |
#hard_drives ⇒ Object
Returns the value of attribute hard_drives.
10 11 12 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 10 def hard_drives @hard_drives end |
#hot_spare_drives ⇒ Object
Returns the value of attribute hot_spare_drives.
11 12 13 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 11 def hot_spare_drives @hot_spare_drives end |
#partition_template_id ⇒ Object
Returns the value of attribute partition_template_id.
12 13 14 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 12 def partition_template_id @partition_template_id end |
#partitions ⇒ Object
Returns the value of attribute partitions.
13 14 15 |
# File 'lib/softlayer/container/product/order/storage/group.rb', line 13 def partitions @partitions end |