---
title: "RecordUpdateRequest"
slug: "common-apidatatype-recordupdaterequest"
updated: 2026-07-23T09:04:18Z
published: 2026-07-23T09:04:18Z
canonical: "api.ncloud-docs.com/common-apidatatype-recordupdaterequest"
---

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

# RecordUpdateRequest

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

레코드 수정 정보입니다.

## 구문

구문은 다음과 같습니다.

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

## 필드

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

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