CloudRedisServerInstance

Prev Next

Available in VPC

This is the Cloud DB for Cache server instance.

Syntax

The syntax is as follows.

private String cloudRedisServerInstanceNo; 
private String cloudRedisServerName; 
private CommonCode cloudRedisServerRole; 
private String cloudRedisServerInstanceStatusName;   
private CommonCode CloudRedisServerInstanceStatus;
private CommonCode CloudRedisServerInstanceOperation;
private String cloudRedisProductCode;
private String regionCode; 
private String zoneCode;
private String vpcNo;
private String subnetNo;
private String privateDomain;
private Integer cpuCount;
private Long memorySize;
private Long osMemorySize;
private Date uptime; 
private Date createDate;
private String slotName;

Field

The following describes the fields.

Field Type Required Description
cloudRedisServerInstanceNo String Required Cloud DB for Cache server instance number
cloudRedisServerName String Required Cloud DB for Cache server name
cloudRedisServerRole CommonCode Required Cloud DB for Cache server role
cloudRedisServerInstanceStatusName String Required Cloud DB for Cache server instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudRedisServerInstanceStatus CommonCode Required Cloud DB for Cache server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: deleted
    • PEND: pending
    • RUN: running
    • STOP: stopped
    • FSTOP: failure stopped
cloudRedisServerInstanceOperation CommonCode Required Cloud DB for Cache server instance operation status
  • NOOP | CREAT | START | RSTRT | SETUP | STOP | FO | DEL | UPGD | DWGD | RISTL
    • NOOP: no operation
    • CREAT: create
    • START: start
    • RSTRT: restart
    • SETUP: setup
    • STOP: stop
    • FO: failover
    • DEL: delete
    • UPGD: upgrade
    • DWGD: downgrade
    • RISTL: reinstall
cloudRedisProductCode String Required Cloud DB for Cache product code
regionCode String Required Region code
zoneCode String Required Zone code
vpcNo String Required VPC number
subnetNo String Required Subnet number
cpuCount Integer Required Number of virtual CPUs (vCPUs)
privateDomain String Optional Private domain name
memorySize Long Required Memory size
osMemorySize Long Optional OS memory size
slotName String Optional Slot name
uptime Date Optional Uptime
createDate Date Optional Creation date and time