class Softlayer::Virtual::Guest::Boot::Parameter::Type

Constants

SERVICE

Attributes

boot_option[RW]
create_date[RW]
description[RW]
id[RW]
key_name[RW]
modify_date[RW]
name[RW]
value[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter/type.rb, line 17
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Virtual::Guest::Boot::Parameter::Type])
end

Public Instance Methods

get_object() click to toggle source
# File lib/softlayer/virtual/guest/boot/parameter/type.rb, line 21
def get_object
  request(:get_object, Softlayer::Virtual::Guest::Boot::Parameter::Type)
end