class Softlayer::Software::Component
Constants
- SERVICE
Attributes
average_installation_duration[RW]
billing_item[RW]
hardware[RW]
hardware_id[RW]
id[RW]
manufacturer_activation_code[RW]
manufacturer_license_instance[RW]
password_count[RW]
password_history[RW]
password_history_count[RW]
passwords[RW]
software_description[RW]
software_license[RW]
virtual_guest[RW]
Public Instance Methods
get_average_installation_duration()
click to toggle source
# File lib/softlayer/software/component.rb, line 28 def get_average_installation_duration request(:get_average_installation_duration, BigDecimal) end
get_billing_item()
click to toggle source
# File lib/softlayer/software/component.rb, line 32 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
get_hardware()
click to toggle source
# File lib/softlayer/software/component.rb, line 36 def get_hardware request(:get_hardware, Softlayer::Hardware) end
get_license_file()
click to toggle source
# File lib/softlayer/software/component.rb, line 40 def get_license_file request(:get_license_file, String) end
get_object()
click to toggle source
# File lib/softlayer/software/component.rb, line 44 def get_object request(:get_object, Softlayer::Software::Component) end
get_password_history()
click to toggle source
# File lib/softlayer/software/component.rb, line 48 def get_password_history request(:get_password_history, Array[Softlayer::Software::Component::Password::History]) end
get_passwords()
click to toggle source
# File lib/softlayer/software/component.rb, line 52 def get_passwords request(:get_passwords, Array[Softlayer::Software::Component::Password]) end
get_software_description()
click to toggle source
# File lib/softlayer/software/component.rb, line 56 def get_software_description request(:get_software_description, Softlayer::Software::Description) end
get_software_license()
click to toggle source
# File lib/softlayer/software/component.rb, line 60 def get_software_license request(:get_software_license, Softlayer::Software::License) end
get_vendor_set_up_configuration()
click to toggle source
# File lib/softlayer/software/component.rb, line 64 def get_vendor_set_up_configuration request(:get_vendor_set_up_configuration, String) end
get_virtual_guest()
click to toggle source
# File lib/softlayer/software/component.rb, line 68 def get_virtual_guest request(:get_virtual_guest, Softlayer::Virtual::Guest) end