AI-generated Key Takeaways
-
The document describes an enum for asset group primary status, indicating why an asset group might not be serving or not serving optimally.
-
The possible statuses include
UNSPECIFIED
,UNKNOWN
,ELIGIBLE
,PAUSED
,REMOVED
,NOT_ELIGIBLE
,LIMITED
, andPENDING
. -
These enums provide insights into the current state and serving capability of an asset group.
Enum describing the possible asset group primary status. Provides insights into why an asset group is not serving or not serving optimally.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
The asset group is eligible to serve. |
|
The asset group is paused. |
|
The asset group is removed. |
|
The asset group is not eligible to serve. |
|
The asset group has limited servability. |
|
The asset group is pending approval and may serve in the future. |