---
title: "RecordCreateRequest"
slug: "common-vapidatatype-recordcreaterequest"
updated: 2026-07-23T09:04:11Z
published: 2026-07-23T09:04:11Z
canonical: "api.ncloud-docs.com/common-vapidatatype-recordcreaterequest"
---

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

# RecordCreateRequest

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

레코드 생성 정보입니다.

## 구문

구문은 다음과 같습니다.

```
public class RecordCreateRequest {
    	private String host;
    	private String type;
    	private String content;
    	private Long ttl;
    	private Long aliasId;
    	private Long lbId;
}
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `host` | String | Required | 호스트 |
| `type` | String | Required | 레코드 유형 |
| `content` | String | Required | 레코드 정보 |
| `ttl` | Long | Required | TTL |
| `aliasId` | Long | Optional | 참조하는 레코드 ID |
| `lbId` | Long | Optional | 참조하는 로드 밸런서 레코드 ID |
