SignalTypeGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)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] }
Attributes |
|
|---|---|
| Name | Description |
display_name |
str
Required. The display name of a signal group. |
signal_types |
MutableSequence[google.cloud.databasecenter_v1beta.types.SignalType]
Optional. List of signal types present in the group. |