Available in VPC
Overview
Create a Cloud DB for Cache instance.
Note
Cloud DB for Cache CLI offers two versions based on the supported DBMS range.
- createCloudCacheInstance CLI: Support for Valkey and Redis DBMS
- createCloudRedisInstance CLI: Support for Redis DBMS
createCloudCacheInstance CLI
This section describes the request and response formats for the createCloudCacheInstance CLI.
Request
Request parameters
| Parameter name | Required | Type | Restrictions | Description |
|---|---|---|---|---|
| regionCode | No | String | - Region code Determine the Region in which a Cloud DB for Cache instance will be created. regionCode can be obtained through the getRegionList action. Default: Select the first Region of the getRegionList search results. |
|
| vpcNo | Yes | String | - VPC number Determine the VPC in which the Cloud DB for Cache instance will be created. vpcNo can be obtained through the getVpcList action. |
|
| cloudCacheImageProductCode | No | String | - Cloud Cache image product code cloudCacheImageProductCode can be obtained through productCode of the getCloudCacheImageProductList action. It is created with the default value if no input is entered. |
|
| cloudCacheProductCode | No | String | - Cloud Cache product code Determine the server specifications of the Cloud DB for Cache instance to be created. cloudCacheProductCode can be obtained through productCode of the getCloudCacheProductList action. Default: The minimum specification is selected, where the minimum specification is based on 1. Memory and 2. CPU. |
|
| shardCount | No | Integer | Min:3, Max: 10 | - Number of shards Number of shards to create, which can be a minimum of 3 and a maximum of 10 Number of master nodes Only enter when CloudCacheModeCode is CLUSTER. When CloudModeCode is SIMPLE, it is ignored even if shardCount is entered. Unavailable in public environments default: 3 |
| shardCopyCount | No | Integer | Min: 0, Max: 4 | - Replicas per shard A Cache cluster consists of the master node and slave node. A slave node is necessary for HA. When adding a replica, one slave node is assigned to each master node. e.g., 3 shards, 1 replica per shard -> Master node: 3, Slave node: 3 You can enter 0 to 4 replica(s) for each shard. If the number of replicas per shard is set to 0, then high availability can't be supported. Enter only when CloudCacheModeCode is CLUSTER. When CloudCacheModeCode is SIMPLE, it is ignored even if shardCopyCount is entered. Unavailable in public environments default: 0 |
| isHa | No | Boolean | - High availability status The Cloud DB for Cache supports automatic failure recovery by using standby master. When high availability is supported, additional charges are incurred and backup is automatically set. Default: false |
|
| configGroupNo | Yes | String | - Config group number Config groups are provided, and one cluster group uses the same config. A new config group must be created if none exists. It can be changed online after creation. |
|
| isBackup | No | Boolean | - Backup status If the high availability status (isHa) is True, then the backup setting status is fixed as True. Default: false |
|
| backupFileRetentionPeriod | No | Integer | Min: 1, Max: 7 | - Backup file retention period Backup is performed every day, and the backup file is stored in a separate backup storage. Fees are charged for the space you use. Default: 1 (1 day) |
| backupTime | Conditional | String | - Backup time Set the time for when the backup is performed. It must be entered if the backup status (isBackup) is True and the automatic backup status (isAutomaticBackup) is false. Example: 01:15 |
|
| isAutomaticBackup | No | Boolean | - Automatic backup time status Select whether to have the backup time set automatically. If the automatic backup status (isAutomaticBackup) is True, then any backupTime entered is ignored and the backup time is set automatically. |
|
| cloudCacheServiceName | Yes | String | Only Korean and English letters, numbers, and the special character - can be entered. Min: 3, Max: 15 |
- Cloud Cache service name Enter the group name of the Cache server (e.g., NAVER-HOME) You can enter 3 to 15 characters. Duplicate Cache service names can't be used. |
| cloudCacheServerNamePrefix | Yes | String | It must only contain English letters (lowercase), numbers, and hyphens (-). It must start with an English letter and end with an English letter or a number. Min: 3, Max: 15 |
- Cloud DB server name Enter the prefix for the name of the Cache server. You can enter 3 to 15 characters. The Cache server name is created with a 3-digit number, which is automatically added. Duplicate Cache server names can't be used. |
| cloudCachePort | No | Integer | 6379 or Min: 10000, Max: 20000 |
- Cloud Cache port Enter the TCP port number for Cache access. Default: 6379 |
| subnetNo | Yes | String | - Subnet number Determine the subnet of the Cloud Cache instance to be created. subnetNo can be obtained through the getSubnetList action. Subscription to public domains can only be done in a DB server created in public subnet. Subnet migrations are not available after creating a Cloud DB for Cache instance. |
|
| engineVersionCode | No | String | - Engine Version getCloudCacheImageProductList can be obtained through the getCloudCacheImageProductList action. Enter only if generationCode of cloudCacheImageProductCode is G3. If not entered, it is created with the latest version currently available. |
|
| cloudCacheModeCode | Yes | String | - Cloud DB for Cache configuration Determine the Cloud DB for Cache configuration. It ignores the isHa settings if the CLUSTER setting is used. Options: SIMPLE | CLUSTER |
|
| cloudCacheDbmsCode | No | String | Cloud DB for Cache instance's DBMS code Options: Redis | Valkey Default: Redis |
|
| output | No | String | - Format type of the response result Options: xml | json Default: json |
Response
Response data type
- CloudCacheInstanceList type
| CloudCacheInstanceList extends CommonResponse |
|---|
| private Integer totalRows; |
| private List<CloudCacheInstance> cloudCacheInstanceList = new ArrayList<>(); |
| CloudCacheInstance |
|---|
| private String cloudCacheInstanceNo; |
| private String cloudCacheDbmsCode; |
| private String cloudCacheServiceName; |
| private String cloudCacheInstanceStatusName; |
| private CommonCode cloudCacheInstanceStatus; |
| private CommonCode cloudCacheInstanceOperation; |
| private String cloudCacheImageProductCode; |
| private String engineVersion; |
| private CommonCode licence; |
| private Integer cloudCachePort; |
| private Boolean isHa; |
| private String cloudCacheServerPrefix; |
| private Boolean isBackup; |
| private Integer backupFileRetentionPeriod; |
| private String backupTime; |
| private String backupSchedule; |
| private String generationCode; |
| private Date createDate; |
| private Integer shardCount; |
| private Integer shardCopyCount; |
| private AccessControlGroupNoList accessControlGroupNoList; |
| private String configGroupNo; |
| private String configGroupName; |
| private CommonCode role; |
| private List<CloudCacheInstance> cloudCacheServerInstanceList; |
| AccessControlGroupNoList |
|---|
| private List<String> accessControlGroupNoList = new ArrayList<>(); |
| CloudCacheServerInstance |
|---|
| 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; |
Examples
Call
ncloud vcache createCloudCacheInstance --regionCode KR --vpcNo ****83 --cloudCacheImageProductCode SW.VRDS.OS.LNX64.ROCKY.0810.VALKY.B050 --cloudCacheProductCode SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002 --isHa true --configGroupNo **9 --isBackup true --backupFileRetentionPeriod 7 --backupTime 00:15 --isAutomaticBackup true --cloudCacheServiceName test-**** --cloudCacheServerNamePrefix test-**** --cloudCachePort 6379 --subnetNo ****91 --cloudCacheModeCode CLUSTER --cloudCacheDbmsCode Valkey --engineVersionCode 7.2.11
Response
<createCloudCacheInstanceResponse>
<requestId>74429b9f-2ed5-4dc8-8bfa-4e958fcd7d16</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudCacheInstanceList>
<cloudCacheInstance>
<cloudCacheInstanceNo>182****</cloudCacheInstanceNo>
<cloudCacheDbmsCode>Valkey</cloudCacheDbmsCode>
<cloudCacheServiceName>test-****</cloudCacheServiceName>
<cloudCacheInstanceStatusName>creating</cloudCacheInstanceStatusName>
<cloudCacheInstanceStatus>
<code>INIT</code>
<codeName>CLOUD DATABASE(VPC) Init State</codeName>
</cloudCacheInstanceStatus>
<cloudCacheInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Creat OP</codeName>
</cloudCacheInstanceOperation>
<cloudCacheImageProductCode>SW.VRDS.OS.LNX64.ROCKY.0810.VALKY.B050</cloudCacheImageProductCode>
<engineVersion>VALKEY 7.2.11</engineVersion>
<licence>
<code>BSD</code>
<codeName>Berkeley Software Distribution</codeName>
</licence>
<cloudCachePort>6379</cloudCachePort>
<isHa>false</isHa>
<cloudCacheServerPrefix>test-****</cloudCacheServerPrefix>
<role>
<code>SIMPLE</code>
<codeName>CLOUD CACHE(VPC) Cluster Role</codeName>
</role>
<createDate>2021-08-04T16:57:54+0900</createDate>
<accessControlGroupNoList/>
<masterNodeCount>1</masterNodeCount>
<slaveNodeCount>1</slaveNodeCount>
<configGroupNo>3**</configGroupNo>
<configGroupName>sd***</configGroupName>
<generationCode>G2</generationCode>
<cloudCacheServerInstanceList>
<cloudCacheServerInstance>
<cloudCacheServerName>test-fdkxcz-001-j4a</cloudCacheServerName>
<cloudCacheServerRole>
<code>A</code>
<codeName>Stand Alone</codeName>
</cloudCacheServerRole>
<cloudCacheServerInstanceStatusName>creating</cloudCacheServerInstanceStatusName>
<cloudCacheServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudCacheServerInstanceStatus>
<cloudCacheServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudCacheServerInstanceOperation>
<cloudCacheProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudCacheProductCode>
<regionCode>KR</regionCode>
<vpcNo>1665</vpcNo>
<subnetNo>1792</subnetNo>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-08-04T16:57:54+0900</createDate>
</cloudCacheServerInstance>
<cloudCacheServerInstance>
<cloudCacheServerName>test-fdkxcz-002-j4a</cloudCacheServerName>
<cloudCacheServerRole>
<code>H</code>
<codeName>Hidden Master</codeName>
</cloudCacheServerRole>
<cloudCacheServerInstanceStatusName>creating</cloudCacheServerInstanceStatusName>
<cloudCacheServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudCacheServerInstanceStatus>
<cloudCacheServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudCacheServerInstanceOperation>
<cloudCacheProductCode>SVR.VRDS.AMD.STAND.C004.M001.NET.SSD.B050</cloudCacheProductCode>
<regionCode>KR</regionCode>
<vpcNo>1665</vpcNo>
<subnetNo>1792</subnetNo>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-08-04T16:57:54+0900</createDate>
</cloudCacheServerInstance>
</cloudCacheServerInstanceList>
</cloudCacheInstance>
</cloudCacheInstanceList>
</createCloudCacheInstanceResponse>
createCloudRedisInstance CLI
This section describes the request and response formats for the createCloudRedisInstance CLI.
Request
Request parameters
| Parameter name | Required | Type | Restrictions | Description |
|---|---|---|---|---|
| regionCode | No | String | - Region code Determine the Region in which a Cloud DB for Cache instance will be created. regionCode can be obtained through the getRegionList action. Default: Select the first Region of the getRegionList search results. |
|
| vpcNo | Yes | String | - VPC number Determine the VPC in which the Cloud DB for Cache instance will be created. vpcNo can be obtained through the getCloudCacheTargetVpcList action. |
|
| cloudRedisImageProductCode | No | String | - Cloud Cache image product code cloudRedisImageProductCode can be obtained through productCode of the getCloudCacheImageProductList action. It will be created with the default value if no input is entered. |
|
| cloudRedisProductCode | No | String | - Cloud Cache product code Determine the server specifications of the Cloud DB for Cache instance to be created. cloudRedisProductCode can be obtained through productCode of the getCloudCacheProductList action. Default: It is selected as the minimum specifications, where the minimum specification is based on 1. memory and 2. CPU. |
|
| shardCount | No | Integer | Min:3, Max: 10 | - Number of shards Number of shards to create The minimum number of shards is 3, and the maximum is 10. Number of master nodes Enter only when CloudRedisModeCode is CLUSTER. When CloudRedisModeCode is SIMPLE, it is ignored even if shardCount is entered. default: 3 |
| shardCopyCount | No | Integer | Min: 0, Max: 4 | - Replicas per shard A DB cluster consists of the master node and slave node. A slave node is necessary for HA. When adding a replica, one slave node is assigned to each master node. e.g., 3 shards, 1 replica per shard -> Master node: 3, Slave node: 3 You can enter 0 to 4 replica(s) for each shard. If the number of replicas per shard is set to 0, then high availability can't be supported. Enter only when CloudRedisModeCode is CLUSTER. When CloudRedisModeCode is SIMPLE, it is ignored even if shardCopyCount is entered. default: 0 |
| isHa | No | Boolean | - High availability status The Cloud DB for Cache product supports automatic failure recovery by using standby master. When high availability is supported, additional charges are incurred and backup is automatically set. Default: false |
|
| configGroupNo | Yes | String | - Config group number Config groups are provided, and one cluster group uses the same config. A new config group must be created if none exists. It can be changed online after creation. |
|
| isBackup | No | Boolean | - Backup status If the high availability status (isHa) is True, then the backup setting status is fixed as True. Default: false |
|
| backupFileRetentionPeriod | No | Integer | Min: 1, Max: 7 | - Backup file retention period Backups are performed every day, and backup files are saved in a separate backup storage. Fees are charged for the space you use. Default: 1 (1 day) |
| backupTime | Conditional | String | - Backup time Set the time for when the backup is performed. This field must be entered if the backup status (isBackup) is True and the automatic backup status (isAutomaticBackup) is false. Example: 01:15 |
|
| isAutomaticBackup | No | Boolean | - Automatic backup time status Select whether to have the backup time set automatically. If the automatic backup status (isAutomaticBackup) is True, then any backupTime entered is ignored and the backup time is set automatically. |
|
| cloudRedisServiceName | Yes | String | Only Korean and English letters, numbers, and the special character - can be entered. Min: 3, Max: 15 |
- Cloud Cache service name Enter the group name of the DB server (example: NAVER-HOME) You can enter 3 to 15 characters. Duplicate DB service names can't be used. |
| cloudRedisServerNamePrefix | Yes | String | It must only contain English letters (lowercase), numbers, and hyphens (-). It must start with an English letter and end with an English letter or a number. Min: 3, Max: 15 |
- Cloud Cache server name Enter the prefix for the name of the DB server. You can enter 3 to 15 characters. The DB server name is created with a 3-digit number, which is automatically added. Duplicate DB server names can't be used. |
| cloudRedisPort | No | Integer | 6379 or Min: 10000, Max: 20000 |
- Cloud Cache port Enter the TCP port number for DB access. Default: 6379 |
| subnetNo | Yes | String | - Subnet number Determine the subnet of the Cloud Cache instance to be created. subnetNo can be obtained through the getCloudRedisTargetSubnetList action. Subscription to public domains can only be done in a DB server created in public subnet. Subnet transfers are not available after creating a Cloud DB for Cache instance. |
|
| engineVersionCode | No | String | - Engine Version getCloudRedisImageProductList can be obtained through the getCloudRedisImageProductList action. Enter only if generationCode of cloudRedisImageProductCode is G3. If not entered, it is created with the latest version currently available. |
|
| cloudRedisModeCode | Yes | String | - Cloud DB for Cache configuration Determine the Cloud DB for Cache configuration. It ignores the isHa settings if the CLUSTER setting is used. Options: CLUSTER, SIMPLE |
|
| output | No | String | - Format type of the response result Options: xml | json Default: json |
Response
Response data type
- CloudRedisInstanceList type
| CloudRedisInstanceList extends CommonResponse |
|---|
| private Integer totalRows; |
| private List<CloudRedisInstance> cloudRedisInstanceList = new ArrayList<>(); |
| CloudRedisInstance |
|---|
| private String cloudRedisInstanceNo; |
| private String cloudRedisServiceName; |
| private String cloudRedisInstanceStatusName; |
| private CommonCode cloudRedisInstanceStatus; |
| private CommonCode cloudRedisInstanceOperation; |
| private String cloudRedisImageProductCode; |
| private String engineVersion; |
| private CommonCode licence; |
| private Integer cloudRedisPort; |
| private Boolean isHa; |
| private String cloudRedisServerPrefix; |
| private Boolean isBackup; |
| private Integer backupFileRetentionPeriod; |
| private String backupTime; |
| private String backupSchedule; |
| private String generationCode; |
| private Date createDate; |
| private Integer shardCount; |
| private Integer shardCopyCount; |
| private AccessControlGroupNoList accessControlGroupNoList; |
| private String configGroupNo; |
| private String configGroupName; |
| private CommonCode role; |
| private List<CloudRedisInstance> cloudRedisServerInstanceList; |
| AccessControlGroupNoList |
|---|
| private List<String> accessControlGroupNoList = new ArrayList<>(); |
| CloudRedisServerInstance |
|---|
| 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; |
Examples
Call
ncloud vredis createCloudRedisInstance --regionCode KR --vpcNo ****83 --cloudRedisImageProductCode SW.VRDS.OS.LNX64.ROCKY.0810.REDIS.B050 --cloudRedisProductCode SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002 --shardCount 3 --shardCopyCount 1 --isHa true --configGroupNo **9 --isBackup true --backupFileRetentionPeriod 7 --backupTime 00:15 --isAutomaticBackup true --cloudRedisServiceName test-**** --cloudRedisServerNamePrefix test-**** --cloudRedisPort 6379 --subnetNo ****91 --cloudRedisModeCode CLUSTER
Response
<createCloudRedisInstanceResponse>
<requestId>0a3318fc-7176-4e2d-8c55-925209e53115</requestId>
<returnCode>0</returnCode>
<returnMessage>success</returnMessage>
<totalRows>1</totalRows>
<cloudRedisInstanceList>
<cloudRedisInstance>
<cloudRedisInstanceNo>****511</cloudRedisInstanceNo>
<cloudRedisServiceName>test-*****</cloudRedisServiceName>
<cloudRedisInstanceStatusName>creating</cloudRedisInstanceStatusName>
<cloudRedisInstanceStatus>
<code>INIT</code>
<codeName>CLOUD DATABASE(VPC) Init State</codeName>
</cloudRedisInstanceStatus>
<cloudRedisInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Creat OP</codeName>
</cloudRedisInstanceOperation>
<cloudRedisImageProductCode>SW.VDBAS.VRDS.LNX64.CNTOS.0703.REDIS.4014.B050</cloudRedisImageProductCode>
<engineVersion>REDIS 4.0.14</engineVersion>
<licence>
<code>BSD</code>
<codeName>Berkeley Software Distribution</codeName>
</licence>
<cloudRedisPort>6379</cloudRedisPort>
<isHa>false</isHa>
<cloudRedisServerPrefix>test-****</cloudRedisServerPrefix>
<role>
<code>CLUSTER</code>
<codeName>CLOUD REDIS(VPC) Cluster Role</codeName>
</role>
<createDate>2021-04-21T15:05:31+0900</createDate>
<masterNodeCount>3</masterNodeCount>
<slaveNodeCount>3</slaveNodeCount>
<configGroupNo>**9</configGroupNo>
<configGroupName>test-****-config</configGroupName>
<generationCode>G2</generationCode>
<cloudRedisServerInstanceList>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-001-001-ehd</cloudRedisServerName>
<cloudRedisServerRole>
<code>M</code>
<codeName>Master</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-002-001-ehe</cloudRedisServerName>
<cloudRedisServerRole>
<code>M</code>
<codeName>Master</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-003-001-ehf</cloudRedisServerName>
<cloudRedisServerRole>
<code>M</code>
<codeName>Master</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-001-002-ehg</cloudRedisServerName>
<cloudRedisServerRole>
<code>S</code>
<codeName>Slave</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-002-002-ehh</cloudRedisServerName>
<cloudRedisServerRole>
<code>S</code>
<codeName>Slave</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
<cloudRedisServerInstance>
<cloudRedisServerName>test-****-003-002-ehi</cloudRedisServerName>
<cloudRedisServerRole>
<code>S</code>
<codeName>Slave</codeName>
</cloudRedisServerRole>
<cloudRedisServerInstanceStatusName>creating</cloudRedisServerInstanceStatusName>
<cloudRedisServerInstanceStatus>
<code>PEND</code>
<codeName>CLOUD DATABASE(VPC) Server Pending State</codeName>
</cloudRedisServerInstanceStatus>
<cloudRedisServerInstanceOperation>
<code>CREAT</code>
<codeName>CLOUD DATABASE(VPC) Server Create OP</codeName>
</cloudRedisServerInstanceOperation>
<cloudRedisProductCode>SVR.VRDS.STAND.C004.M001.NET.SSD.B050.G002</cloudRedisProductCode>
<regionCode>KR</regionCode>
<vpcNo>****83</vpcNo>
<subnetNo>****91</subnetNo>
<privateDomain>redisc-*****-vpc-cdb.ntruss.com</privateDomain>
<cpuCount>4</cpuCount>
<memorySize>1610612736</memorySize>
<osMemorySize>2147483648</osMemorySize>
<createDate>2021-04-21T15:05:31+0900</createDate>
</cloudRedisServerInstance>
</cloudRedisServerInstanceList>
</cloudRedisInstance>
</cloudRedisInstanceList>
</createCloudRedisInstanceResponse>