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
|
cloudMssqlServerInstanceStatus |
CommonCode | Required | Cloud DB for MSSQL server instance status
|
cloudMssqlServerInstanceOperation |
CommonCode | Required | Cloud DB for MSSQL server instance operation status
|
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
|
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 |