class Softlayer::Software::Component::AntivirusSpyware

Constants

SERVICE

Public Instance Methods

get_average_installation_duration() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 8
def get_average_installation_duration
  request(:get_average_installation_duration, BigDecimal)
end
get_billing_item() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 12
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_hardware() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 16
def get_hardware
  request(:get_hardware, Softlayer::Hardware)
end
get_license_file() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 20
def get_license_file
  request(:get_license_file, String)
end
get_object() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 24
def get_object
  request(:get_object, Softlayer::Software::Component::AntivirusSpyware)
end
get_password_history() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 28
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/antivirus_spyware.rb, line 32
def get_passwords
  request(:get_passwords, Array[Softlayer::Software::Component::Password])
end
get_software_description() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 36
def get_software_description
  request(:get_software_description, Softlayer::Software::Description)
end
get_software_license() click to toggle source
# File lib/softlayer/software/component/antivirus_spyware.rb, line 40
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/antivirus_spyware.rb, line 44
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/antivirus_spyware.rb, line 48
def get_virtual_guest
  request(:get_virtual_guest, Softlayer::Virtual::Guest)
end
update_antivirus_spyware_policy(message) click to toggle source

new_policy enforce

# File lib/softlayer/software/component/antivirus_spyware.rb, line 54
def update_antivirus_spyware_policy(message)
  request(:update_antivirus_spyware_policy, Boolean, message)
end