public sealed class SignalTypeGroup : IMessage<SignalTypeGroup>, IEquatable<SignalTypeGroup>, IDeepCloneable<SignalTypeGroup>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API 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
IMessageSignalTypeGroup, IEquatableSignalTypeGroup, IDeepCloneableSignalTypeGroup, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
SignalTypeGroup()
public SignalTypeGroup()SignalTypeGroup(SignalTypeGroup)
public SignalTypeGroup(SignalTypeGroup other)| Parameter | |
|---|---|
| Name | Description |
other |
SignalTypeGroup |
Properties
DisplayName
public string DisplayName { get; set; }Required. The display name of a signal group.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SignalTypes
public RepeatedField<SignalType> SignalTypes { get; }Optional. List of signal types present in the group.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSignalType |
|