---
title: "Subnet"
slug: "common-vapidatatype-subnet"
tags: ["VPC", "Subnet"]
updated: 2026-04-23T08:55:11Z
published: 2026-04-23T09:02:03Z
---

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

# Subnet

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

Subnet 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String subnetNo;
private String vpcNo;
private String zoneCode;
private String subnetName;
private String subnet;
private CommonCode subnetStatus;
private Date createDate;
private CommonCode subnetType;
private CommonCode usageType;
private String networkAclNo;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `subnetNo` | String | Required | Subnet 번호 - Subnet을 식별하기 위한 네이버 클라우드 플랫폼의 식별자 |
| `vpcNo` | String | Required | VPC 번호 |
| `zoneCode` | String | Required | 존 코드 |
| `subnetName` | String | Required | Subnet 이름 |
| `subnet` | String | Required | IP 주소 범위 |
| `subnetStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | Subnet 상태 - `INIT` \| `CREATING` \| `RUN` \| `TERMTING` - `INIT`: Initiated - `CREATING`: Creating - `RUN`: Run - `TERMTING`: Terminating |
| `createDate` | Date | Optional | 생성 일시(YYYY-MM-DDThh:mm:ssZ) |
| `subnetType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | Subnet 구분 - `PUBLIC` \| `PRIVATE` - `PUBLIC`: Internet Gateway 전용 Y - `PRIVATE`: Internet Gateway 전용 N |
| `usageType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Optional | 용도 구분 - `GEN` \| `LOADB` \| `BM` \| `NATGW` - `GEN`: 일반 - `LOADB`: 로드 밸런서 전용 - `BM`: 베어 메탈 전용 - `NATGW`: NAT Gateway 전용 |
| `networkAclNo` | String | Optional | Network ACL 번호 |
