Available in VPC
This is a Cloud DB for Cache instance.
Syntax
The syntax is as follows:
private String cloudCacheInstanceNo;
private String cloudCacheDbmsCode;
private String cloudCacheServiceName;
private String cloudCacheInstanceStatusName;
private CommonCode cloudCacheInstanceStatus;
private CommonCode cloudCacheInstanceOperation;
private String cloudCacheImageProductCode;
private String engineVersion;
private CommonCode licence;
private Integer cloudCachePort;
private Boolean isHa;
private String cloudCacheServerPrefix;
private Boolean isBackup;
private Integer backupFileRetentionPeriod;
private String backupTime;
private String backupSchedule;
private Date createDate;
private Integer shardCount;
private Integer shardCopyCount;
private AccessControlGroupNoList accessControlGroupNoList;
private String configGroupNo;
private String configGroupName;
private CommonCode role;
private List<CloudCacheServerInstance> cloudCacheServerInstanceList;
Field
The following describes the fields.
| Field | Type | Required | Description |
|---|---|---|---|
cloudCacheInstanceNo |
String | Required | Cloud DB for Cache instance number |
cloudCacheDbmsCode |
String | Required | Cloud DB for Cache instance's DBMS code
|
cloudCacheServiceName |
String | Required | Cloud DB for Cache service name |
cloudCacheInstanceStatusName |
String | Required | Cloud DB for Cache instance status
|
cloudCacheInstanceStatus |
CommonCode | Required | Cloud DB for Cache instance status
|
cloudCacheInstanceOperation |
CommonCode | Required | Cloud DB for Cache instance operation status
|
cloudCacheImageProductCode |
String | Optional | Cloud DB for Cache image product code |
engineVersion |
String | Optional | Cloud DB for Cache engine version |
license |
CommonCode | Optional | Cloud DB for Cache license |
cloudCachePort |
Integer | Optional | Cloud DB for Cache port |
isHa |
Boolean | Required | High availability status
|
cloudCacheServerPrefix |
String | Optional | Cloud Cache server name prefix |
isBackup |
Boolean | Optional | Backup status
|
backupFileRetentionPeriod |
Integer | Optional | Backup file retention period |
backupTime |
String | Optional | Backup time |
backupSchedule |
String | Optional | Whether automatic backups are set up |
createDate |
Date | Optional | Creation date and time |
shardCount |
Integer | Optional | Cloud DB for Cache shard count |
shardCopyCount |
Integer | Optional | Cloud DB for Cache replica per shard |
accessControlGroupNoList |
AccessControlGroupNoList | Optional | ACG number list |
configGroupNo |
configGroupNo | Optional | Cloud DB for Cache config group number |
configGroupName |
configGroupName | Optional | Cloud DB for Cache config group name |
role |
CommonCode | Required | Cloud DB for Cache configuration |
cloudCacheServerInstanceList |
List<CloudCacheServerInstance> | Required | Cloud DB for Cache server instance list |