Class AdditionalDetail
Details related to signal.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class AdditionalDetail : IDirectResponseSchema
Properties
AutomatedBackupPolicyInfo
Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
Declaration
[JsonProperty("automatedBackupPolicyInfo")]
public virtual AutomatedBackupPolicyInfo AutomatedBackupPolicyInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AutomatedBackupPolicyInfo |
BackupRunInfo
Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
Declaration
[JsonProperty("backupRunInfo")]
public virtual BackupRunInfo BackupRunInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupRunInfo |
DeletionProtectionInfo
Deletion protection information applies to signals with type SIGNAL_TYPE_NO_DELETION_PROTECTION
Declaration
[JsonProperty("deletionProtectionInfo")]
public virtual DeletionProtectionInfo DeletionProtectionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| DeletionProtectionInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InefficientQueryInfo
Inefficient query information applies to signals with type SIGNAL_TYPE_INEFFICIENT_QUERY.
Declaration
[JsonProperty("inefficientQueryInfo")]
public virtual InefficientQueryInfo InefficientQueryInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| InefficientQueryInfo |
MaintenanceRecommendationInfo
Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
Declaration
[JsonProperty("maintenanceRecommendationInfo")]
public virtual MaintenanceRecommendationInfo MaintenanceRecommendationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| MaintenanceRecommendationInfo |
OutdatedMinorVersionInfo
Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
Declaration
[JsonProperty("outdatedMinorVersionInfo")]
public virtual OutdatedMinorVersionInfo OutdatedMinorVersionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| OutdatedMinorVersionInfo |
RecommendationInfo
Recommendation information applies to recommendations.
Declaration
[JsonProperty("recommendationInfo")]
public virtual RecommendationInfo RecommendationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| RecommendationInfo |
ResourceSuspensionInfo
Resource suspension information applies to signals with type SIGNAL_TYPE_RESOURCE_SUSPENDED.
Declaration
[JsonProperty("resourceSuspensionInfo")]
public virtual ResourceSuspensionInfo ResourceSuspensionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| ResourceSuspensionInfo |
SccInfo
SCC information applies to SCC signals.
Declaration
[JsonProperty("sccInfo")]
public virtual SCCInfo SccInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| SCCInfo |
ShortBackupRetentionInfo
Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
Declaration
[JsonProperty("shortBackupRetentionInfo")]
public virtual RetentionSettingsInfo ShortBackupRetentionInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| RetentionSettingsInfo |
SignalEventTime
object representation of SignalEventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SignalEventTimeDateTimeOffset instead.")]
public virtual object SignalEventTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
SignalEventTimeDateTimeOffset
DateTimeOffset representation of SignalEventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SignalEventTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
SignalEventTimeRaw
Event time when signal was recorded by source service.
Declaration
[JsonProperty("signalEventTime")]
public virtual string SignalEventTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignalSource
Where the signal is coming from.
Declaration
[JsonProperty("signalSource")]
public virtual string SignalSource { 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 |