---
title: "setNatGatewayDescription"
slug: "cli-vpc-natgateway-setnatgatewaydescription"
tags: ["NAT Gateway", "VPC"]
updated: 2026-06-25T09:10:30Z
published: 2026-06-25T09:10:30Z
canonical: "cli-fin.ncloud-docs.com/cli-vpc-natgateway-setnatgatewaydescription"
---
> ## Documentation Index
> Fetch the complete documentation index at: https://cli-fin.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.
# setNatGatewayDescription
VPC 환경에서 이용 가능합니다.
## 개요
NAT Gateway 설명을 수정합니다.
## 요청
### 요청 파라미터
| 파라미터명 | 필수 여부 | 타입 | 제약 사항 | 설명 |
| ---------------------------------- | ------------ | -------------- | --------------------- | ------------------------------------------- |
| regionCode | No | String | | - 리전 코드
설명을 수정할 NAT Gateway 인스턴스의 리전(Region) 결정 가능
regionCode는 [getRegionList](/docs/cli-vserver-server-common-getregionlist) 액션을 통해 획득 가능
Default : getRegionList 조회 결과의 첫 번째 리전을 선택 |
| natGatewayInstanceNo | Yes | String | | - 설명을 수정할 NAT Gateway 인스턴스 번호
natGatewayInstanceNo는 [getNatGatewayInstanceList](/docs/cli-vpc-natgateway-getnatgatewayinstancelist) 액션을 통해 획득 가능 |
| natGatewayDescription | No | String | Min : 0, Max : 1000 Bytes | 수정할 NAT Gateway에 대한 설명 |
| responseFormatType | No | String | | - 응답 결과의 포맷 타입
Options : xml \| json
Default : xml |
## 응답
### 응답 데이터 타입
| NatGatewayInstanceList extends CommonResponse |
| ---------- |
| private Integer totalRows; |
| private List\ natGatewayInstanceList |
| NatGatewayInstance |
| ---------- |
| private String vpcNo; |
| private String vpcName; |
| private String natGatewayInstanceNo; |
| private String natGatewayName; |
| private String publicIp; |
| private CommonCode natGatewayInstanceStatus; |
| private String natGatewayInstanceStatusName; |
| private CommonCode natGatewayInstanceOperation; |
| private Date createDate; |
| private String natGatewayDescription; |
| private String zoneCode; |
| private CommonCode natGatewayType; |
| private String subnetName; |
| private String subnetNo; |
| private String privateIp; |
| private String publicIpInstanceNo; |
| private List\ natGatewayIpList; |
|NatGatewayIp |
| ---------- |
| private String type; |
| private String privateIp; |
| private String publicIp; |
| private String publicIpInstanceNo; |
## 예시
### 요청 예시
```
ncloud vpc setNatGatewayDescription --regionCode FKR --natGatewayInstanceNo ***38 --natGatewayDescription test-description
```
### 응답 예시
```xml
664d591b-3089-4df8-b962-ef00a5171165
0
success
1
***36
normal-***
*****9288
public-***
***.***.153.178
RUN
RUN 상태
Running
NULL
NULL OP
2025-04-25T14:19:32+0900
test-description
KR-1
PBLIP
공인
public-***
***29
10.0.1.6
****290
PRIMARY
10.0.1.6
***.***.153.178
****290
```