Class: Softlayer::Network::Logging::Syslog

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/logging/syslog.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

#create_dateObject

Returns the value of attribute create_date.



5
6
7
# File 'lib/softlayer/network/logging/syslog.rb', line 5

def create_date
  @create_date
end

#destination_ip_addressObject

Returns the value of attribute destination_ip_address.



6
7
8
# File 'lib/softlayer/network/logging/syslog.rb', line 6

def destination_ip_address
  @destination_ip_address
end

#destination_portObject

Returns the value of attribute destination_port.



7
8
9
# File 'lib/softlayer/network/logging/syslog.rb', line 7

def destination_port
  @destination_port
end

#event_typeObject

Returns the value of attribute event_type.



8
9
10
# File 'lib/softlayer/network/logging/syslog.rb', line 8

def event_type
  @event_type
end

#messageObject

Returns the value of attribute message.



9
10
11
# File 'lib/softlayer/network/logging/syslog.rb', line 9

def message
  @message
end

#protocolObject

Returns the value of attribute protocol.



10
11
12
# File 'lib/softlayer/network/logging/syslog.rb', line 10

def protocol
  @protocol
end

#source_ip_addressObject

Returns the value of attribute source_ip_address.



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

def source_ip_address
  @source_ip_address
end

#source_portObject

Returns the value of attribute source_port.



12
13
14
# File 'lib/softlayer/network/logging/syslog.rb', line 12

def source_port
  @source_port
end

#total_eventsObject

Returns the value of attribute total_events.



13
14
15
# File 'lib/softlayer/network/logging/syslog.rb', line 13

def total_events
  @total_events
end