engineStatus property
The Engine Status for an asset.
Output only. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "SERVING" : The asset is active.
- "SERVING_LIMITED" : The asset is active limited.
- "DISAPPROVED" : The asset is disapproved (not eligible).
- "DISABLED" : The asset is inactive (pending).
- "REMOVED" : The asset has been removed.
Implementation
core.String? engineStatus;