---
title: "Process"
slug: "common-apidatatype-process"
updated: 2026-07-23T09:04:15Z
published: 2026-07-23T09:04:15Z
canonical: "api.ncloud-docs.com/common-apidatatype-process"
---

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

# Process

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

프로세스 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private CommonCode process;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `process` | [CommonCode](/docs/common-apidatatype-commoncode) | Required | 프로세스 - `HTHCK` \| `SCACT` \| `LANCH` \| `TERMT` \| `RPUNH` \| `ZNRBL` \| `ADTLB` \| `ALMNO` - `HTHCK` (Health Check): 헬스 체크 - `SCACT` (Scheduled Actions): 스케줄 된 액션 - `LANCH` (Launch): 서버 인스턴스 생성 - `TERMT` (Terminate): 서버 인스턴스 반납 - `RPUNH`: (Replace Unhealthy): 헬스에 문제 있는 서버 인스턴스 교체 - `ZNRBL` (Zone Reblancing): 존별 서버 인스턴스 수 리밸런싱 - `ADTLB` (Add to Load Balancer): 서버 인스턴스를 로드 밸런서에 추가 - `ALMNO` (Alarm notification): 알람 통보 |
