CloudMysqlServerInstance

Prev Next

Available in VPC

This is the Cloud DB for MySQL server instance.

Syntax

The syntax is as follows.

private String cloudMysqlServerInstanceNo;
private String cloudMysqlServerName;
private CommonCode cloudMysqlServerRole;
private String cloudMysqlServerInstanceStatusName;
private CommonCode cloudMysqlServerInstanceStatus;
private CommonCode cloudMysqlServerInstanceOperation;
private String cloudMysqlProductCode;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Boolean isPublicSubnet;
private String publicDomain;
private String privateDomain;
private String privateIp;
private CommonCode dataStorageType;
private Boolean isStorageEncryption;
private Long dataStorageSize;
private Long usedDataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Date uptime;
private Date createDate;

Field

The following describes each field.

Field Type Required Description
cloudMysqlServerInstanceNo String Required Cloud DB for MySQL server instance number
cloudMysqlServerName String Required Cloud DB for MySQL server name
cloudMysqlServerRole CommonCode Required Cloud DB for MySQL server role
cloudMysqlServerInstanceStatusName String Required Cloud DB for MySQL server instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudMysqlServerInstanceStatus CommonCode Required Cloud DB for MySQL server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: Deleted
    • PEND: Pending
    • RUN: Running
    • STOP: Stopped
    • FSTOP: Failure Stopped
cloudMysqlServerInstanceOperation CommonCode Required Cloud DB for MySQL server instance operation status
  • NOOP | CREAT | START | RSTRT | SETUP | STOP | FO | DEL | UPGD | DWGD | RISTL | MIG
    • NOOP: No Operation
    • CREAT: Create
    • START: Start
    • RSTRT: Restart
    • SETUP: Setup
    • STOP: Stop
    • FO: Failover
    • DEL: Delete
    • UPGD: Upgrade
    • DWGD: Downgrade
    • RISTL: Reinstall
    • MIG: Migration
cloudMysqlProductCode String Optional Cloud DB for MySQL product code
regionCode String Required Region code
zoneCode String Required Zone code
vpcNo String Required VPC number
subnetNo String Required Subnet number
isPublicSubnet Boolean Optional Public subnet status
  • true | false
publicDomain String Optional Public domain name
privateDomain String Optional Private domain name
privateIp String Optional Internal IP
dataStorageType CommonCode Optional Data storage type
isStorageEncryption Boolean Optional Data storage encryption status
  • true | false
dataStorageSize Long Required Data storage size
usedDataStorageSize Long Optional Size of the data storage in use
cpuCount Integer Required Number of virtual CPUs (vCPUs)
memorySize Long Required Memory size (bytes)
uptime Date Optional Uptime
createDate Date Optional Creation date and time