Class 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] }
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class SignalTypeGroup : IDirectResponseSchema
Properties
DisplayName
Required. The display name of a signal group.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalTypes
Optional. List of signal types present in the group.
Declaration
[JsonProperty("signalTypes")]
public virtual IList<string> SignalTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |