Class: Softlayer::Container::Hardware::Configuration

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/hardware/configuration.rb,
lib/softlayer/container/hardware/configuration/option.rb

Defined Under Namespace

Classes: Option, 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

#datacentersObject

Returns the value of attribute datacenters.



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

def datacenters
  @datacenters
end

#fixed_configuration_presetsObject

Returns the value of attribute fixed_configuration_presets.



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

def fixed_configuration_presets
  @fixed_configuration_presets
end

#hard_drivesObject

Returns the value of attribute hard_drives.



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

def hard_drives
  @hard_drives
end

#network_componentsObject

Returns the value of attribute network_components.



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

def network_components
  @network_components
end

#operating_systemsObject

Returns the value of attribute operating_systems.



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

def operating_systems
  @operating_systems
end

#processorsObject

Returns the value of attribute processors.



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

def processors
  @processors
end