Show / Hide Table of Contents

Class AlloyDbClusterBackupProperties

AlloyDbClusterBackupProperties represents AlloyDB cluster backup properties. .

Inheritance
object
AlloyDbClusterBackupProperties
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class AlloyDbClusterBackupProperties : IDirectResponseSchema

Properties

ChainId

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.

Declaration
[JsonProperty("chainId")]
public virtual string ChainId { get; set; }
Property Value
Type Description
string

DatabaseVersion

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

Declaration
[JsonProperty("databaseVersion")]
public virtual string DatabaseVersion { get; set; }
Property Value
Type Description
string

Description

An optional text description for the backup.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

StoredBytes

Output only. Storage usage of this particular backup

Declaration
[JsonProperty("storedBytes")]
public virtual long? StoredBytes { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX