Backup and DR Service v1 API - Class AlloyDbClusterBackupProperties (2.8.0)

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

Reference documentation and code samples for the Backup and DR Service v1 API class AlloyDbClusterBackupProperties.

AlloyDbClusterBackupProperties represents AlloyDB cluster backup properties. .

Inheritance

object > AlloyDbClusterBackupProperties

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

AlloyDbClusterBackupProperties()

public AlloyDbClusterBackupProperties()

AlloyDbClusterBackupProperties(AlloyDbClusterBackupProperties)

public AlloyDbClusterBackupProperties(AlloyDbClusterBackupProperties other)
Parameter
Name Description
other AlloyDbClusterBackupProperties

Properties

ChainId

public string ChainId { get; set; }

Output only. The chain id of this backup. Backups belonging to the same chain are sharing the same chain id. This property is calculated and maintained by BackupDR.

Property Value
Type Description
string

DatabaseVersion

public string DatabaseVersion { get; set; }

Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.

Property Value
Type Description
string

Description

public string Description { get; set; }

An optional text description for the backup.

Property Value
Type Description
string

HasDescription

public bool HasDescription { get; }

Gets whether the "description" field is set

Property Value
Type Description
bool

StoredBytes

public long StoredBytes { get; set; }

Output only. Storage usage of this particular backup

Property Value
Type Description
long