SignalTypeGroup

A group of signal types that specifies what the user is interested in.

Used by QueryDatabaseResourceGroups API.

Example:

signal_type_group { name = "AVAILABILITY" types = [SIGNAL_TYPE_NO_PROMOTABLE_REPLICA] }

JSON representation
{
  "displayName": string,
  "signalTypes": [
    enum (SignalType)
  ]
}
Fields
displayName

string

Required. The display name of a signal group.

signalTypes[]

enum (SignalType)

Optional. List of signal types present in the group.