Class ConfigBasedSignalData
Config based signal data. This is used to send signals to Condor which are based on the DB level configurations. These will be used to send signals for self managed databases.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class ConfigBasedSignalData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
Required. Full Resource name of the source resource.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastRefreshTime
object representation of LastRefreshTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRefreshTimeDateTimeOffset instead.")]
public virtual object LastRefreshTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastRefreshTimeDateTimeOffset
DateTimeOffset representation of LastRefreshTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRefreshTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastRefreshTimeRaw
Required. Last time signal was refreshed
Declaration
[JsonProperty("lastRefreshTime")]
public virtual string LastRefreshTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceId
Database resource id.
Declaration
[JsonProperty("resourceId")]
public virtual DatabaseResourceId ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseResourceId |
SignalBoolValue
Signal data for boolean signals.
Declaration
[JsonProperty("signalBoolValue")]
public virtual bool? SignalBoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SignalType
Required. Signal type of the signal
Declaration
[JsonProperty("signalType")]
public virtual string SignalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |