public sealed class AutomatedBackupPolicyInfo : IMessage<AutomatedBackupPolicyInfo>, IEquatable<AutomatedBackupPolicyInfo>, IDeepCloneable<AutomatedBackupPolicyInfo>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class AutomatedBackupPolicyInfo.
Automated backup policy signal info
Implements
IMessageAutomatedBackupPolicyInfo, IEquatableAutomatedBackupPolicyInfo, IDeepCloneableAutomatedBackupPolicyInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
AutomatedBackupPolicyInfo()
public AutomatedBackupPolicyInfo()AutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo)
public AutomatedBackupPolicyInfo(AutomatedBackupPolicyInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
AutomatedBackupPolicyInfo |
Properties
IsEnabled
public bool IsEnabled { get; set; }Is automated policy enabled.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
SubResource
public SubResource SubResource { get; set; }Optional. Sub resource details associated with the signal.
| Property Value | |
|---|---|
| Type | Description |
SubResource |
|