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

Constants

SERVICE

Attributes

hardware[RW]
monitor_level[RW]
response_level[RW]

Public Class Methods

get_all_query_types() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host/stratum.rb, line 13
def self.get_all_query_types
  request(:get_all_query_types, Array[Softlayer::Network::Monitor::Version1::Query::Type])
end
get_all_response_types() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host/stratum.rb, line 17
def self.get_all_response_types
  request(:get_all_response_types, Array[Softlayer::Network::Monitor::Version1::Query::ResponseType])
end

Public Instance Methods

get_hardware() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host/stratum.rb, line 21
def get_hardware
  request(:get_hardware, Softlayer::Hardware)
end
get_object() click to toggle source
# File lib/softlayer/network/monitor/version1/query/host/stratum.rb, line 25
def get_object
  request(:get_object, Softlayer::Network::Monitor::Version1::Query::Host::Stratum)
end