---
title: "DomainListResponse"
slug: "common-apidatatype-csdomainlistresponse"
updated: 2026-04-23T08:55:23Z
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.

# DomainListResponse

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

도메인 메타 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String name;
private String type;
private String description;
private Integer indexerCount;
private Integer searcherCount;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `name` | String | Required | 도메인 이름 - 3~20자로 영문자, 숫자, 특수 문자 '_', '-' 를 허용하며 영문자로 시작해야 함 |
| `type` | String | Required | 컨테이너 종류 - `small` \| `large` |
| `description` | String | Required | 도메인 설명 - 0~100자 |
| `indexerCount` | Integer | Required | 인덱스 컨테이너 수 - 1 |
| `searcherCount` | Integer | Required | 검색 컨테이너 수 - 1~9 |
