class Softlayer::Software::Component::HostIps
Constants
- SERVICE
Public Instance Methods
get_average_installation_duration()
click to toggle source
# File lib/softlayer/software/component/host_ips.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/host_ips.rb, line 12 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
get_current_host_ips_policies()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 16 def get_current_host_ips_policies request(:get_current_host_ips_policies, Array[Softlayer::Container::Software::Component::HostIps::Policy]) end
get_hardware()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 20 def get_hardware request(:get_hardware, Softlayer::Hardware) end
get_license_file()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 24 def get_license_file request(:get_license_file, String) end
get_object()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 28 def get_object request(:get_object, Softlayer::Software::Component::HostIps) end
get_password_history()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 32 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/host_ips.rb, line 36 def get_passwords request(:get_passwords, Array[Softlayer::Software::Component::Password]) end
get_software_description()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 40 def get_software_description request(:get_software_description, Softlayer::Software::Description) end
get_software_license()
click to toggle source
# File lib/softlayer/software/component/host_ips.rb, line 44 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/host_ips.rb, line 48 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/host_ips.rb, line 52 def get_virtual_guest request(:get_virtual_guest, Softlayer::Virtual::Guest) end
update_hips_policies(message)
click to toggle source
new_ips_mode new_ips_protection new_firewall_mode new_firewall_ruleset new_application_mode new_application_ruleset new_enforcement_policy
# File lib/softlayer/software/component/host_ips.rb, line 63 def update_hips_policies(message) request(:update_hips_policies, Boolean, message) end