---
title: "Raid"
slug: "common-vapidatatype-raid"
updated: 2026-04-23T08:54:55Z
published: 2026-04-23T09:01:57Z
canonical: "api.ncloud-docs.com/common-vapidatatype-raid"
---

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

# Raid

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

RAID 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String raidTypeName;
private String raidName;
private CommonCode productType;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `raidTypeName` | String | Required | RAID 유형 이름 |
| `raidName` | String | Required | RAID 이름 |
| `productType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | 상품 구분 - `LINUX` \| `WINNT` - `LINUX`: Linux - `WINNIT`: Windows NT |
