Enum AreaStatus
Defines general-purpose Statuses of runtime areas which can denote different things depending on application. For example an area may be a zone of a cluster which gets reported as being down or planning to get an upgrade
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public enum AreaStatus
Fields
Name | Description |
---|---|
Failure | The area is currently failing but may recover within this app lifetime |
Installing | The installation is in progress |
Normal | Operates as expected |
OtherAbnormal | Other described status |
OtherNormal | Other described normal/expected status |
PermanentDowntime | The are is down because it was permanently brought down by the system/administrator. For example: the system has scaled-down on resources |
PermanentFailure | The area has experienced a permanent failure and not likely to recover within this app lifetime |
PlannedDowntime | The are is down because it was planned by the system/administrator and is likely to recover within this app lifetime. For example: turn off for maintenance |
PlannedInstall | The install is about to start |
Undefined | The status is not defined |