Class: Softlayer::Virtual::Guest::Boot::Parameter
- Defined in:
- lib/softlayer/virtual/guest/boot/parameter.rb,
lib/softlayer/virtual/guest/boot/parameter/type.rb
Defined Under Namespace
Classes: Representer, Type
Constant Summary collapse
- SERVICE =
'SoftLayer_Virtual_Guest_Boot_Parameter'
Instance Attribute Summary collapse
-
#create_date ⇒ Object
Returns the value of attribute create_date.
-
#guest ⇒ Object
Returns the value of attribute guest.
-
#guest_boot_parameter_type ⇒ Object
Returns the value of attribute guest_boot_parameter_type.
-
#guest_boot_parameter_type_id ⇒ Object
Returns the value of attribute guest_boot_parameter_type_id.
-
#guest_id ⇒ Object
Returns the value of attribute guest_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#modify_date ⇒ Object
Returns the value of attribute modify_date.
Class Method Summary collapse
-
.create_object(message) ⇒ Object
template_object.
Instance Method Summary collapse
- #delete_object ⇒ Object
-
#edit_object(message) ⇒ Object
template_object.
- #get_guest ⇒ Object
- #get_guest_boot_parameter_type ⇒ Object
- #get_object ⇒ Object
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
#create_date ⇒ Object
Returns the value of attribute create_date.
8 9 10 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 8 def create_date @create_date end |
#guest ⇒ Object
Returns the value of attribute guest.
13 14 15 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 13 def guest @guest end |
#guest_boot_parameter_type ⇒ Object
Returns the value of attribute guest_boot_parameter_type.
14 15 16 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 14 def guest_boot_parameter_type @guest_boot_parameter_type end |
#guest_boot_parameter_type_id ⇒ Object
Returns the value of attribute guest_boot_parameter_type_id.
9 10 11 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 9 def guest_boot_parameter_type_id @guest_boot_parameter_type_id end |
#guest_id ⇒ Object
Returns the value of attribute guest_id.
10 11 12 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 10 def guest_id @guest_id end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 11 def id @id end |
#modify_date ⇒ Object
Returns the value of attribute modify_date.
12 13 14 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 12 def modify_date @modify_date end |
Class Method Details
.create_object(message) ⇒ Object
template_object
17 18 19 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 17 def self.create_object() request(:create_object, Boolean, ) end |
Instance Method Details
#delete_object ⇒ Object
21 22 23 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 21 def delete_object request(:delete_object, Boolean) end |
#edit_object(message) ⇒ Object
template_object
26 27 28 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 26 def edit_object() request(:edit_object, Boolean, ) end |
#get_guest ⇒ Object
30 31 32 |
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 30 def get_guest request(:get_guest, Softlayer::Virtual::Guest) end |