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

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

# TargetVpc

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

VPC 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String vpcNo;
private String vpcName;
private String ipv4Cidr;
private String regionCode;
private Date createdDate;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `vpcNo` | String | Required | VPC 번호 - VPC를 식별하기 위한 네이버 클라우드 플랫폼의 식별자 |
| `vpcName` | String | Required | VPC 이름 |
| `ipv4Cidr` | String | Required | VPC 설명 |
| `regionCode` | String | Required | VPC가 위치한 리전 코드 |
| `createdDate` | Date | Required | 생성 일시 |
