Class: IControl::ARX::HealthDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::HealthDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains the details of system health events.
Instance Attribute Summary collapse
-
#date ⇒ Numeric
The date of the occurrence of the event.
-
#description ⇒ String
A description of the event.
-
#event ⇒ String
The event’s name.
-
#id ⇒ Numeric
The event’s unique identifier.
Instance Attribute Details
#date ⇒ Numeric
The date of the occurrence of the event.
170 171 172 |
# File 'lib/icontrol/arx.rb', line 170 def date @date end |
#description ⇒ String
A description of the event.
170 171 172 |
# File 'lib/icontrol/arx.rb', line 170 def description @description end |
#event ⇒ String
The event’s name.
170 171 172 |
# File 'lib/icontrol/arx.rb', line 170 def event @event end |
#id ⇒ Numeric
The event’s unique identifier.
170 171 172 |
# File 'lib/icontrol/arx.rb', line 170 def id @id end |