Module: Google::Cloud::DatabaseCenter::V1beta::SignalStatus
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/signals.rb
Overview
Represents the state of a signal. More enum values are expected to be added as needed.
Constant Summary collapse
- SIGNAL_STATUS_UNSPECIFIED =
Unspecified.
0- SIGNAL_STATUS_NOT_APPLICABLE =
Signal is not applicable to the resource.
1- SIGNAL_STATUS_OK =
Signal is not an issue.
2- SIGNAL_STATUS_ISSUE =
Signal is an issue.
3- SIGNAL_STATUS_NOT_ENABLED =
Signal is not enabled for the resource.
4