---
title: "CloudCacheServerInstance"
slug: "common-vapidatatype-cloudcacheserverinstance"
updated: 2026-04-23T08:55:02Z
published: 2026-04-23T09:02:00Z
canonical: "api.ncloud-docs.com/common-vapidatatype-cloudcacheserverinstance"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CloudCacheServerInstance

<p class="platform-info type-vpc">VPC 환경에서 이용 가능합니다.</p>

Cloud DB for Cache 서버 인스턴스입니다.

## 구문<a name="구문"></a>
구문은 다음과 같습니다.

```Java
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;
```

## 필드<a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드                              | 타입 | 필수 여부         | 설명                                                                                                                                                                                                                                                                                                                                   |
|------------------------------------|-------|------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `cloudCacheServerInstanceNo`         | String   | Required     | Cloud DB for Cache 서버 인스턴스 번호                                                                                                                                                                                                                                                                                                      |
| `cloudCacheServerName`               | String   | Required     | Cloud DB for Cache 서버 이름                                                                                                                                                                                                                                                                                                           |
| `cloudCacheServerRole`               | [CommonCode](/docs/common-vapidatatype-commoncode)   | Required | Cloud DB for Cache 서버 역할                                                                                                                                                                                                                                                                                                           |
| `cloudCacheServerInstanceStatusName` | String   | Required     | Cloud DB for Cache 서버 인스턴스 상태<ul><li>`creating` \| `deleted` \| `deleting` \| `downgrading` \| `pending` \| `recovering` \| `reinstalling` \| `restarting` \| `running` \| `settingup` \| `shuttingdown` \| `stopped` \| `upgrading` \| `downgrading`</li></ul>                                                   |
| `cloudCacheServerInstanceStatus`     | [CommonCode](/docs/common-vapidatatype-commoncode)   | Required | Cloud DB for Cache 서버 인스턴스 상태<ul><li>`DEL` \| `PEND` \| `RUN` \| `STOP` \| `FSTOP`<ul><li>`DEL`: Deleted</li><li>`PEND`: Pending</li><li>`RUN`: Running</li><li>`STOP`: Stopped</li><li>`FSTOP`: Failure Stopped</li></ul>                                                                                                                                                  |
| `cloudCacheServerInstanceOperation`  | [CommonCode](/docs/common-vapidatatype-commoncode)   | Required | Cloud DB for Cache 서버 인스턴스 운영 상태<ul><li>`NOOP` \| `CREAT` \| `START` \| `RSTRT` \| `SETUP` \| `STOP` \| `FO` \| `DEL` \| `UPGD` \| `DWGD` \| `RISTL`<ul><li>`NOOP`: No Operation</li><li>`CREAT`: Create</li><li>`START`: Start</li><li>`RSTRT`: Restart</li><li>`SETUP`: Setup</li><li>`STOP`: Stop</li><li>`FO`: Failover</li><li>`DEL`: Delete</li><li>`UPGD`: Upgrade</li><li>`DWGD`: Downgrade</li><li>`RISTL`: Reinstall</li></ul> |
| `cloudCacheProductCode`              | String    | Required     | Cloud DB for Cache 상품 코드                                                                                                                                                                                                                                                                                                           |
| `regionCode`                         | String   | Required     | 리전 코드                                                                                                                                                                                                                                                                                                                              |
| `zoneCode`                           | String   | Required     | 존 코드                                                                                                                                                                                                                                                                                                                            |
| `vpcNo`                              | String   | Required     | VPC 번호                                                                                                                                                                                                                                                                                                                             |
| `subnetNo`                           | String   | Required     | Subnet 번호                                                                                                                                                                                                                                                                                                                          |
| `cpuCount`                           | Integer   | Required    | Virtual CPU (vCPU) 개수 |
| `privateDomain`                      | String    | Optional     | 사설 도메인 이름                                                                                                                                                                                                                                                                                                                            |
| `memorySize`                         | Long   | Required       | 메모리 크기 |
| `osMemorySize`                       | Long    | Optional       | 운영 체제 메모리 크기                                                                                                                                                                                                                                                                                                                        |
| `slotName`                           | String    | Optional     | 슬롯 이름                                                                                                                                                                                                                                                                                                                              |
| `uptime`                             | Date    | Optional       | 업타임                                                                                                                                                                                                                                                                                                                                |
| `createDate`                         | Date    | Optional       | 생성 일시                                                                                                                                                                                                                                                                                                                               |
