public sealed class AdditionalDetail : IMessage<AdditionalDetail>, IEquatable<AdditionalDetail>, IDeepCloneable<AdditionalDetail>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class AdditionalDetail.
Details related to signal.
Implements
IMessageAdditionalDetail, IEquatableAdditionalDetail, IDeepCloneableAdditionalDetail, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
AdditionalDetail()
public AdditionalDetail()AdditionalDetail(AdditionalDetail)
public AdditionalDetail(AdditionalDetail other)| Parameter | |
|---|---|
| Name | Description |
other |
AdditionalDetail |
Properties
AutomatedBackupPolicyInfo
public AutomatedBackupPolicyInfo AutomatedBackupPolicyInfo { get; set; }Automated backup policy information applies to signals with type SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY.
| Property Value | |
|---|---|
| Type | Description |
AutomatedBackupPolicyInfo |
|
BackupRunInfo
public BackupRunInfo BackupRunInfo { get; set; }Backup run information applies to signals with types SIGNAL_TYPE_LAST_BACKUP_FAILED and SIGNAL_TYPE_LAST_BACKUP_OLD.
| Property Value | |
|---|---|
| Type | Description |
BackupRunInfo |
|
DeletionProtectionInfo
public DeletionProtectionInfo DeletionProtectionInfo { get; set; }Deletion protection information applies to signals with type [SIGNAL_TYPE_NO_DELETION_PROTECTION][google.cloud.databasecenter.v1beta.SignalType.SIGNAL_TYPE_NO_DELETION_PROTECTION]
| Property Value | |
|---|---|
| Type | Description |
DeletionProtectionInfo |
|
DetailCase
public AdditionalDetail.DetailOneofCase DetailCase { get; }| Property Value | |
|---|---|
| Type | Description |
AdditionalDetailDetailOneofCase |
|
InefficientQueryInfo
public InefficientQueryInfo InefficientQueryInfo { get; set; }Inefficient query information applies to signals with type [SIGNAL_TYPE_INEFFICIENT_QUERY][google.cloud.databasecenter.v1beta.SignalType.SIGNAL_TYPE_INEFFICIENT_QUERY].
| Property Value | |
|---|---|
| Type | Description |
InefficientQueryInfo |
|
MaintenanceRecommendationInfo
public MaintenanceRecommendationInfo MaintenanceRecommendationInfo { get; set; }Maintenance recommendation information applies to signals with type SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES.
| Property Value | |
|---|---|
| Type | Description |
MaintenanceRecommendationInfo |
|
OutdatedMinorVersionInfo
public OutdatedMinorVersionInfo OutdatedMinorVersionInfo { get; set; }Outdated minor version information applies to signals with type SIGNAL_TYPE_OUTDATED_MINOR_VERSION.
| Property Value | |
|---|---|
| Type | Description |
OutdatedMinorVersionInfo |
|
RecommendationInfo
public RecommendationInfo RecommendationInfo { get; set; }Recommendation information applies to recommendations.
| Property Value | |
|---|---|
| Type | Description |
RecommendationInfo |
|
ResourceSuspensionInfo
public ResourceSuspensionInfo ResourceSuspensionInfo { get; set; }Resource suspension information applies to signals with type [SIGNAL_TYPE_RESOURCE_SUSPENDED][google.cloud.databasecenter.v1beta.SignalType.SIGNAL_TYPE_RESOURCE_SUSPENDED].
| Property Value | |
|---|---|
| Type | Description |
ResourceSuspensionInfo |
|
SccInfo
public SCCInfo SccInfo { get; set; }SCC information applies to SCC signals.
| Property Value | |
|---|---|
| Type | Description |
SCCInfo |
|
ShortBackupRetentionInfo
public RetentionSettingsInfo ShortBackupRetentionInfo { get; set; }Short backup retention information applies to signals with type SIGNAL_TYPE_SHORT_BACKUP_RETENTION.
| Property Value | |
|---|---|
| Type | Description |
RetentionSettingsInfo |
|
SignalEventTime
public Timestamp SignalEventTime { get; set; }Event time when signal was recorded by source service.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
SignalSource
public SignalSource SignalSource { get; set; }Where the signal is coming from.
| Property Value | |
|---|---|
| Type | Description |
SignalSource |
|
SignalType
public SignalType SignalType { get; set; }Type of the signal.
| Property Value | |
|---|---|
| Type | Description |
SignalType |
|