Reference documentation and code samples for the Google Cloud Backup Dr V1 Client class AlloyDbClusterBackupProperties.
AlloyDbClusterBackupProperties represents AlloyDB cluster backup properties.
.
Generated from protobuf message google.cloud.backupdr.v1.AlloyDbClusterBackupProperties
Namespace
Google \ Cloud \ BackupDR \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ description
string
An optional text description for the backup.
↳ stored_bytes
int|string
Output only. Storage usage of this particular backup
↳ chain_id
string
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.
↳ database_version
string
Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.
getDescription
An optional text description for the backup.
string
hasDescription
clearDescription
setDescription
An optional text description for the backup.
var
string
$this
getStoredBytes
Output only. Storage usage of this particular backup
int|string
setStoredBytes
Output only. Storage usage of this particular backup
var
int|string
$this
getChainId
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.
string
setChainId
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.
var
string
$this
getDatabaseVersion
Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.
string
setDatabaseVersion
Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.
var
string
$this

