Class: Softlayer::Container::Network::IntrusionProtection::Event
Defined Under Namespace
Classes: Representer
Instance Attribute Summary collapse
-
#action_taken ⇒ Object
Returns the value of attribute action_taken.
-
#attack_count ⇒ Object
Returns the value of attribute attack_count.
-
#attack_long_description ⇒ Object
Returns the value of attribute attack_long_description.
-
#attack_name ⇒ Object
Returns the value of attribute attack_name.
-
#begin_time ⇒ Object
Returns the value of attribute begin_time.
-
#bugtraq_id ⇒ Object
Returns the value of attribute bugtraq_id.
-
#classification ⇒ Object
Returns the value of attribute classification.
-
#cve_id ⇒ Object
Returns the value of attribute cve_id.
-
#destination_ip_address ⇒ Object
Returns the value of attribute destination_ip_address.
-
#destination_port ⇒ Object
Returns the value of attribute destination_port.
-
#end_time ⇒ Object
Returns the value of attribute end_time.
-
#platform ⇒ Object
Returns the value of attribute platform.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#severity ⇒ Object
Returns the value of attribute severity.
-
#signature_id ⇒ Object
Returns the value of attribute signature_id.
-
#source_ip_address ⇒ Object
Returns the value of attribute source_ip_address.
-
#source_port ⇒ Object
Returns the value of attribute source_port.
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
#action_taken ⇒ Object
Returns the value of attribute action_taken.
7 8 9 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 7 def action_taken @action_taken end |
#attack_count ⇒ Object
Returns the value of attribute attack_count.
8 9 10 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 8 def attack_count @attack_count end |
#attack_long_description ⇒ Object
Returns the value of attribute attack_long_description.
9 10 11 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 9 def attack_long_description @attack_long_description end |
#attack_name ⇒ Object
Returns the value of attribute attack_name.
10 11 12 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 10 def attack_name @attack_name end |
#begin_time ⇒ Object
Returns the value of attribute begin_time.
11 12 13 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 11 def begin_time @begin_time end |
#bugtraq_id ⇒ Object
Returns the value of attribute bugtraq_id.
12 13 14 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 12 def bugtraq_id @bugtraq_id end |
#classification ⇒ Object
Returns the value of attribute classification.
13 14 15 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 13 def classification @classification end |
#cve_id ⇒ Object
Returns the value of attribute cve_id.
6 7 8 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 6 def cve_id @cve_id end |
#destination_ip_address ⇒ Object
Returns the value of attribute destination_ip_address.
14 15 16 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 14 def destination_ip_address @destination_ip_address end |
#destination_port ⇒ Object
Returns the value of attribute destination_port.
15 16 17 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 15 def destination_port @destination_port end |
#end_time ⇒ Object
Returns the value of attribute end_time.
16 17 18 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 16 def end_time @end_time end |
#platform ⇒ Object
Returns the value of attribute platform.
17 18 19 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 17 def platform @platform end |
#protocol ⇒ Object
Returns the value of attribute protocol.
18 19 20 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 18 def protocol @protocol end |
#severity ⇒ Object
Returns the value of attribute severity.
19 20 21 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 19 def severity @severity end |
#signature_id ⇒ Object
Returns the value of attribute signature_id.
20 21 22 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 20 def signature_id @signature_id end |
#source_ip_address ⇒ Object
Returns the value of attribute source_ip_address.
21 22 23 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 21 def source_ip_address @source_ip_address end |
#source_port ⇒ Object
Returns the value of attribute source_port.
22 23 24 |
# File 'lib/softlayer/container/network/intrusion_protection/event.rb', line 22 def source_port @source_port end |