class Softlayer::Network::Monitor::Version1::Query::Host

Constants

SERVICE

Attributes

arg1_value[RW]
guest_id[RW]
hardware[RW]
hardware_id[RW]
host_id[RW]
id[RW]
ip_address[RW]
last_result[RW]
query_type[RW]
query_type_id[RW]
response_action[RW]
response_action_id[RW]
status[RW]
wait_cycles[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/network/monitor/version1/query/host.rb, line 25
def self.create_object(message)
  request(:create_object, Softlayer::Network::Monitor::Version1::Query::Host, message)
end
create_objects(message) click to toggle source

template_objects

# File lib/softlayer/network/monitor/version1/query/host.rb, line 30
def self.create_objects(message)
  request(:create_objects, Array[Softlayer::Network::Monitor::Version1::Query::Host], message)
end
delete_objects(message) click to toggle source

template_objects

# File lib/softlayer/network/monitor/version1/query/host.rb, line 39
def self.delete_objects(message)
  request(:delete_objects, Boolean, message)
end
edit_objects(message) click to toggle source

template_objects

# File lib/softlayer/network/monitor/version1/query/host.rb, line 49
def self.edit_objects(message)
  request(:edit_objects, Boolean, message)
end
find_by_hardware_id(message) click to toggle source

hardware_id

# File lib/softlayer/network/monitor/version1/query/host.rb, line 54
def self.find_by_hardware_id(message)
  request(:find_by_hardware_id, Array[Softlayer::Network::Monitor::Version1::Query::Host], message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 34
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/network/monitor/version1/query/host.rb, line 44
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_hardware() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 58
def get_hardware
  request(:get_hardware, Softlayer::Hardware)
end
get_last_result() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 62
def get_last_result
  request(:get_last_result, Softlayer::Network::Monitor::Version1::Query::Result)
end
get_object() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 66
def get_object
  request(:get_object, Softlayer::Network::Monitor::Version1::Query::Host)
end
get_query_type() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 70
def get_query_type
  request(:get_query_type, Softlayer::Network::Monitor::Version1::Query::Type)
end
get_response_action() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host.rb, line 74
def get_response_action
  request(:get_response_action, Softlayer::Network::Monitor::Version1::Query::ResponseType)
end