Available in VPC
This is a Cloud DB for Cache backup.
Syntax
The syntax is as follows:
private String cloudCacheInstanceNo;
private String cloudCacheServiceName;
private Integer backupFileRetentionPeriod;
private String backupTime;
private Long backupSize;
private CommonCode backupType;
private Integer shardCount;
private Date lastBackupDate;
Field
The following describes the fields:
| Field | Type | Required | Description |
|---|---|---|---|
cloudCacheInstanceNo |
String | Required | Cloud DB for Cache instance number |
cloudCacheServiceName |
String | Required | Cloud DB for Cache service name |
backupFileRetentionPeriod |
Integer | Required | Backup file retention period |
backupTime |
String | Required | Backup time |
backupSize |
Long | Required | Backup size |
backupType |
CommonCode | Required | Backup type |
shardCount |
Integer | Required | Number of shards |
lastBackupDate |
Date | Required | Date and time of last backup |