Class: Softlayer::Virtual::Guest::Boot::Parameter

Inherits:
Entity
  • Object
show all
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

Class Method Summary collapse

Instance Method Summary collapse

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_dateObject

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

#guestObject

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_typeObject

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_idObject

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_idObject

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

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 11

def id
  @id
end

#modify_dateObject

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(message)
  request(:create_object, Boolean, message)
end

Instance Method Details

#delete_objectObject



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(message)
  request(:edit_object, Boolean, message)
end

#get_guestObject



30
31
32
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 30

def get_guest
  request(:get_guest, Softlayer::Virtual::Guest)
end

#get_guest_boot_parameter_typeObject



34
35
36
# 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_objectObject



38
39
40
# File 'lib/softlayer/virtual/guest/boot/parameter.rb', line 38

def get_object
  request(:get_object, Softlayer::Virtual::Guest::Boot::Parameter)
end