public sealed class DeletionProtectionInfo : IMessage<DeletionProtectionInfo>, IEquatable<DeletionProtectionInfo>, IDeepCloneable<DeletionProtectionInfo>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class DeletionProtectionInfo.
Deletion protection signal info for a database resource.
Implements
IMessageDeletionProtectionInfo, IEquatableDeletionProtectionInfo, IDeepCloneableDeletionProtectionInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
DeletionProtectionInfo()
public DeletionProtectionInfo()DeletionProtectionInfo(DeletionProtectionInfo)
public DeletionProtectionInfo(DeletionProtectionInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
DeletionProtectionInfo |
Properties
DeletionProtectionEnabled
public bool DeletionProtectionEnabled { get; set; }Is deletion protection 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 |
|