Class: IControl::Management::EventSubscription::SubscriptionStatistics
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::EventSubscription::SubscriptionStatistics
- Defined in:
- lib/icontrol/management/event_subscription.rb,
lib/icontrol/management/event_subscription.rb
Overview
A set of statistics for a given subscription.
Instance Attribute Summary collapse
-
#id ⇒ String
The subscription identifier.
-
#last_status ⇒ IControl::Management::EventSubscription::SubscriptionStatus
The status from the last attempt to notify the notification endpoint.
-
#notifications_sent ⇒ Numeric
The total number of notifications successfully sent to the subscription endpoint.
-
#time_created ⇒ IControl::Common::TimeStamp
The time (in GMT) the subscription was created.
-
#time_last_modified ⇒ IControl::Common::TimeStamp
The time (in GMT) the subscription was last modified.
-
#time_last_notified ⇒ IControl::Common::TimeStamp
The time (in GMT) an event notification endpoint was last notified.
Instance Attribute Details
#id ⇒ String
The subscription identifier.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def id @id end |
#last_status ⇒ IControl::Management::EventSubscription::SubscriptionStatus
The status from the last attempt to notify the notification endpoint.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def last_status @last_status end |
#notifications_sent ⇒ Numeric
The total number of notifications successfully sent to the subscription endpoint.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def notifications_sent @notifications_sent end |
#time_created ⇒ IControl::Common::TimeStamp
The time (in GMT) the subscription was created.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def time_created @time_created end |
#time_last_modified ⇒ IControl::Common::TimeStamp
The time (in GMT) the subscription was last modified.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def time_last_modified @time_last_modified end |
#time_last_notified ⇒ IControl::Common::TimeStamp
The time (in GMT) an event notification endpoint was last notified.
356 357 358 |
# File 'lib/icontrol/management/event_subscription.rb', line 356 def time_last_notified @time_last_notified end |