primaryStatus property
The primary status of the asset group.
Provides insights into why an asset group is not serving or not serving optimally.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "ELIGIBLE" : The asset group is eligible to serve.
- "PAUSED" : The asset group is paused.
- "REMOVED" : The asset group is removed.
- "NOT_ELIGIBLE" : The asset group is not eligible to serve.
- "LIMITED" : The asset group has limited servability.
- "PENDING" : The asset group is pending approval and may serve in the future.
Implementation
core.String? primaryStatus;