Class: IControl::Management::EventNotification::EventSource
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::EventNotification::EventSource
- 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
-
#system_id ⇒ String
The system identifier for the source of the event.
-
#url ⇒ String
The management url for the source of the event.
Instance Attribute Details
#system_id ⇒ String
The system identifier for the source of the event.
63 64 65 |
# File 'lib/icontrol/management/event_notification.rb', line 63 def system_id @system_id end |
#url ⇒ String
The management url for the source of the event.
63 64 65 |
# File 'lib/icontrol/management/event_notification.rb', line 63 def url @url end |