Class: IControl::Management::EventNotification::EventSource

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/management/event_notification.rb,
lib/icontrol/management/event_notification.rb

Overview

The identification of the event notification source. This will be the identification of the F5 device that sent the notification.

Instance Attribute Summary collapse

Instance Attribute Details

#system_idString

The system identifier for the source of the event.

Returns:

  • (String)

    the current value of system_id



63
64
65
# File 'lib/icontrol/management/event_notification.rb', line 63

def system_id
  @system_id
end

#urlString

The management url for the source of the event.

Returns:

  • (String)

    the current value of url



63
64
65
# File 'lib/icontrol/management/event_notification.rb', line 63

def url
  @url
end