state property
The state of the Runtime.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : No state specified.
- "LINKED" : The runtime configuration has been linked to the InsightsConfig.
- "UNLINKED" : The runtime configuration has been unlinked to the InsightsConfig.
Implementation
core.String? state;