Class: Softlayer::Container::Network::IntrusionProtection::Statistics

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/network/intrusion_protection/statistics.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

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

Instance Attribute Details

#targetObject

Returns the value of attribute target.



6
7
8
# File 'lib/softlayer/container/network/intrusion_protection/statistics.rb', line 6

def target
  @target
end

#target_typeObject

Returns the value of attribute target_type.



7
8
9
# File 'lib/softlayer/container/network/intrusion_protection/statistics.rb', line 7

def target_type
  @target_type
end

#time_frameObject

Returns the value of attribute time_frame.



8
9
10
# File 'lib/softlayer/container/network/intrusion_protection/statistics.rb', line 8

def time_frame
  @time_frame
end

#top_attacksObject

Returns the value of attribute top_attacks.



9
10
11
# File 'lib/softlayer/container/network/intrusion_protection/statistics.rb', line 9

def top_attacks
  @top_attacks
end

#total_attacksObject

Returns the value of attribute total_attacks.



10
11
12
# File 'lib/softlayer/container/network/intrusion_protection/statistics.rb', line 10

def total_attacks
  @total_attacks
end