---
title: "TargetSubnet"
slug: "common-vapidatatype-targetsubnet"
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.

# TargetSubnet

<p class="platform-info type-vpc">VPC 환경에서 이용 가능합니다.</p>

Subnet 정보입니다.

## 구문<a name="구문"></a>
구문은 다음과 같습니다.

```Java
private String subnetNo;
private String subnetName;
private String vpcNo;
private String vpcName;
private String zoneCode;
private String subnet;
private Boolean isPublic;
private Date createdDate;
```

## 필드<a name="필드"></a>
필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입  | 필수 여부 | 설명 |
| ---------- | ---------- | ----- | ----- |
| `subnetNo` | String | Required | Subnet 번호<ul><li>Subnet을 식별하기 위한 네이버 클라우드 플랫폼의 식별자</li></ul>|
| `subnetName` | String | Required | Subnet 이름 |
| `vpcNo` | String | Requried | VPC 번호 |
| `vpcName` | String | Required | VPC 이름 |
| `zoneCode` | String | Required | 존 코드 |
| `subnet` | String | Required | IP 주소 범위 |
| `isPublic` | Boolean | Required | Public Subnet 여부<ul><li>`true` \| `false`</li></ul>|
| `createdDate` | Date | Required | 생성 일시 |
