Class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
Database resource signal data. This is used to send signals to Condor which are based on the DB/Instance/Fleet level configurations. These will be used to send signals for all inventory types. Next ID: 7
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData : 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 StorageDatabasecenterPartnerapiV1mainDatabaseResourceId ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| StorageDatabasecenterPartnerapiV1mainDatabaseResourceId |
SignalBoolValue
Signal data for boolean signals.
Declaration
[JsonProperty("signalBoolValue")]
public virtual bool? SignalBoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
SignalState
Required. Output only. Signal state of the signal
Declaration
[JsonProperty("signalState")]
public virtual string SignalState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalType
Required. Signal type of the signal
Declaration
[JsonProperty("signalType")]
public virtual string SignalType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |