Reference documentation and code samples for the Google Cloud Database Center V1beta Client class SignalStatus.
Represents the state of a signal. More enum values are expected to be added as needed.
Protobuf type google.cloud.databasecenter.v1beta.SignalStatus
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SIGNAL_STATUS_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum SIGNAL_STATUS_UNSPECIFIED = 0;
SIGNAL_STATUS_NOT_APPLICABLE
Value: 1Signal is not applicable to the resource.
Generated from protobuf enum SIGNAL_STATUS_NOT_APPLICABLE = 1;
SIGNAL_STATUS_OK
Value: 2Signal is not an issue.
Generated from protobuf enum SIGNAL_STATUS_OK = 2;
SIGNAL_STATUS_ISSUE
Value: 3Signal is an issue.
Generated from protobuf enum SIGNAL_STATUS_ISSUE = 3;
SIGNAL_STATUS_NOT_ENABLED
Value: 4Signal is not enabled for the resource.
Generated from protobuf enum SIGNAL_STATUS_NOT_ENABLED = 4;