class Softlayer::Hardware

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
active_component_count[RW]
active_components[RW]
active_network_monitor_incident[RW]
active_network_monitor_incident_count[RW]
all_power_component_count[RW]
all_power_components[RW]
allowed_host[RW]
allowed_network_storage[RW]
allowed_network_storage_count[RW]
allowed_network_storage_replica_count[RW]
allowed_network_storage_replicas[RW]
antivirus_spyware_software_component[RW]
attribute_count[RW]
attributes[RW]
average_daily_public_bandwidth_usage[RW]
backend_network_component_count[RW]
backend_network_components[RW]
backend_router_count[RW]
backend_routers[RW]
bandwidth_allocation[RW]
bandwidth_allotment_detail[RW]
bare_metal_instance_flag[RW]
benchmark_certification_count[RW]
benchmark_certifications[RW]
billing_item[RW]
billing_item_flag[RW]
block_cancel_because_disconnected_flag[RW]
business_continuance_insurance_flag[RW]
component_count[RW]
components[RW]
continuous_data_protection_software_component[RW]
current_billable_bandwidth_usage[RW]
datacenter[RW]
datacenter_name[RW]
domain[RW]
downstream_hardware_binding_count[RW]
downstream_hardware_bindings[RW]
downstream_network_hardware[RW]
downstream_network_hardware_count[RW]
downstream_network_hardware_with_incident_count[RW]
downstream_network_hardware_with_incidents[RW]
downstream_server_count[RW]
downstream_servers[RW]
downstream_virtual_guest_count[RW]
downstream_virtual_guests[RW]
drive_controller_count[RW]
drive_controllers[RW]
evault_network_storage[RW]
evault_network_storage_count[RW]
firewall_service_component[RW]
fixed_configuration_preset[RW]
frontend_network_component_count[RW]
frontend_network_components[RW]
frontend_router_count[RW]
frontend_routers[RW]
fully_qualified_domain_name[RW]
global_identifier[RW]
hard_drive_count[RW]
hard_drives[RW]
hardware_chassis[RW]
hardware_function[RW]
hardware_function_description[RW]
hardware_status[RW]
hardware_status_id[RW]
has_trusted_platform_module_billing_item_flag[RW]
host_ips_software_component[RW]
hostname[RW]
hourly_billing_flag[RW]
id[RW]
inbound_bandwidth_usage[RW]
inbound_public_bandwidth_usage[RW]
last_transaction[RW]
latest_network_monitor_incident[RW]
location[RW]
location_path_string[RW]
lockbox_network_storage[RW]
managed_resource_flag[RW]
manufacturer_serial_number[RW]
memory[RW]
memory_capacity[RW]
memory_count[RW]
metric_tracking_object[RW]
monitoring_agent_count[RW]
monitoring_agents[RW]
monitoring_robot[RW]
monitoring_service_component[RW]
monitoring_service_eligibility_flag[RW]
monitoring_service_flag[RW]
motherboard[RW]
network_card_count[RW]
network_cards[RW]
network_component_count[RW]
network_components[RW]
network_gateway_member[RW]
network_gateway_member_flag[RW]
network_management_ip_address[RW]
network_monitor_attached_down_hardware[RW]
network_monitor_attached_down_hardware_count[RW]
network_monitor_attached_down_virtual_guest_count[RW]
network_monitor_attached_down_virtual_guests[RW]
network_monitor_count[RW]
network_monitor_incident_count[RW]
network_monitor_incidents[RW]
network_monitors[RW]
network_status[RW]
network_status_attribute[RW]
network_storage[RW]
network_storage_count[RW]
network_vlan_count[RW]
network_vlans[RW]
next_billing_cycle_bandwidth_allocation[RW]
notes[RW]
notes_history[RW]
notes_history_count[RW]
operating_system[RW]
operating_system_reference_code[RW]
outbound_bandwidth_usage[RW]
outbound_public_bandwidth_usage[RW]
point_of_presence_location[RW]
post_install_script_uri[RW]
power_component_count[RW]
power_components[RW]
power_supply[RW]
power_supply_count[RW]
primary_backend_ip_address[RW]
primary_backend_network_component[RW]
primary_ip_address[RW]
primary_network_component[RW]
private_network_only_flag[RW]
processor_core_amount[RW]
processor_count[RW]
processor_physical_core_amount[RW]
processors[RW]
provision_date[RW]
rack[RW]
raid_controller_count[RW]
raid_controllers[RW]
recent_event_count[RW]
recent_events[RW]
remote_management_account_count[RW]
remote_management_accounts[RW]
remote_management_component[RW]
resource_group_count[RW]
resource_group_member_reference_count[RW]
resource_group_member_references[RW]
resource_group_role_count[RW]
resource_group_roles[RW]
resource_groups[RW]
router_count[RW]
routers[RW]
scale_asset_count[RW]
scale_assets[RW]
security_scan_request_count[RW]
security_scan_requests[RW]
serial_number[RW]
server_room[RW]
service_provider[RW]
service_provider_id[RW]
service_provider_resource_id[RW]
software_component_count[RW]
software_components[RW]
spare_pool_billing_item[RW]
ssh_key_count[RW]
ssh_keys[RW]
storage_network_component_count[RW]
storage_network_components[RW]
tag_reference_count[RW]
tag_references[RW]
top_level_location[RW]
upgrade_request[RW]
user_data[RW]
user_data_count[RW]
virtual_chassis[RW]
virtual_chassis_sibling_count[RW]
virtual_chassis_siblings[RW]
virtual_host[RW]
virtual_license_count[RW]
virtual_licenses[RW]
virtual_rack[RW]
virtual_rack_id[RW]
virtual_rack_name[RW]
virtualization_platform[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

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

ip_address

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

template_object

# File lib/softlayer/hardware.rb, line 265
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.rb, line 382
def self.get_create_object_options
  request(:get_create_object_options, Softlayer::Container::Hardware::Configuration)
end

Public Instance Methods

allow_access_to_network_storage(message) click to toggle source

network_storage_template_object

# File lib/softlayer/hardware.rb, line 216
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.rb, line 221
def allow_access_to_network_storage_list(message)
  request(:allow_access_to_network_storage_list, Boolean, message)
end
capture_image(message) click to toggle source

capture_template

# File lib/softlayer/hardware.rb, line 226
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.rb, line 231
def close_alarm(message)
  request(:close_alarm, Boolean, message)
end
delete_object() click to toggle source
# File lib/softlayer/hardware.rb, line 240
def delete_object
  request(:delete_object, Boolean)
end
delete_software_component_passwords(message) click to toggle source

software_component_passwords

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

software_component_passwords

# File lib/softlayer/hardware.rb, line 250
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.rb, line 255
def execute_remote_script(message)
  request(:execute_remote_script, nil, message)
end
get_account() click to toggle source
# File lib/softlayer/hardware.rb, line 269
def get_account
  request(:get_account, Softlayer::Account)
end
get_active_components() click to toggle source
# File lib/softlayer/hardware.rb, line 273
def get_active_components
  request(:get_active_components, Array[Softlayer::Hardware::Component])
end
get_active_network_monitor_incident() click to toggle source
# File lib/softlayer/hardware.rb, line 277
def get_active_network_monitor_incident
  request(:get_active_network_monitor_incident, Array[Softlayer::Network::Monitor::Version1::Incident])
end
get_alarm_history(message) click to toggle source

start_date end_date alarm_id

# File lib/softlayer/hardware.rb, line 284
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.rb, line 288
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.rb, line 292
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.rb, line 296
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.rb, line 300
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.rb, line 304
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.rb, line 309
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.rb, line 313
def get_attributes
  request(:get_attributes, Array[Softlayer::Hardware::Attribute])
end
get_available_network_storages(message) click to toggle source

nas_type

# File lib/softlayer/hardware.rb, line 318
def get_available_network_storages(message)
  request(:get_available_network_storages, Array[Softlayer::Network::Storage], message)
end
get_average_daily_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware.rb, line 322
def get_average_daily_public_bandwidth_usage
  request(:get_average_daily_public_bandwidth_usage, Float)
end
get_backend_incoming_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware.rb, line 328
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.rb, line 332
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.rb, line 338
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.rb, line 342
def get_backend_routers
  request(:get_backend_routers, Array[Softlayer::Hardware])
end
get_bandwidth_allocation() click to toggle source
# File lib/softlayer/hardware.rb, line 346
def get_bandwidth_allocation
  request(:get_bandwidth_allocation, Float)
end
get_bandwidth_allotment_detail() click to toggle source
# File lib/softlayer/hardware.rb, line 350
def get_bandwidth_allotment_detail
  request(:get_bandwidth_allotment_detail, Softlayer::Network::Bandwidth::Version1::Allotment::Detail)
end
get_benchmark_certifications() click to toggle source
# File lib/softlayer/hardware.rb, line 354
def get_benchmark_certifications
  request(:get_benchmark_certifications, Array[Softlayer::Hardware::Benchmark::Certification])
end
get_billing_item() click to toggle source
# File lib/softlayer/hardware.rb, line 358
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.rb, line 362
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.rb, line 366
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.rb, line 370
def get_business_continuance_insurance_flag
  request(:get_business_continuance_insurance_flag, Boolean)
end
get_components() click to toggle source
# File lib/softlayer/hardware.rb, line 374
def get_components
  request(:get_components, Array[Softlayer::Hardware::Component])
end
get_continuous_data_protection_software_component() click to toggle source
# File lib/softlayer/hardware.rb, line 378
def get_continuous_data_protection_software_component
  request(:get_continuous_data_protection_software_component, Softlayer::Software::Component)
end
get_current_billable_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware.rb, line 386
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.rb, line 390
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.rb, line 394
def get_current_billing_total
  request(:get_current_billing_total, Float)
end
get_daily_average(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware.rb, line 400
def get_daily_average(message)
  request(:get_daily_average, Float, message)
end
get_datacenter() click to toggle source
# File lib/softlayer/hardware.rb, line 404
def get_datacenter
  request(:get_datacenter, Softlayer::Location)
end
get_datacenter_name() click to toggle source
# File lib/softlayer/hardware.rb, line 408
def get_datacenter_name
  request(:get_datacenter_name, String)
end
get_downstream_hardware_bindings() click to toggle source
# File lib/softlayer/hardware.rb, line 428
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.rb, line 432
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.rb, line 436
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.rb, line 440
def get_downstream_servers
  request(:get_downstream_servers, Array[Softlayer::Hardware])
end
get_downstream_virtual_guests() click to toggle source
# File lib/softlayer/hardware.rb, line 444
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.rb, line 448
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.rb, line 452
def get_evault_network_storage
  request(:get_evault_network_storage, Array[Softlayer::Network::Storage])
end
get_firewall_service_component() click to toggle source
# File lib/softlayer/hardware.rb, line 456
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.rb, line 460
def get_fixed_configuration_preset
  request(:get_fixed_configuration_preset, Softlayer::Product::Package::Preset)
end
get_frontend_incoming_bandwidth(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware.rb, line 466
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.rb, line 470
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.rb, line 476
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.rb, line 480
def get_frontend_routers
  request(:get_frontend_routers, Array[Softlayer::Hardware])
end
get_global_identifier() click to toggle source
# File lib/softlayer/hardware.rb, line 484
def get_global_identifier
  request(:get_global_identifier, String)
end
get_hard_drives() click to toggle source
# File lib/softlayer/hardware.rb, line 488
def get_hard_drives
  request(:get_hard_drives, Array[Softlayer::Hardware::Component])
end
get_hardware_chassis() click to toggle source
# File lib/softlayer/hardware.rb, line 492
def get_hardware_chassis
  request(:get_hardware_chassis, Softlayer::Hardware::Chassis)
end
get_hardware_function() click to toggle source
# File lib/softlayer/hardware.rb, line 496
def get_hardware_function
  request(:get_hardware_function, Softlayer::Hardware::Function)
end
get_hardware_function_description() click to toggle source
# File lib/softlayer/hardware.rb, line 500
def get_hardware_function_description
  request(:get_hardware_function_description, String)
end
get_hardware_status() click to toggle source
# File lib/softlayer/hardware.rb, line 504
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.rb, line 508
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.rb, line 512
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.rb, line 518
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.rb, line 522
def get_hourly_billing_flag
  request(:get_hourly_billing_flag, Boolean)
end
get_inbound_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware.rb, line 526
def get_inbound_bandwidth_usage
  request(:get_inbound_bandwidth_usage, Float)
end
get_inbound_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware.rb, line 530
def get_inbound_public_bandwidth_usage
  request(:get_inbound_public_bandwidth_usage, Float)
end
get_last_transaction() click to toggle source
# File lib/softlayer/hardware.rb, line 534
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.rb, line 538
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.rb, line 542
def get_location
  request(:get_location, Softlayer::Location)
end
get_location_path_string() click to toggle source
# File lib/softlayer/hardware.rb, line 546
def get_location_path_string
  request(:get_location_path_string, String)
end
get_lockbox_network_storage() click to toggle source
# File lib/softlayer/hardware.rb, line 550
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.rb, line 554
def get_managed_resource_flag
  request(:get_managed_resource_flag, Boolean)
end
get_memory() click to toggle source
# File lib/softlayer/hardware.rb, line 558
def get_memory
  request(:get_memory, Array[Softlayer::Hardware::Component])
end
get_memory_capacity() click to toggle source
# File lib/softlayer/hardware.rb, line 562
def get_memory_capacity
  request(:get_memory_capacity, Integer)
end
get_metric_tracking_object() click to toggle source
# File lib/softlayer/hardware.rb, line 566
def get_metric_tracking_object
  request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object::HardwareServer)
end
get_monitoring_active_alarms(message) click to toggle source

start_date end_date

# File lib/softlayer/hardware.rb, line 572
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.rb, line 576
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.rb, line 582
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.rb, line 586
def get_monitoring_robot
  request(:get_monitoring_robot, Softlayer::Monitoring::Robot)
end
get_monitoring_service_component() click to toggle source
# File lib/softlayer/hardware.rb, line 590
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.rb, line 594
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.rb, line 598
def get_monitoring_service_flag
  request(:get_monitoring_service_flag, Boolean)
end
get_motherboard() click to toggle source
# File lib/softlayer/hardware.rb, line 602
def get_motherboard
  request(:get_motherboard, Softlayer::Hardware::Component)
end
get_network_cards() click to toggle source
# File lib/softlayer/hardware.rb, line 606
def get_network_cards
  request(:get_network_cards, Array[Softlayer::Hardware::Component])
end
get_network_components() click to toggle source
# File lib/softlayer/hardware.rb, line 610
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.rb, line 614
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.rb, line 618
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.rb, line 622
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.rb, line 626
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.rb, line 630
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.rb, line 634
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.rb, line 638
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.rb, line 642
def get_network_status
  request(:get_network_status, String)
end
get_network_status_attribute() click to toggle source
# File lib/softlayer/hardware.rb, line 646
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.rb, line 650
def get_network_storage
  request(:get_network_storage, Array[Softlayer::Network::Storage])
end
get_network_vlans() click to toggle source
# File lib/softlayer/hardware.rb, line 654
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.rb, line 658
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.rb, line 662
def get_notes_history
  request(:get_notes_history, Array[Softlayer::Hardware::Note])
end
get_object() click to toggle source
# File lib/softlayer/hardware.rb, line 666
def get_object
  request(:get_object, Softlayer::Hardware)
end
get_operating_system() click to toggle source
# File lib/softlayer/hardware.rb, line 670
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.rb, line 674
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.rb, line 678
def get_outbound_bandwidth_usage
  request(:get_outbound_bandwidth_usage, Float)
end
get_outbound_public_bandwidth_usage() click to toggle source
# File lib/softlayer/hardware.rb, line 682
def get_outbound_public_bandwidth_usage
  request(:get_outbound_public_bandwidth_usage, Float)
end
get_point_of_presence_location() click to toggle source
# File lib/softlayer/hardware.rb, line 686
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.rb, line 690
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.rb, line 694
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.rb, line 698
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.rb, line 702
def get_primary_backend_network_component
  request(:get_primary_backend_network_component, Softlayer::Network::Component)
end
get_primary_ip_address() click to toggle source
# File lib/softlayer/hardware.rb, line 706
def get_primary_ip_address
  request(:get_primary_ip_address, String)
end
get_primary_network_component() click to toggle source
# File lib/softlayer/hardware.rb, line 710
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.rb, line 716
def get_private_bandwidth_data(message)
  request(:get_private_bandwidth_data, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_private_network_only_flag() click to toggle source
# File lib/softlayer/hardware.rb, line 720
def get_private_network_only_flag
  request(:get_private_network_only_flag, Boolean)
end
get_processor_core_amount() click to toggle source
# File lib/softlayer/hardware.rb, line 724
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.rb, line 728
def get_processor_physical_core_amount
  request(:get_processor_physical_core_amount, Integer)
end
get_processors() click to toggle source
# File lib/softlayer/hardware.rb, line 732
def get_processors
  request(:get_processors, Array[Softlayer::Hardware::Component])
end
get_public_bandwidth_data(message) click to toggle source

start_time end_time

# File lib/softlayer/hardware.rb, line 738
def get_public_bandwidth_data(message)
  request(:get_public_bandwidth_data, Array[Softlayer::Metric::Tracking::Object::Data], message)
end
get_rack() click to toggle source
# File lib/softlayer/hardware.rb, line 742
def get_rack
  request(:get_rack, Softlayer::Location)
end
get_raid_controllers() click to toggle source
# File lib/softlayer/hardware.rb, line 746
def get_raid_controllers
  request(:get_raid_controllers, Array[Softlayer::Hardware::Component])
end
get_recent_events() click to toggle source
# File lib/softlayer/hardware.rb, line 750
def get_recent_events
  request(:get_recent_events, Array[Softlayer::Notification::Occurrence::Event])
end
get_remote_management_accounts() click to toggle source
# File lib/softlayer/hardware.rb, line 754
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.rb, line 758
def get_remote_management_component
  request(:get_remote_management_component, Softlayer::Network::Component)
end
get_resource_group_member_references() click to toggle source
# File lib/softlayer/hardware.rb, line 762
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.rb, line 766
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.rb, line 770
def get_resource_groups
  request(:get_resource_groups, Array[Softlayer::Resource::Group])
end
get_routers() click to toggle source
# File lib/softlayer/hardware.rb, line 774
def get_routers
  request(:get_routers, Array[Softlayer::Hardware])
end
get_scale_assets() click to toggle source
# File lib/softlayer/hardware.rb, line 778
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.rb, line 782
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.rb, line 786
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.rb, line 790
def get_sensor_data_with_graphs
  request(:get_sensor_data_with_graphs, Softlayer::Container::RemoteManagement::SensorReadingsWithGraphs)
end
get_server_fan_speed_graphs() click to toggle source
# File lib/softlayer/hardware.rb, line 794
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.rb, line 798
def get_server_power_state
  request(:get_server_power_state, String)
end
get_server_room() click to toggle source
# File lib/softlayer/hardware.rb, line 802
def get_server_room
  request(:get_server_room, Softlayer::Location)
end
get_server_temperature_graphs() click to toggle source
# File lib/softlayer/hardware.rb, line 806
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.rb, line 810
def get_service_provider
  request(:get_service_provider, Softlayer::Service::Provider)
end
get_software_components() click to toggle source
# File lib/softlayer/hardware.rb, line 814
def get_software_components
  request(:get_software_components, Array[Softlayer::Software::Component])
end
get_spare_pool_billing_item() click to toggle source
# File lib/softlayer/hardware.rb, line 818
def get_spare_pool_billing_item
  request(:get_spare_pool_billing_item, Softlayer::Billing::Item::Hardware)
end
get_ssh_keys() click to toggle source
# File lib/softlayer/hardware.rb, line 822
def get_ssh_keys
  request(:get_ssh_keys, Array[Softlayer::Security::Ssh::Key])
end
get_storage_network_components() click to toggle source
# File lib/softlayer/hardware.rb, line 826
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.rb, line 830
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.rb, line 834
def get_top_level_location
  request(:get_top_level_location, Softlayer::Location)
end
get_transaction_history() click to toggle source
# File lib/softlayer/hardware.rb, line 838
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.rb, line 842
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.rb, line 846
def get_upgrade_request
  request(:get_upgrade_request, Softlayer::Product::Upgrade::Request)
end
get_user_data() click to toggle source
# File lib/softlayer/hardware.rb, line 858
def get_user_data
  request(:get_user_data, Array[Softlayer::Hardware::Attribute])
end
get_virtual_chassis() click to toggle source
# File lib/softlayer/hardware.rb, line 862
def get_virtual_chassis
  request(:get_virtual_chassis, Softlayer::Hardware::Group)
end
get_virtual_chassis_siblings() click to toggle source
# File lib/softlayer/hardware.rb, line 866
def get_virtual_chassis_siblings
  request(:get_virtual_chassis_siblings, Array[Softlayer::Hardware])
end
get_virtual_host() click to toggle source
# File lib/softlayer/hardware.rb, line 870
def get_virtual_host
  request(:get_virtual_host, Softlayer::Virtual::Host)
end
get_virtual_licenses() click to toggle source
# File lib/softlayer/hardware.rb, line 874
def get_virtual_licenses
  request(:get_virtual_licenses, Array[Softlayer::Software::VirtualLicense])
end
get_virtual_rack() click to toggle source
# File lib/softlayer/hardware.rb, line 878
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.rb, line 882
def get_virtual_rack_id
  request(:get_virtual_rack_id, Integer)
end
get_virtual_rack_name() click to toggle source
# File lib/softlayer/hardware.rb, line 886
def get_virtual_rack_name
  request(:get_virtual_rack_name, String)
end
get_virtualization_platform() click to toggle source
# File lib/softlayer/hardware.rb, line 890
def get_virtualization_platform
  request(:get_virtualization_platform, Softlayer::Software::Component)
end
import_virtual_host() click to toggle source
# File lib/softlayer/hardware.rb, line 894
def import_virtual_host
  request(:import_virtual_host, Softlayer::Virtual::Host)
end
is_pingable() click to toggle source
# File lib/softlayer/hardware.rb, line 898
def is_pingable
  request(:is_pingable, Boolean)
end
ping() click to toggle source
# File lib/softlayer/hardware.rb, line 902
def ping
  request(:ping, String)
end
power_cycle() click to toggle source
# File lib/softlayer/hardware.rb, line 906
def power_cycle
  request(:power_cycle, Boolean)
end
power_off() click to toggle source
# File lib/softlayer/hardware.rb, line 910
def power_off
  request(:power_off, Boolean)
end
power_on() click to toggle source
# File lib/softlayer/hardware.rb, line 914
def power_on
  request(:power_on, Boolean)
end
reboot_default() click to toggle source
# File lib/softlayer/hardware.rb, line 918
def reboot_default
  request(:reboot_default, Boolean)
end
reboot_hard() click to toggle source
# File lib/softlayer/hardware.rb, line 922
def reboot_hard
  request(:reboot_hard, Boolean)
end
reboot_soft() click to toggle source
# File lib/softlayer/hardware.rb, line 926
def reboot_soft
  request(:reboot_soft, Boolean)
end
remove_access_to_network_storage(message) click to toggle source

network_storage_template_object

# File lib/softlayer/hardware.rb, line 931
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.rb, line 936
def remove_access_to_network_storage_list(message)
  request(:remove_access_to_network_storage_list, Boolean, message)
end
set_tags(message) click to toggle source

tags

# File lib/softlayer/hardware.rb, line 941
def set_tags(message)
  request(:set_tags, Boolean, message)
end