Class Signal
Represents a signal.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class Signal : IDirectResponseSchema
Properties
AdditionalDetails
Additional information related to the signal. In the case of composite signals, this field encapsulates details associated with granular signals, having a signal status of "ISSUE"; signals with a status of "OK" are not included. For granular signals, it encompasses information relevant to the signal, regardless of the signal status.
Declaration
[JsonProperty("additionalDetails")]
public virtual IList<AdditionalDetail> AdditionalDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AdditionalDetail> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssueCreateTime
object representation of IssueCreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IssueCreateTimeDateTimeOffset instead.")]
public virtual object IssueCreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
IssueCreateTimeDateTimeOffset
DateTimeOffset representation of IssueCreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IssueCreateTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
IssueCreateTimeRaw
Timestamp when the issue was created (when signal status is ISSUE).
Declaration
[JsonProperty("issueCreateTime")]
public virtual string IssueCreateTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IssueSeverity
Severity of the issue.
Declaration
[JsonProperty("issueSeverity")]
public virtual string IssueSeverity { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalStatus
Status of the signal.
Declaration
[JsonProperty("signalStatus")]
public virtual string SignalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalType
Type of the signal.
Declaration
[JsonProperty("signalType")]
public virtual string SignalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |