Class: IControl::System::Services::ServiceStatusType

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/system/services.rb,
lib/icontrol/system/services.rb

Overview

An enumeration for different service statuses.

Constant Summary collapse

SERVICE_STATUS_NOT_FOUND =

Service is not found.

:SERVICE_STATUS_NOT_FOUND
SERVICE_STATUS_UP =

Service is up and running.

:SERVICE_STATUS_UP
SERVICE_STATUS_DOWN =

Service is down.

:SERVICE_STATUS_DOWN