class Softlayer::Hardware::Server

Constants

SERVICE

Attributes

active_network_firewall_billing_item[RW]
active_ticket_count[RW]
active_tickets[RW]
active_transaction[RW]
active_transaction_count[RW]
active_transactions[RW]
available_monitoring[RW]
available_monitoring_count[RW]
average_daily_bandwidth_usage[RW]
average_daily_private_bandwidth_usage[RW]
billing_cycle_bandwidth_usage[RW]
billing_cycle_bandwidth_usage_count[RW]
billing_cycle_private_bandwidth_usage[RW]
billing_cycle_public_bandwidth_usage[RW]
contains_solid_state_drives_flag[RW]
control_panel[RW]
cost[RW]
current_bandwidth_summary[RW]
customer_installed_operating_system_flag[RW]
customer_owned_flag[RW]
inbound_private_bandwidth_usage[RW]
last_operating_system_reload[RW]
metric_tracking_object_id[RW]
monitoring_user_notification[RW]
monitoring_user_notification_count[RW]
open_cancellation_ticket[RW]
outbound_private_bandwidth_usage[RW]
over_bandwidth_allocation_flag[RW]
private_ip_address[RW]
projected_over_bandwidth_allocation_flag[RW]
projected_public_bandwidth_usage[RW]
recent_remote_management_command_count[RW]
recent_remote_management_commands[RW]
regional_internet_registry[RW]
remote_management[RW]
remote_management_user_count[RW]
remote_management_users[RW]
statistics_remote_management[RW]
user_count[RW]
users[RW]
virtual_guest_count[RW]
virtual_guests[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/hardware/server.rb, line 90
def self.create_object(message)
  request(:create_object, Softlayer::Hardware::Server, message)
end
find_by_ip_address(message) click to toggle source

ip_address

# File lib/softlayer/hardware/server.rb, line 125
def self.find_by_ip_address(message)
  request(:find_by_ip_address, Softlayer::Hardware::Server, message)
end
generate_order_template(message) click to toggle source

template_object

# File lib/softlayer/hardware/server.rb, line 130
def self.generate_order_template(message)
  request(:generate_order_template, Softlayer::Container::Product::Order, message)
end
get_create_object_options() click to toggle source
# File lib/softlayer/hardware/server.rb, line 326
def self.get_create_object_options
  request(:get_create_object_options, Softlayer::Container::Hardware::Configuration)
end
get_hardware_by_ip_address(message) click to toggle source

ip_address

# File lib/softlayer/hardware/server.rb, line 474
def self.get_hardware_by_ip_address(message)
  request(:get_hardware_by_ip_address, Softlayer::Hardware::Server, message)
end
get_pm_info() click to toggle source
# File lib/softlayer/hardware/server.rb, line 715
def self.get_pm_info
  request(:get_pm_info, nil)
end
get_private_vlan_by_ip_address(message) click to toggle source

ip_address

# File lib/softlayer/hardware/server.rb, line 784
def self.get_private_vlan_by_ip_address(message)
  request(:get_private_vlan_by_ip_address, Softlayer::Network::Vlan, message)
end
get_public_vlan_by_hostname(message) click to toggle source

hostname

# File lib/softlayer/hardware/server.rb, line 843
def self.get_public_vlan_by_hostname(message)
  request(:get_public_vlan_by_hostname, Softlayer::Network::Vlan, message)
end
validate_partitions_for_operating_system(message) click to toggle source

operating_system partitions

# File lib/softlayer/hardware/server.rb, line 1166
def self.validate_partitions_for_operating_system(message)
  request(:validate_partitions_for_operating_system, Boolean, message)
end

Public Instance Methods

activate_private_port() click to toggle source
# File lib/softlayer/hardware/server.rb, line 48
def activate_private_port
  request(:activate_private_port, Boolean)
end
activate_public_port() click to toggle source
# File lib/softlayer/hardware/server.rb, line 52
def activate_public_port
  request(:activate_public_port, Boolean)
end
allow_access_to_network_storage(message) click to toggle source

network_storage_template_object

# File lib/softlayer/hardware/server.rb, line 57
def allow_access_to_network_storage(message)
  request(:allow_access_to_network_storage, Boolean, message)
end
allow_access_to_network_storage_list(message) click to toggle source

network_storage_template_objects

# File lib/softlayer/hardware/server.rb, line 62
def allow_access_to_network_storage_list(message)
  request(:allow_access_to_network_storage_list, Boolean, message)
end
boot_to_rescue_layer(message) click to toggle source

no_os_boot_environment

# File lib/softlayer/hardware/server.rb, line 67
def boot_to_rescue_layer(message)
  request(:boot_to_rescue_layer, Boolean, message)
end
capture_image(message) click to toggle source

capture_template

# File lib/softlayer/hardware/server.rb, line 72
def capture_image(message)
  request(:capture_image, Softlayer::Virtual::Guest::Block::Device::Template::Group, message)
end
close_alarm(message) click to toggle source

alarm_id

# File lib/softlayer/hardware/server.rb, line 77
def close_alarm(message)
  request(:close_alarm, Boolean, message)
end
create_firmware_update_transaction(message) click to toggle source

ipmi raid_controller bios harddrive

# File lib/softlayer/hardware/server.rb, line 85
def create_firmware_update_transaction(message)
  request(:create_firmware_update_transaction, Boolean, message)
end
create_post_software_install_transaction(message) click to toggle source

install_codes return_boolean

# File lib/softlayer/hardware/server.rb, line 96
def create_post_software_install_transaction(message)
  request(:create_post_software_install_transaction, Boolean, message)
end
delete_object() click to toggle source
# File lib/softlayer/hardware/server.rb, line 100
def delete_object
  request(:delete_object, Boolean)
end
delete_software_component_passwords(message) click to toggle source

software_component_passwords

# File lib/softlayer/hardware/server.rb, line 105
def delete_software_component_passwords(message)
  request(:delete_software_component_passwords, Boolean, message)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/hardware/server.rb, line 110
def edit_object(message)
  request(:edit_object, Boolean, message)
end
edit_software_component_passwords(message) click to toggle source

software_component_passwords

# File lib/softlayer/hardware/server.rb, line 115
def edit_software_component_passwords(message)
  request(:edit_software_component_passwords, Boolean, message)
end
execute_remote_script(message) click to toggle source

uri

# File lib/softlayer/hardware/server.rb, line 120
def execute_remote_script(message)
  request(:execute_remote_script, nil, message)
end
get_account() click to toggle source
# File lib/softlayer/hardware/server.rb, line 134
def get_account
  request(:get_account, Softlayer::Account)
end
get_active_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 138
def get_active_components
  request(:get_active_components, Array[Softlayer::Hardware::Component])
end
get_active_network_firewall_billing_item() click to toggle source
# File lib/softlayer/hardware/server.rb, line 142
def get_active_network_firewall_billing_item
  request(:get_active_network_firewall_billing_item, Softlayer::Billing::Item)
end
get_active_network_monitor_incident() click to toggle source
# File lib/softlayer/hardware/server.rb, line 146
def get_active_network_monitor_incident
  request(:get_active_network_monitor_incident, Array[Softlayer::Network::Monitor::Version1::Incident])
end
get_active_tickets() click to toggle source
# File lib/softlayer/hardware/server.rb, line 150
def get_active_tickets
  request(:get_active_tickets, Array[Softlayer::Ticket])
end
get_active_transaction() click to toggle source
# File lib/softlayer/hardware/server.rb, line 154
def get_active_transaction
  request(:get_active_transaction, Softlayer::Provisioning::Version1::Transaction)
end
get_active_transactions() click to toggle source
# File lib/softlayer/hardware/server.rb, line 158
def get_active_transactions
  request(:get_active_transactions, Array[Softlayer::Provisioning::Version1::Transaction])
end
get_alarm_history(message) click to toggle source

start_date end_date alarm_id

# File lib/softlayer/hardware/server.rb, line 165
def get_alarm_history(message)
  request(:get_alarm_history, Array[Softlayer::Container::Monitoring::Alarm::History], message)
end
get_all_power_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 169
def get_all_power_components
  request(:get_all_power_components, Array[Softlayer::Hardware::Power::Component])
end
get_allowed_host() click to toggle source
# File lib/softlayer/hardware/server.rb, line 173
def get_allowed_host
  request(:get_allowed_host, Softlayer::Network::Storage::Allowed::Host)
end
get_allowed_network_storage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 177
def get_allowed_network_storage
  request(:get_allowed_network_storage, Array[Softlayer::Network::Storage])
end
get_allowed_network_storage_replicas() click to toggle source
# File lib/softlayer/hardware/server.rb, line 181
def get_allowed_network_storage_replicas
  request(:get_allowed_network_storage_replicas, Array[Softlayer::Network::Storage])
end
get_antivirus_spyware_software_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 185
def get_antivirus_spyware_software_component
  request(:get_antivirus_spyware_software_component, Softlayer::Software::Component)
end
get_attached_network_storages(message) click to toggle source

nas_type

# File lib/softlayer/hardware/server.rb, line 190
def get_attached_network_storages(message)
  request(:get_attached_network_storages, Array[Softlayer::Network::Storage], message)
end
get_attributes() click to toggle source
# File lib/softlayer/hardware/server.rb, line 194
def get_attributes
  request(:get_attributes, Array[Softlayer::Hardware::Attribute])
end
get_available_monitoring() click to toggle source
# File lib/softlayer/hardware/server.rb, line 198
def get_available_monitoring
  request(:get_available_monitoring, Array[Softlayer::Network::Monitor::Version1::Query::Host::Stratum])
end
get_available_network_storages(message) click to toggle source

nas_type

# File lib/softlayer/hardware/server.rb, line 203
def get_available_network_storages(message)
  request(:get_available_network_storages, Array[Softlayer::Network::Storage], message)
end
get_average_daily_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 207
def get_average_daily_bandwidth_usage
  request(:get_average_daily_bandwidth_usage, Float)
end
get_average_daily_private_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 211
def get_average_daily_private_bandwidth_usage
  request(:get_average_daily_private_bandwidth_usage, Float)
end
get_average_daily_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 215
def get_average_daily_public_bandwidth_usage
  request(:get_average_daily_public_bandwidth_usage, Float)
end
get_backend_bandwidth_usage(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 221
def get_backend_bandwidth_usage(message)
  request(:get_backend_bandwidth_usage, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_backend_bandwidth_use(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 227
def get_backend_bandwidth_use(message)
  request(:get_backend_bandwidth_use, Array[Softlayer::Network::Bandwidth::Version1::Usage::Detail], message)
end
get_backend_incoming_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 233
def get_backend_incoming_bandwidth(message)
  request(:get_backend_incoming_bandwidth, Float, message)
end
get_backend_network_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 237
def get_backend_network_components
  request(:get_backend_network_components, Array[Softlayer::Network::Component])
end
get_backend_outgoing_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 243
def get_backend_outgoing_bandwidth(message)
  request(:get_backend_outgoing_bandwidth, Float, message)
end
get_backend_routers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 247
def get_backend_routers
  request(:get_backend_routers, Array[Softlayer::Hardware])
end
get_bandwidth_allocation() click to toggle source
# File lib/softlayer/hardware/server.rb, line 251
def get_bandwidth_allocation
  request(:get_bandwidth_allocation, Float)
end
get_bandwidth_allotment_detail() click to toggle source
# File lib/softlayer/hardware/server.rb, line 255
def get_bandwidth_allotment_detail
  request(:get_bandwidth_allotment_detail, Softlayer::Network::Bandwidth::Version1::Allotment::Detail)
end
get_bandwidth_for_date_range(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 261
def get_bandwidth_for_date_range(message)
  request(:get_bandwidth_for_date_range, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_bandwidth_image(message) click to toggle source

network_type snapshot_range draw date_specified date_specified_end

# File lib/softlayer/hardware/server.rb, line 270
def get_bandwidth_image(message)
  request(:get_bandwidth_image, Softlayer::Container::Bandwidth::GraphOutputs, message)
end
get_benchmark_certifications() click to toggle source
# File lib/softlayer/hardware/server.rb, line 274
def get_benchmark_certifications
  request(:get_benchmark_certifications, Array[Softlayer::Hardware::Benchmark::Certification])
end
get_billing_cycle_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 278
def get_billing_cycle_bandwidth_usage
  request(:get_billing_cycle_bandwidth_usage, Array[Softlayer::Network::Bandwidth::Usage])
end
get_billing_cycle_private_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 282
def get_billing_cycle_private_bandwidth_usage
  request(:get_billing_cycle_private_bandwidth_usage, Softlayer::Network::Bandwidth::Usage)
end
get_billing_cycle_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 286
def get_billing_cycle_public_bandwidth_usage
  request(:get_billing_cycle_public_bandwidth_usage, Softlayer::Network::Bandwidth::Usage)
end
get_billing_item() click to toggle source
# File lib/softlayer/hardware/server.rb, line 290
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item::Hardware)
end
get_billing_item_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 294
def get_billing_item_flag
  request(:get_billing_item_flag, Boolean)
end
get_block_cancel_because_disconnected_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 298
def get_block_cancel_because_disconnected_flag
  request(:get_block_cancel_because_disconnected_flag, Boolean)
end
get_business_continuance_insurance_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 302
def get_business_continuance_insurance_flag
  request(:get_business_continuance_insurance_flag, Boolean)
end
get_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 306
def get_components
  request(:get_components, Array[Softlayer::Hardware::Component])
end
get_contains_solid_state_drives_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 310
def get_contains_solid_state_drives_flag
  request(:get_contains_solid_state_drives_flag, Boolean)
end
get_continuous_data_protection_software_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 314
def get_continuous_data_protection_software_component
  request(:get_continuous_data_protection_software_component, Softlayer::Software::Component)
end
get_control_panel() click to toggle source
# File lib/softlayer/hardware/server.rb, line 318
def get_control_panel
  request(:get_control_panel, Softlayer::Software::Component::ControlPanel)
end
get_cost() click to toggle source
# File lib/softlayer/hardware/server.rb, line 322
def get_cost
  request(:get_cost, Float)
end
get_current_bandwidth_summary() click to toggle source
# File lib/softlayer/hardware/server.rb, line 330
def get_current_bandwidth_summary
  request(:get_current_bandwidth_summary, Softlayer::Metric::Tracking::Object::Bandwidth::Summary)
end
get_current_benchmark_certification_result_file() click to toggle source
# File lib/softlayer/hardware/server.rb, line 334
def get_current_benchmark_certification_result_file
  request(:get_current_benchmark_certification_result_file, Softlayer::Base64Binary)
end
get_current_billable_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 338
def get_current_billable_bandwidth_usage
  request(:get_current_billable_bandwidth_usage, Float)
end
get_current_billing_detail() click to toggle source
# File lib/softlayer/hardware/server.rb, line 342
def get_current_billing_detail
  request(:get_current_billing_detail, Array[Softlayer::Billing::Item])
end
get_current_billing_total() click to toggle source
# File lib/softlayer/hardware/server.rb, line 346
def get_current_billing_total
  request(:get_current_billing_total, Float)
end
get_custom_bandwidth_data_by_date(message) click to toggle source

graph_data

# File lib/softlayer/hardware/server.rb, line 351
def get_custom_bandwidth_data_by_date(message)
  request(:get_custom_bandwidth_data_by_date, Softlayer::Container::Graph, message)
end
get_customer_installed_operating_system_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 355
def get_customer_installed_operating_system_flag
  request(:get_customer_installed_operating_system_flag, Boolean)
end
get_customer_owned_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 359
def get_customer_owned_flag
  request(:get_customer_owned_flag, Boolean)
end
get_daily_average(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 365
def get_daily_average(message)
  request(:get_daily_average, Float, message)
end
get_datacenter() click to toggle source
# File lib/softlayer/hardware/server.rb, line 369
def get_datacenter
  request(:get_datacenter, Softlayer::Location)
end
get_datacenter_name() click to toggle source
# File lib/softlayer/hardware/server.rb, line 373
def get_datacenter_name
  request(:get_datacenter_name, String)
end
get_downstream_hardware_bindings() click to toggle source
# File lib/softlayer/hardware/server.rb, line 393
def get_downstream_hardware_bindings
  request(:get_downstream_hardware_bindings, Array[Softlayer::Network::Component::Uplink::Hardware])
end
get_downstream_network_hardware() click to toggle source
# File lib/softlayer/hardware/server.rb, line 397
def get_downstream_network_hardware
  request(:get_downstream_network_hardware, Array[Softlayer::Hardware])
end
get_downstream_network_hardware_with_incidents() click to toggle source
# File lib/softlayer/hardware/server.rb, line 401
def get_downstream_network_hardware_with_incidents
  request(:get_downstream_network_hardware_with_incidents, Array[Softlayer::Hardware])
end
get_downstream_servers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 405
def get_downstream_servers
  request(:get_downstream_servers, Array[Softlayer::Hardware])
end
get_downstream_virtual_guests() click to toggle source
# File lib/softlayer/hardware/server.rb, line 409
def get_downstream_virtual_guests
  request(:get_downstream_virtual_guests, Array[Softlayer::Virtual::Guest])
end
get_drive_controllers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 413
def get_drive_controllers
  request(:get_drive_controllers, Array[Softlayer::Hardware::Component])
end
get_evault_network_storage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 417
def get_evault_network_storage
  request(:get_evault_network_storage, Array[Softlayer::Network::Storage])
end
get_firewall_protectable_subnets() click to toggle source
# File lib/softlayer/hardware/server.rb, line 421
def get_firewall_protectable_subnets
  request(:get_firewall_protectable_subnets, Array[Softlayer::Network::Subnet])
end
get_firewall_service_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 425
def get_firewall_service_component
  request(:get_firewall_service_component, Softlayer::Network::Component::Firewall)
end
get_fixed_configuration_preset() click to toggle source
# File lib/softlayer/hardware/server.rb, line 429
def get_fixed_configuration_preset
  request(:get_fixed_configuration_preset, Softlayer::Product::Package::Preset)
end
get_frontend_bandwidth_usage(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 435
def get_frontend_bandwidth_usage(message)
  request(:get_frontend_bandwidth_usage, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_frontend_bandwidth_use(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 441
def get_frontend_bandwidth_use(message)
  request(:get_frontend_bandwidth_use, Array[Softlayer::Network::Bandwidth::Version1::Usage::Detail], message)
end
get_frontend_incoming_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 447
def get_frontend_incoming_bandwidth(message)
  request(:get_frontend_incoming_bandwidth, Float, message)
end
get_frontend_network_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 451
def get_frontend_network_components
  request(:get_frontend_network_components, Array[Softlayer::Network::Component])
end
get_frontend_outgoing_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 457
def get_frontend_outgoing_bandwidth(message)
  request(:get_frontend_outgoing_bandwidth, Float, message)
end
get_frontend_routers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 461
def get_frontend_routers
  request(:get_frontend_routers, Array[Softlayer::Hardware])
end
get_global_identifier() click to toggle source
# File lib/softlayer/hardware/server.rb, line 465
def get_global_identifier
  request(:get_global_identifier, String)
end
get_hard_drives() click to toggle source
# File lib/softlayer/hardware/server.rb, line 469
def get_hard_drives
  request(:get_hard_drives, Array[Softlayer::Hardware::Component])
end
get_hardware_chassis() click to toggle source
# File lib/softlayer/hardware/server.rb, line 478
def get_hardware_chassis
  request(:get_hardware_chassis, Softlayer::Hardware::Chassis)
end
get_hardware_function() click to toggle source
# File lib/softlayer/hardware/server.rb, line 482
def get_hardware_function
  request(:get_hardware_function, Softlayer::Hardware::Function)
end
get_hardware_function_description() click to toggle source
# File lib/softlayer/hardware/server.rb, line 486
def get_hardware_function_description
  request(:get_hardware_function_description, String)
end
get_hardware_status() click to toggle source
# File lib/softlayer/hardware/server.rb, line 490
def get_hardware_status
  request(:get_hardware_status, Softlayer::Hardware::Status)
end
get_has_trusted_platform_module_billing_item_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 494
def get_has_trusted_platform_module_billing_item_flag
  request(:get_has_trusted_platform_module_billing_item_flag, Boolean)
end
get_host_ips_software_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 498
def get_host_ips_software_component
  request(:get_host_ips_software_component, Softlayer::Software::Component)
end
get_hourly_bandwidth(message) click to toggle source

mode day

# File lib/softlayer/hardware/server.rb, line 504
def get_hourly_bandwidth(message)
  request(:get_hourly_bandwidth, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_hourly_billing_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 508
def get_hourly_billing_flag
  request(:get_hourly_billing_flag, Boolean)
end
get_inbound_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 512
def get_inbound_bandwidth_usage
  request(:get_inbound_bandwidth_usage, Float)
end
get_inbound_private_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 516
def get_inbound_private_bandwidth_usage
  request(:get_inbound_private_bandwidth_usage, Float)
end
get_inbound_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 520
def get_inbound_public_bandwidth_usage
  request(:get_inbound_public_bandwidth_usage, Float)
end
get_item_prices_from_software_descriptions(message) click to toggle source

software_descriptions include_translations_flag return_all_prices_flag

# File lib/softlayer/hardware/server.rb, line 527
def get_item_prices_from_software_descriptions(message)
  request(:get_item_prices_from_software_descriptions, Array[Softlayer::Product::Item], message)
end
get_last_operating_system_reload() click to toggle source
# File lib/softlayer/hardware/server.rb, line 531
def get_last_operating_system_reload
  request(:get_last_operating_system_reload, Softlayer::Provisioning::Version1::Transaction)
end
get_last_transaction() click to toggle source
# File lib/softlayer/hardware/server.rb, line 535
def get_last_transaction
  request(:get_last_transaction, Softlayer::Provisioning::Version1::Transaction)
end
get_latest_network_monitor_incident() click to toggle source
# File lib/softlayer/hardware/server.rb, line 539
def get_latest_network_monitor_incident
  request(:get_latest_network_monitor_incident, Softlayer::Network::Monitor::Version1::Incident)
end
get_location() click to toggle source
# File lib/softlayer/hardware/server.rb, line 543
def get_location
  request(:get_location, Softlayer::Location)
end
get_location_path_string() click to toggle source
# File lib/softlayer/hardware/server.rb, line 547
def get_location_path_string
  request(:get_location_path_string, String)
end
get_lockbox_network_storage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 551
def get_lockbox_network_storage
  request(:get_lockbox_network_storage, Softlayer::Network::Storage)
end
get_managed_resource_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 555
def get_managed_resource_flag
  request(:get_managed_resource_flag, Boolean)
end
get_management_network_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 559
def get_management_network_component
  request(:get_management_network_component, Softlayer::Network::Component)
end
get_memory() click to toggle source
# File lib/softlayer/hardware/server.rb, line 563
def get_memory
  request(:get_memory, Array[Softlayer::Hardware::Component])
end
get_memory_capacity() click to toggle source
# File lib/softlayer/hardware/server.rb, line 567
def get_memory_capacity
  request(:get_memory_capacity, Integer)
end
get_metric_tracking_object() click to toggle source
# File lib/softlayer/hardware/server.rb, line 571
def get_metric_tracking_object
  request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object::HardwareServer)
end
get_metric_tracking_object_id() click to toggle source
# File lib/softlayer/hardware/server.rb, line 575
def get_metric_tracking_object_id
  request(:get_metric_tracking_object_id, Integer)
end
get_monitoring_active_alarms(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 581
def get_monitoring_active_alarms(message)
  request(:get_monitoring_active_alarms, Array[Softlayer::Container::Monitoring::Alarm::History], message)
end
get_monitoring_agents() click to toggle source
# File lib/softlayer/hardware/server.rb, line 585
def get_monitoring_agents
  request(:get_monitoring_agents, Array[Softlayer::Monitoring::Agent])
end
get_monitoring_closed_alarms(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware/server.rb, line 591
def get_monitoring_closed_alarms(message)
  request(:get_monitoring_closed_alarms, Array[Softlayer::Container::Monitoring::Alarm::History], message)
end
get_monitoring_robot() click to toggle source
# File lib/softlayer/hardware/server.rb, line 595
def get_monitoring_robot
  request(:get_monitoring_robot, Softlayer::Monitoring::Robot)
end
get_monitoring_service_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 599
def get_monitoring_service_component
  request(:get_monitoring_service_component, Softlayer::Network::Monitor::Version1::Query::Host::Stratum)
end
get_monitoring_service_eligibility_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 603
def get_monitoring_service_eligibility_flag
  request(:get_monitoring_service_eligibility_flag, Boolean)
end
get_monitoring_service_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 607
def get_monitoring_service_flag
  request(:get_monitoring_service_flag, Boolean)
end
get_monitoring_user_notification() click to toggle source
# File lib/softlayer/hardware/server.rb, line 611
def get_monitoring_user_notification
  request(:get_monitoring_user_notification, Array[Softlayer::User::Customer::Notification::Hardware])
end
get_motherboard() click to toggle source
# File lib/softlayer/hardware/server.rb, line 615
def get_motherboard
  request(:get_motherboard, Softlayer::Hardware::Component)
end
get_network_cards() click to toggle source
# File lib/softlayer/hardware/server.rb, line 619
def get_network_cards
  request(:get_network_cards, Array[Softlayer::Hardware::Component])
end
get_network_component_firewall_protectable_ip_addresses() click to toggle source
# File lib/softlayer/hardware/server.rb, line 623
def get_network_component_firewall_protectable_ip_addresses
  request(:get_network_component_firewall_protectable_ip_addresses, Array[Softlayer::Network::Subnet::IpAddress])
end
get_network_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 627
def get_network_components
  request(:get_network_components, Array[Softlayer::Network::Component])
end
get_network_gateway_member() click to toggle source
# File lib/softlayer/hardware/server.rb, line 631
def get_network_gateway_member
  request(:get_network_gateway_member, Softlayer::Network::Gateway::Member)
end
get_network_gateway_member_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 635
def get_network_gateway_member_flag
  request(:get_network_gateway_member_flag, Boolean)
end
get_network_management_ip_address() click to toggle source
# File lib/softlayer/hardware/server.rb, line 639
def get_network_management_ip_address
  request(:get_network_management_ip_address, String)
end
get_network_monitor_attached_down_hardware() click to toggle source
# File lib/softlayer/hardware/server.rb, line 643
def get_network_monitor_attached_down_hardware
  request(:get_network_monitor_attached_down_hardware, Array[Softlayer::Hardware])
end
get_network_monitor_attached_down_virtual_guests() click to toggle source
# File lib/softlayer/hardware/server.rb, line 647
def get_network_monitor_attached_down_virtual_guests
  request(:get_network_monitor_attached_down_virtual_guests, Array[Softlayer::Virtual::Guest])
end
get_network_monitor_incidents() click to toggle source
# File lib/softlayer/hardware/server.rb, line 651
def get_network_monitor_incidents
  request(:get_network_monitor_incidents, Array[Softlayer::Network::Monitor::Version1::Incident])
end
get_network_monitors() click to toggle source
# File lib/softlayer/hardware/server.rb, line 655
def get_network_monitors
  request(:get_network_monitors, Array[Softlayer::Network::Monitor::Version1::Query::Host])
end
get_network_status() click to toggle source
# File lib/softlayer/hardware/server.rb, line 659
def get_network_status
  request(:get_network_status, String)
end
get_network_status_attribute() click to toggle source
# File lib/softlayer/hardware/server.rb, line 663
def get_network_status_attribute
  request(:get_network_status_attribute, Softlayer::Hardware::Attribute)
end
get_network_storage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 667
def get_network_storage
  request(:get_network_storage, Array[Softlayer::Network::Storage])
end
get_network_vlans() click to toggle source
# File lib/softlayer/hardware/server.rb, line 671
def get_network_vlans
  request(:get_network_vlans, Array[Softlayer::Network::Vlan])
end
get_next_billing_cycle_bandwidth_allocation() click to toggle source
# File lib/softlayer/hardware/server.rb, line 675
def get_next_billing_cycle_bandwidth_allocation
  request(:get_next_billing_cycle_bandwidth_allocation, Float)
end
get_notes_history() click to toggle source
# File lib/softlayer/hardware/server.rb, line 679
def get_notes_history
  request(:get_notes_history, Array[Softlayer::Hardware::Note])
end
get_object() click to toggle source
# File lib/softlayer/hardware/server.rb, line 683
def get_object
  request(:get_object, Softlayer::Hardware::Server)
end
get_open_cancellation_ticket() click to toggle source
# File lib/softlayer/hardware/server.rb, line 687
def get_open_cancellation_ticket
  request(:get_open_cancellation_ticket, Softlayer::Ticket)
end
get_operating_system() click to toggle source
# File lib/softlayer/hardware/server.rb, line 691
def get_operating_system
  request(:get_operating_system, Softlayer::Software::Component::OperatingSystem)
end
get_operating_system_reference_code() click to toggle source
# File lib/softlayer/hardware/server.rb, line 695
def get_operating_system_reference_code
  request(:get_operating_system_reference_code, String)
end
get_outbound_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 699
def get_outbound_bandwidth_usage
  request(:get_outbound_bandwidth_usage, Float)
end
get_outbound_private_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 703
def get_outbound_private_bandwidth_usage
  request(:get_outbound_private_bandwidth_usage, Float)
end
get_outbound_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 707
def get_outbound_public_bandwidth_usage
  request(:get_outbound_public_bandwidth_usage, Float)
end
get_over_bandwidth_allocation_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 711
def get_over_bandwidth_allocation_flag
  request(:get_over_bandwidth_allocation_flag, Integer)
end
get_point_of_presence_location() click to toggle source
# File lib/softlayer/hardware/server.rb, line 719
def get_point_of_presence_location
  request(:get_point_of_presence_location, Softlayer::Location)
end
get_power_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 723
def get_power_components
  request(:get_power_components, Array[Softlayer::Hardware::Power::Component])
end
get_power_supply() click to toggle source
# File lib/softlayer/hardware/server.rb, line 727
def get_power_supply
  request(:get_power_supply, Array[Softlayer::Hardware::Component])
end
get_primary_backend_ip_address() click to toggle source
# File lib/softlayer/hardware/server.rb, line 731
def get_primary_backend_ip_address
  request(:get_primary_backend_ip_address, String)
end
get_primary_backend_network_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 735
def get_primary_backend_network_component
  request(:get_primary_backend_network_component, Softlayer::Network::Component)
end
get_primary_drive_size() click to toggle source
# File lib/softlayer/hardware/server.rb, line 739
def get_primary_drive_size
  request(:get_primary_drive_size, Integer)
end
get_primary_ip_address() click to toggle source
# File lib/softlayer/hardware/server.rb, line 743
def get_primary_ip_address
  request(:get_primary_ip_address, String)
end
get_primary_network_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 747
def get_primary_network_component
  request(:get_primary_network_component, Softlayer::Network::Component)
end
get_private_bandwidth_data(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware/server.rb, line 753
def get_private_bandwidth_data(message)
  request(:get_private_bandwidth_data, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_private_bandwidth_data_summary() click to toggle source
# File lib/softlayer/hardware/server.rb, line 757
def get_private_bandwidth_data_summary
  request(:get_private_bandwidth_data_summary, Softlayer::Container::Network::Bandwidth::Data::Summary)
end
get_private_bandwidth_graph_image(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware/server.rb, line 763
def get_private_bandwidth_graph_image(message)
  request(:get_private_bandwidth_graph_image, Softlayer::Base64Binary, message)
end
get_private_ip_address() click to toggle source
# File lib/softlayer/hardware/server.rb, line 767
def get_private_ip_address
  request(:get_private_ip_address, String)
end
get_private_network_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 771
def get_private_network_component
  request(:get_private_network_component, Softlayer::Network::Component)
end
get_private_network_only_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 775
def get_private_network_only_flag
  request(:get_private_network_only_flag, Boolean)
end
get_private_vlan() click to toggle source
# File lib/softlayer/hardware/server.rb, line 779
def get_private_vlan
  request(:get_private_vlan, Softlayer::Network::Vlan)
end
get_processor_core_amount() click to toggle source
# File lib/softlayer/hardware/server.rb, line 788
def get_processor_core_amount
  request(:get_processor_core_amount, Integer)
end
get_processor_physical_core_amount() click to toggle source
# File lib/softlayer/hardware/server.rb, line 792
def get_processor_physical_core_amount
  request(:get_processor_physical_core_amount, Integer)
end
get_processors() click to toggle source
# File lib/softlayer/hardware/server.rb, line 796
def get_processors
  request(:get_processors, Array[Softlayer::Hardware::Component])
end
get_projected_over_bandwidth_allocation_flag() click to toggle source
# File lib/softlayer/hardware/server.rb, line 800
def get_projected_over_bandwidth_allocation_flag
  request(:get_projected_over_bandwidth_allocation_flag, Integer)
end
get_projected_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware/server.rb, line 804
def get_projected_public_bandwidth_usage
  request(:get_projected_public_bandwidth_usage, Float)
end
get_provision_date() click to toggle source
# File lib/softlayer/hardware/server.rb, line 808
def get_provision_date
  request(:get_provision_date, DateTime)
end
get_public_bandwidth_data(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware/server.rb, line 814
def get_public_bandwidth_data(message)
  request(:get_public_bandwidth_data, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_public_bandwidth_data_summary() click to toggle source
# File lib/softlayer/hardware/server.rb, line 818
def get_public_bandwidth_data_summary
  request(:get_public_bandwidth_data_summary, Softlayer::Container::Network::Bandwidth::Data::Summary)
end
get_public_bandwidth_graph_image(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware/server.rb, line 824
def get_public_bandwidth_graph_image(message)
  request(:get_public_bandwidth_graph_image, Softlayer::Base64Binary, message)
end
get_public_bandwidth_total(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware/server.rb, line 830
def get_public_bandwidth_total(message)
  request(:get_public_bandwidth_total, BigDecimal, message)
end
get_public_network_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 834
def get_public_network_component
  request(:get_public_network_component, Softlayer::Network::Component)
end
get_public_vlan() click to toggle source
# File lib/softlayer/hardware/server.rb, line 838
def get_public_vlan
  request(:get_public_vlan, Softlayer::Network::Vlan)
end
get_rack() click to toggle source
# File lib/softlayer/hardware/server.rb, line 847
def get_rack
  request(:get_rack, Softlayer::Location)
end
get_raid_controllers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 851
def get_raid_controllers
  request(:get_raid_controllers, Array[Softlayer::Hardware::Component])
end
get_recent_events() click to toggle source
# File lib/softlayer/hardware/server.rb, line 855
def get_recent_events
  request(:get_recent_events, Array[Softlayer::Notification::Occurrence::Event])
end
get_recent_remote_management_commands() click to toggle source
# File lib/softlayer/hardware/server.rb, line 859
def get_recent_remote_management_commands
  request(:get_recent_remote_management_commands, Array[Softlayer::Hardware::Component::RemoteManagement::Command::Request])
end
get_regional_internet_registry() click to toggle source
# File lib/softlayer/hardware/server.rb, line 863
def get_regional_internet_registry
  request(:get_regional_internet_registry, Softlayer::Network::Regional::Internet::Registry)
end
get_remote_management() click to toggle source
# File lib/softlayer/hardware/server.rb, line 867
def get_remote_management
  request(:get_remote_management, Softlayer::Hardware::Component::RemoteManagement)
end
get_remote_management_accounts() click to toggle source
# File lib/softlayer/hardware/server.rb, line 871
def get_remote_management_accounts
  request(:get_remote_management_accounts, Array[Softlayer::Hardware::Component::RemoteManagement::User])
end
get_remote_management_component() click to toggle source
# File lib/softlayer/hardware/server.rb, line 875
def get_remote_management_component
  request(:get_remote_management_component, Softlayer::Network::Component)
end
get_remote_management_users() click to toggle source
# File lib/softlayer/hardware/server.rb, line 879
def get_remote_management_users
  request(:get_remote_management_users, Array[Softlayer::Hardware::Component::RemoteManagement::User])
end
get_resource_group_member_references() click to toggle source
# File lib/softlayer/hardware/server.rb, line 883
def get_resource_group_member_references
  request(:get_resource_group_member_references, Array[Softlayer::Resource::Group::Member])
end
get_resource_group_roles() click to toggle source
# File lib/softlayer/hardware/server.rb, line 887
def get_resource_group_roles
  request(:get_resource_group_roles, Array[Softlayer::Resource::Group::Role])
end
get_resource_groups() click to toggle source
# File lib/softlayer/hardware/server.rb, line 891
def get_resource_groups
  request(:get_resource_groups, Array[Softlayer::Resource::Group])
end
get_reverse_domain_records() click to toggle source
# File lib/softlayer/hardware/server.rb, line 895
def get_reverse_domain_records
  request(:get_reverse_domain_records, Array[Softlayer::Dns::Domain])
end
get_routers() click to toggle source
# File lib/softlayer/hardware/server.rb, line 899
def get_routers
  request(:get_routers, Array[Softlayer::Hardware])
end
get_scale_assets() click to toggle source
# File lib/softlayer/hardware/server.rb, line 903
def get_scale_assets
  request(:get_scale_assets, Array[Softlayer::Scale::Asset])
end
get_security_scan_requests() click to toggle source
# File lib/softlayer/hardware/server.rb, line 907
def get_security_scan_requests
  request(:get_security_scan_requests, Array[Softlayer::Network::Security::Scanner::Request])
end
get_sensor_data() click to toggle source
# File lib/softlayer/hardware/server.rb, line 911
def get_sensor_data
  request(:get_sensor_data, Array[Softlayer::Container::RemoteManagement::SensorReading])
end
get_sensor_data_with_graphs() click to toggle source
# File lib/softlayer/hardware/server.rb, line 915
def get_sensor_data_with_graphs
  request(:get_sensor_data_with_graphs, Softlayer::Container::RemoteManagement::SensorReadingsWithGraphs)
end
get_server_details() click to toggle source
# File lib/softlayer/hardware/server.rb, line 919
def get_server_details
  request(:get_server_details, Softlayer::Container::Hardware::Server::Details)
end
get_server_fan_speed_graphs() click to toggle source
# File lib/softlayer/hardware/server.rb, line 923
def get_server_fan_speed_graphs
  request(:get_server_fan_speed_graphs, Array[Softlayer::Container::RemoteManagement::Graphs::SensorSpeed])
end
get_server_power_state() click to toggle source
# File lib/softlayer/hardware/server.rb, line 927
def get_server_power_state
  request(:get_server_power_state, String)
end
get_server_room() click to toggle source
# File lib/softlayer/hardware/server.rb, line 931
def get_server_room
  request(:get_server_room, Softlayer::Location)
end
get_server_temperature_graphs() click to toggle source
# File lib/softlayer/hardware/server.rb, line 935
def get_server_temperature_graphs
  request(:get_server_temperature_graphs, Array[Softlayer::Container::RemoteManagement::Graphs::SensorTemperature])
end
get_service_provider() click to toggle source
# File lib/softlayer/hardware/server.rb, line 939
def get_service_provider
  request(:get_service_provider, Softlayer::Service::Provider)
end
get_software_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 943
def get_software_components
  request(:get_software_components, Array[Softlayer::Software::Component])
end
get_ssh_keys() click to toggle source
# File lib/softlayer/hardware/server.rb, line 947
def get_ssh_keys
  request(:get_ssh_keys, Array[Softlayer::Security::Ssh::Key])
end
get_statistics_remote_management() click to toggle source
# File lib/softlayer/hardware/server.rb, line 951
def get_statistics_remote_management
  request(:get_statistics_remote_management, Softlayer::Hardware::Component::RemoteManagement)
end
get_storage_network_components() click to toggle source
# File lib/softlayer/hardware/server.rb, line 955
def get_storage_network_components
  request(:get_storage_network_components, Array[Softlayer::Network::Component])
end
get_tag_references() click to toggle source
# File lib/softlayer/hardware/server.rb, line 959
def get_tag_references
  request(:get_tag_references, Array[Softlayer::Tag::Reference])
end
get_top_level_location() click to toggle source
# File lib/softlayer/hardware/server.rb, line 963
def get_top_level_location
  request(:get_top_level_location, Softlayer::Location)
end
get_transaction_history() click to toggle source
# File lib/softlayer/hardware/server.rb, line 967
def get_transaction_history
  request(:get_transaction_history, Array[Softlayer::Provisioning::Version1::Transaction::History])
end
get_upgrade_item_prices() click to toggle source
# File lib/softlayer/hardware/server.rb, line 971
def get_upgrade_item_prices
  request(:get_upgrade_item_prices, Array[Softlayer::Product::Item::Price])
end
get_upgrade_request() click to toggle source
# File lib/softlayer/hardware/server.rb, line 975
def get_upgrade_request
  request(:get_upgrade_request, Softlayer::Product::Upgrade::Request)
end
get_user_data() click to toggle source
# File lib/softlayer/hardware/server.rb, line 987
def get_user_data
  request(:get_user_data, Array[Softlayer::Hardware::Attribute])
end
get_users() click to toggle source
# File lib/softlayer/hardware/server.rb, line 991
def get_users
  request(:get_users, Array[Softlayer::User::Customer])
end
get_valid_block_device_template_groups(message) click to toggle source

visibility

# File lib/softlayer/hardware/server.rb, line 996
def get_valid_block_device_template_groups(message)
  request(:get_valid_block_device_template_groups, Array[Softlayer::Virtual::Guest::Block::Device::Template::Group], message)
end
get_virtual_chassis() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1000
def get_virtual_chassis
  request(:get_virtual_chassis, Softlayer::Hardware::Group)
end
get_virtual_chassis_siblings() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1004
def get_virtual_chassis_siblings
  request(:get_virtual_chassis_siblings, Array[Softlayer::Hardware])
end
get_virtual_guests() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1008
def get_virtual_guests
  request(:get_virtual_guests, Array[Softlayer::Virtual::Guest])
end
get_virtual_host() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1012
def get_virtual_host
  request(:get_virtual_host, Softlayer::Virtual::Host)
end
get_virtual_licenses() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1016
def get_virtual_licenses
  request(:get_virtual_licenses, Array[Softlayer::Software::VirtualLicense])
end
get_virtual_rack() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1020
def get_virtual_rack
  request(:get_virtual_rack, Softlayer::Network::Bandwidth::Version1::Allotment)
end
get_virtual_rack_id() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1024
def get_virtual_rack_id
  request(:get_virtual_rack_id, Integer)
end
get_virtual_rack_name() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1028
def get_virtual_rack_name
  request(:get_virtual_rack_name, String)
end
get_virtualization_platform() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1032
def get_virtualization_platform
  request(:get_virtualization_platform, Softlayer::Software::Component)
end
get_windows_update_available_updates() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1036
def get_windows_update_available_updates
  request(:get_windows_update_available_updates, Array[Softlayer::Container::Utility::Microsoft::Windows::UpdateServices::UpdateItem])
end
get_windows_update_installed_updates() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1040
def get_windows_update_installed_updates
  request(:get_windows_update_installed_updates, Array[Softlayer::Container::Utility::Microsoft::Windows::UpdateServices::UpdateItem])
end
get_windows_update_status() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1044
def get_windows_update_status
  request(:get_windows_update_status, Softlayer::Container::Utility::Microsoft::Windows::UpdateServices::Status)
end
import_virtual_host() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1048
def import_virtual_host
  request(:import_virtual_host, Softlayer::Virtual::Host)
end
initiate_idera_bare_metal_restore() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1052
def initiate_idera_bare_metal_restore
  request(:initiate_idera_bare_metal_restore, Boolean)
end
initiate_r1_soft_bare_metal_restore() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1056
def initiate_r1_soft_bare_metal_restore
  request(:initiate_r1_soft_bare_metal_restore, Boolean)
end
is_backend_pingable() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1060
def is_backend_pingable
  request(:is_backend_pingable, Boolean)
end
is_pingable() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1064
def is_pingable
  request(:is_pingable, Boolean)
end
is_windows_server() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1068
def is_windows_server
  request(:is_windows_server, Boolean)
end
ping() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1072
def ping
  request(:ping, String)
end
power_cycle() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1076
def power_cycle
  request(:power_cycle, Boolean)
end
power_off() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1080
def power_off
  request(:power_off, Boolean)
end
power_on() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1084
def power_on
  request(:power_on, Boolean)
end
reboot_default() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1088
def reboot_default
  request(:reboot_default, Boolean)
end
reboot_hard() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1092
def reboot_hard
  request(:reboot_hard, Boolean)
end
reboot_soft() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1096
def reboot_soft
  request(:reboot_soft, Boolean)
end
reload_current_operating_system_configuration(message) click to toggle source

token

# File lib/softlayer/hardware/server.rb, line 1101
def reload_current_operating_system_configuration(message)
  request(:reload_current_operating_system_configuration, String, message)
end
reload_operating_system(message) click to toggle source

token config

# File lib/softlayer/hardware/server.rb, line 1107
def reload_operating_system(message)
  request(:reload_operating_system, String, message)
end
remove_access_to_network_storage(message) click to toggle source

network_storage_template_object

# File lib/softlayer/hardware/server.rb, line 1112
def remove_access_to_network_storage(message)
  request(:remove_access_to_network_storage, Boolean, message)
end
remove_access_to_network_storage_list(message) click to toggle source

network_storage_template_objects

# File lib/softlayer/hardware/server.rb, line 1117
def remove_access_to_network_storage_list(message)
  request(:remove_access_to_network_storage_list, Boolean, message)
end
run_passmark_certification_benchmark() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1121
def run_passmark_certification_benchmark
  request(:run_passmark_certification_benchmark, Boolean)
end
set_operating_system_password(message) click to toggle source

new_password

# File lib/softlayer/hardware/server.rb, line 1126
def set_operating_system_password(message)
  request(:set_operating_system_password, Boolean, message)
end
set_private_network_interface_speed(message) click to toggle source

new_speed

# File lib/softlayer/hardware/server.rb, line 1131
def set_private_network_interface_speed(message)
  request(:set_private_network_interface_speed, Boolean, message)
end
set_public_network_interface_speed(message) click to toggle source

new_speed

# File lib/softlayer/hardware/server.rb, line 1136
def set_public_network_interface_speed(message)
  request(:set_public_network_interface_speed, Boolean, message)
end
set_tags(message) click to toggle source

tags

# File lib/softlayer/hardware/server.rb, line 1141
def set_tags(message)
  request(:set_tags, Boolean, message)
end
set_user_metadata(message) click to toggle source

metadata

# File lib/softlayer/hardware/server.rb, line 1146
def set_user_metadata(message)
  request(:set_user_metadata, Array[Softlayer::Hardware::Attribute], message)
end
shutdown_private_port() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1150
def shutdown_private_port
  request(:shutdown_private_port, Boolean)
end
shutdown_public_port() click to toggle source
# File lib/softlayer/hardware/server.rb, line 1154
def shutdown_public_port
  request(:shutdown_public_port, Boolean)
end
spare_pool(message) click to toggle source

action new_order

# File lib/softlayer/hardware/server.rb, line 1160
def spare_pool(message)
  request(:spare_pool, Boolean, message)
end