class Softlayer::Virtual::Guest::Boot::Parameter
Constants
- SERVICE
Attributes
create_date[RW]
guest[RW]
guest_boot_parameter_type[RW]
guest_boot_parameter_type_id[RW]
guest_id[RW]
id[RW]
modify_date[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 17 def self.create_object(message) request(:create_object, Boolean, message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 21 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 26 def edit_object(message) request(:edit_object, Boolean, message) end
get_guest()
click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 30 def get_guest request(:get_guest, Softlayer::Virtual::Guest) end
get_guest_boot_parameter_type()
click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 34 def get_guest_boot_parameter_type request(:get_guest_boot_parameter_type, Softlayer::Virtual::Guest::Boot::Parameter::Type) end
get_object()
click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter.rb, line 38 def get_object request(:get_object, Softlayer::Virtual::Guest::Boot::Parameter) end