---
title: "SuspendedProcess"
slug: "common-apidatatype-suspendedprocess"
updated: 2026-04-23T08:55:27Z
published: 2026-04-23T09:02:10Z
---

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

# SuspendedProcess

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

중지 프로세스 정보입니다.

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

```Java
private CommonCode process;
private String suspensionReason;
```

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

| 필드       | 타입 | 필수 여부       | 설명                                                                                                                                                                                                                                                                          |
| ---------------- | -------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `process`          | [CommonCode](/docs/common-apidatatype-commoncode)      | Required | 프로세스<ul><li>`HTHCK` \| `SCACT` \| `LANCH` \| `TERMT` \| `RPUNH` \| `ZNRBL` \| `ADTLB` \| `ALMNO`<ul><li>`HTHCK`: 헬스 체크</li><li>`SCACT`: 스케줄된 액션</li><li>`LANCH`: 서버 인스턴스 생성</li><li>`TERMT`: 서버 인스턴스 반납</li><li>`RPUNH`: 헬스에 문제 있는 서버 인스턴스 교체</li><li>`ZNRB`: 존별 서버 인스턴스 수 리밸런싱 <li>`ADTLB`: 서버 인스턴스를 로드밸런서에 추가 <li>`ALMNO`: 알람 통보</li></ul></li></ul> |
| `suspensionReason` | String       | Optional     | 프로세스 보류 원인                                                                                                                                                                                                                                                                  |
