Database Center v1beta API - Class SignalGroup (1.0.0-beta03)

public sealed class SignalGroup : IMessage<SignalGroup>, IEquatable<SignalGroup>, IDeepCloneable<SignalGroup>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class SignalGroup.

A group of signals and their counts.

Inheritance

object > SignalGroup

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

SignalGroup()

public SignalGroup()

SignalGroup(SignalGroup)

public SignalGroup(SignalGroup other)
Parameter
Name Description
other SignalGroup

Properties

DisplayName

public string DisplayName { get; set; }

Title of a signal group corresponding to the request.

Property Value
Type Description
string

IssueCount

public int IssueCount { get; set; }

When applied to a DatabaseResource represents count of issues associated with the resource. A signal is an issue when its SignalStatus field is set to SIGNAL_STATUS_ISSUE.

Property Value
Type Description
int

Signals

public RepeatedField<Signal> Signals { get; }

List of signals present in the group and associated with the resource.

Only applies to a DatabaseResource.

Property Value
Type Description
RepeatedFieldSignal