Class AlloyDbClusterBackupProperties
AlloyDbClusterBackupProperties represents AlloyDB cluster backup properties. .
Implements
Inherited Members
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? |