CloudMssqlServerInstance

Prev Next

Available in VPC

This is the Cloud DB for MSSQL server instance.

Syntax

The syntax is as follows.

private String cloudMssqlServerInstanceNo;
private String cloudMssqlServerName;
private CommonCode cloudMssqlServerRole;
private String cloudMssqlServerInstanceStatusName;
private CommonCode cloudMssqlServerInstanceStatus;
private CommonCode cloudMssqlServerInstanceOperation;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Long dataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Boolean isPublicSubnet;
private String cloudMssqlProductCode;
private String privateDomain;
private Date createDate;
private Date uptime;
private CommonCode dataStorageType;
private Long usedDataStorageSize;

Field

The following describes the fields.

Field Type Required Description
cloudMssqlServerInstanceNo String Required Cloud DB for MSSQL server instance number
cloudMssqlServerName String Required Cloud DB for MSSQL server name
cloudMssqlServerRole CommonCode Required Cloud DB for MSSQL server role
cloudMssqlServerInstanceStatusName String Required Cloud DB for MSSQL server instance status name
  • creating | deleted | deleting | downgrading | pending | recovering | reinstalling | restarting | running | settingup | shuttingdown | stopped | upgrading | downgrading
cloudMssqlServerInstanceStatus CommonCode Required Cloud DB for MSSQL server instance status
  • DEL | PEND | RUN | STOP | FSTOP
    • DEL: deleted
    • PEND: pending
    • RUN: running
    • STOP: stopped
    • FSTOP: failure stopped
cloudMssqlServerInstanceOperation CommonCode Required Cloud DB for MSSQL 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
regionCode String Required Region code
zoneCode String Required Zone code
vpcNo String Required VPC number
subnetNo String Required Subnet number
dataStorageSize Long Required Data storage size
cpuCount Integer Required Number of virtual CPUs (vCPUs)
memorySize Long Required Memory size
isPublicSubnet Boolean Optional Public subnet status
  • true | false
cloudMssqlProductCode String Optional Cloud DB for MSSQL product code
privateDomain String Optional Private domain name
createDate Date Optional Creation date and time
uptime Date Optional VM boot completion time
dataStorageType CommonCode Optional Data storage type
usedDataStorageSize Long Optional Size of the data storage in use