Class: Softlayer::Container::Virtual::Guest::Configuration

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/virtual/guest/configuration.rb,
lib/softlayer/container/virtual/guest/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

#block_devicesObject

Returns the value of attribute block_devices.



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

def block_devices
  @block_devices
end

#datacentersObject

Returns the value of attribute datacenters.



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

def datacenters
  @datacenters
end

#memoryObject

Returns the value of attribute memory.



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

def memory
  @memory
end

#network_componentsObject

Returns the value of attribute network_components.



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

def network_components
  @network_components
end

#operating_systemsObject

Returns the value of attribute operating_systems.



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

def operating_systems
  @operating_systems
end

#processorsObject

Returns the value of attribute processors.



12
13
14
# File 'lib/softlayer/container/virtual/guest/configuration.rb', line 12

def processors
  @processors
end