Class: Softlayer::Network::TippingPointReporting

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/tipping_point_reporting.rb

Defined Under Namespace

Classes: Representer

Constant Summary collapse

SERVICE =
'SoftLayer_Network_TippingPointReporting'

Class Method Summary collapse

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Class Method Details

.drill_down_attack(message) ⇒ Object

signature_id ip_address subnet_mask time_frame direction



11
12
13
# File 'lib/softlayer/network/tipping_point_reporting.rb', line 11

def self.drill_down_attack(message)
  request(:drill_down_attack, Softlayer::Container::Network::IntrusionProtection::SubnetReport, message)
end

.get_main_statistics(message) ⇒ Object

number_of_attacks



16
17
18
# File 'lib/softlayer/network/tipping_point_reporting.rb', line 16

def self.get_main_statistics(message)
  request(:get_main_statistics, Array[Softlayer::Container::Network::IntrusionProtection::Statistics], message)
end

.get_report_for_ip_address_or_subnet(message) ⇒ Object

ip_address subnet_mask time_frame order_by order_direction



25
26
27
# File 'lib/softlayer/network/tipping_point_reporting.rb', line 25

def self.get_report_for_ip_address_or_subnet(message)
  request(:get_report_for_ip_address_or_subnet, Array[Softlayer::Container::Network::IntrusionProtection::SubnetReport], message)
end

.get_subnet_report_for_entire_account(message) ⇒ Object

time_frame order_by order_direction return_subnet_groups



33
34
35
# File 'lib/softlayer/network/tipping_point_reporting.rb', line 33

def self.(message)
  request(:get_subnet_report_for_entire_account, Array[Softlayer::Container::Network::IntrusionProtection::SubnetReport], message)
end