Module: Google::Cloud::Developerconnect::V1::RuntimeConfig::State
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
The state of the runtime in the InsightsConfig. Whether the runtime is linked to the InsightsConfig.
Constant Summary collapse
- STATE_UNSPECIFIED =
No state specified.
0
- LINKED =
The runtime configuration has been linked to the InsightsConfig.
1
- UNLINKED =
The runtime configuration has been unlinked to the InsightsConfig.
2