Database Center v1beta API - Class DeletionProtectionInfo (1.0.0-beta03)

public sealed class DeletionProtectionInfo : IMessage<DeletionProtectionInfo>, IEquatable<DeletionProtectionInfo>, IDeepCloneable<DeletionProtectionInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class DeletionProtectionInfo.

Deletion protection signal info for a database resource.

Inheritance

object > DeletionProtectionInfo

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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