---
title: "CommonCode"
slug: "common-vapidatatype-commoncode"
updated: 2026-04-23T08:54:41Z
published: 2026-04-23T09:01:54Z
canonical: "api.ncloud-docs.com/common-vapidatatype-commoncode"
---

> ## 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.

# CommonCode

VPC 환경에서 이용 가능합니다.

공통 코드입니다.

## 구문

구문은 다음과 같습니다.

```
private String code;
private String codeName;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `code` | String | Required | 5 자리 이내의 코드 - `INIT` \| `CREAT` \| `RUN` \| `NSTOP` |
| `codeName` | String | Required | 코드에 해당하는 코드 이름 - `INIT 상태` \| `생성` \| `운영` \| `정상 정지` |
