---
title: "ServerSpec"
slug: "common-vapidatatype-serverspec"
updated: 2026-04-23T08:54:56Z
published: 2026-04-23T09:02:00Z
---

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

# ServerSpec

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

서버 스펙입니다.

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


```Java
private String serverSpecCode;
private CommonCode hypervisorType;
private CommonCode cpuArchitectureType;
private String generationCode;
private Integer cpuCount;
private Long memorySize;
private Integer blockStorageMaxCount;
private Long blockStorageMaxIops;
private Long blockStorageMaxThroughput;
private Long networkPerformance;
private Integer networkInterfaceMaxCount;
private Integer gpuCount;
private String serverSpecDescription;
private String serverProductCode;
```

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

| 필드                             | 타입 | 필수 여부       | 설명                                                                                                                                                                                                     |
| -------------------------------------- | -------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `serverSpecCode`                    | String      | Required     | 서버 스펙 코드                                                                                                                                                             |
| `hypervisorType`              | [CommonCode](/docs/common-vapidatatype-commoncode)       | Required     | 하이퍼바이저 구분<ul><li>`XEN` \| `KVM`</li></ul>                                                                                                                                                                                             |
| `cpuArchitectureType`                     | [CommonCode](/docs/common-vapidatatype-commoncode)      | Required     | CPU 아키텍처 유형<ul><li>`X86_64`</li></ul>                                                                                                                                                                                                   |
| `generationCode`                     | String      | Required     | 세대 코드                                                                                                                                                                                                   |
| `cpuCount`                     | Integer      | Required     | CPU 개수                                                                                                                                                                                                   |
| `memorySize`            | Long      | Required     | 메모리 사이즈(Byte) |
| `blockStorageMaxCount`                | Integer      | Required |할당 가능한 스토리지 최대 개수                                                                      |
| `blockStorageMaxIops`             | Long      | Required | 스토리지 최대 IOPS                                                                                 |
| `blockStorageMaxThroughput`         | Long      | Required     | 스토리지 최대 부하 처리 성능(Mbps)                                                                                                                                                                                       |
| `networkPerformance`                             | Long      | Required       | 네트워크 성능(bps)                                                                                                                                                         |
| `networkInterfaceMaxCount`         | Integer      | Required     | 할당 가능한 네트워크 인터페이스 최대 개수                                                                                                                                                                                       |
| `gpuCount`         | Integer      | Required     | GPU 개수                                                                                                                                                                                       |
| `serverSpecDescription`         | String      | Required     | 서버 스펙 설명                                                                                                                                                                                       |
| `serverProductCode`         | String      | Required     | 서버 상품 코드                                                                                                                                                                                       |
