CloudCacheServerInstance

Prev Next

Available in VPC

This is a Cloud DB for Cache server instance.

Syntax

The syntax is as follows:

private String cloudCacheServerInstanceNo; 
private String cloudCacheServerName; 
private CommonCode cloudCacheServerRole; 
private String cloudCacheServerInstanceStatusName;   
private CommonCode CloudCacheServerInstanceStatus;
private CommonCode CloudCacheServerInstanceOperation;
private String cloudCacheProductCode;
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
cloudCacheServerInstanceNo String Required Cloud DB for Cache server instance number
cloudCacheServerName String Required Cloud DB for Cache server name
cloudCacheServerRole CommonCode Required Cloud DB for Cache server role
cloudCacheServerInstanceStatusName String Required Cloud DB for Cache server instance status
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudCacheServerInstanceStatus 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
cloudCacheServerInstanceOperation 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
cloudCacheProductCode 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 Operating system memory size
slotName String Optional Slot name
uptime Date Optional Uptime
createDate Date Optional Creation date and time