Class: IControl::ARX::HealthDefinition

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#dateNumeric

The date of the occurrence of the event.

Returns:

  • (Numeric)

    the current value of date



170
171
172
# File 'lib/icontrol/arx.rb', line 170

def date
  @date
end

#descriptionString

A description of the event.

Returns:

  • (String)

    the current value of description



170
171
172
# File 'lib/icontrol/arx.rb', line 170

def description
  @description
end

#eventString

The event’s name.

Returns:

  • (String)

    the current value of event



170
171
172
# File 'lib/icontrol/arx.rb', line 170

def event
  @event
end

#idNumeric

The event’s unique identifier.

Returns:

  • (Numeric)

    the current value of id



170
171
172
# File 'lib/icontrol/arx.rb', line 170

def id
  @id
end