Available in VPC
This is a Cloud DB for PostgreSQL backup.
Syntax
The syntax is as follows.
private String cloudPostgresqlInstanceNo;
private String cloudPostgresqlServiceName;
private String backupType;
private Integer backupRetention;
private Long backupSize;
private String backupTime;
private Date lastBackupDate;
private Integer backupFileStorageCount;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
cloudPostgresqlInstanceNo |
String | Required | Cloud DB for PostgreSQL instance number |
cloudPostgresqlServiceName |
String | Required | Cloud DB for PostgreSQL service name |
backupType |
String | Required | Backup type |
backupRetention |
Integer | Required | Backup file retention period |
backupSize |
String | Required | Backup file size |
backupTime |
Long | Optional | Backup time |
lastBackupDate |
Date | Required | Last backup date and time |
backupFileStorageCount |
Integer | Required | Number of backup files to retain |