---
title: "CloudPostgresqlServerInstance"
slug: "common-vapidatatype-cloudpostgresqlserverinstance"
tags: ["VPC", "Cloud DB for PostgreSQL"]
updated: 2026-04-23T08:55:07Z
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.

# CloudPostgresqlServerInstance

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

Cloud DB for PostgreSQL 서버 인스턴스입니다.

## 구문

구문은 다음과 같습니다.

```
private String cloudPostgresqlServerInstanceNo;
private String cloudPostgresqlServerName;
private CommonCode cloudPostgresqlServerRole;
private String cloudPostgresqlServerInstanceStatusName;
private CommonCode cloudPostgresqlServerInstanceStatus;
private CommonCode cloudPostgresqlServerInstanceOperation;
private String cloudPostgresqlProductCode;
private String regionCode;
private String zoneCode;
private String vpcNo;
private String subnetNo;
private Boolean isPublicSubnet;
private String publicDomain;
private String privateDomain;
private String privateIp;
private CommonCode dataStorageType;
private Boolean isStorageEncryption;
private Long dataStorageSize;
private Long usedDataStorageSize;
private Integer cpuCount;
private Long memorySize;
private Date uptime;
private Date createDate;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `cloudPostgresqlServerInstanceNo` | String | Required | Cloud DB for PostgreSQL 서버 인스턴스 번호 |
| `cloudPostgresqlServerName` | String | Required | Cloud DB for PostgreSQL 서버 이름 |
| `cloudPostgresqlServerRole` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | Cloud DB for PostgreSQL 서버 역할 |
| `cloudPostgresqlServerInstanceStatusName` | String | Required | Cloud DB for PostgreSQL 서버 인스턴스 상태명 - `creating` \| `deleted` \| `deleting` \| `downgrading` \| `pending` \| `recovering` \| `reinstalling` \| `restarting` \| `running` \| `settingup` \| `shuttingdown` \| `stopped` \| `upgrading` \| `downgrading` |
| `cloudPostgresqlServerInstanceStatus` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | Cloud DB for PostgreSQL 서버 인스턴스 상태 - `DEL` \| `PEND` \| `RUN` \| `STOP` \| `FSTOP` - `DEL`: Deleted - `PEND`: Pending - `RUN`: Running - `STOP`: Stopped - `FSTOP`: Failure Stopped |
| `cloudPostgresqlServerInstanceOperation` | [CommonCode](/docs/common-vapidatatype-commoncode) | Required | Cloud DB for PostgreSQL 서버 인스턴스 운영 상태 - `NOOP` \| `CREAT` \| `START` \| `RSTRT` \| `SETUP` \| `STOP` \| `FO` \| `DEL` \| `UPGD` \| `DWGD` \| `RISTL` - `NOOP`: No Operation - `CREAT`: Create - `START`: Start - `RSTRT`: Restart - `SETUP`: Setup - `STOP`: Stop - `FO`: Failover - `DEL`: Delete - `UPGD`: Upgrade - `DWGD`: Downgrade - `RISTL`: Reinstall |
| `cloudPostgresqlProductCode` | String | Optional | Cloud DB for PostgreSQL 상품 코드 |
| `regionCode` | String | Required | 리전 코드 |
| `zoneCode` | String | Required | 존 코드 |
| `vpcNo` | String | Required | VPC 번호 |
| `subnetNo` | String | Required | Subnet 번호 |
| `isPublicSubnet` | Boolean | Optional | Public Subnet 여부 - `true` \| `false` |
| `publicDomain` | String | Optional | 공인 도메인 이름 |
| `privateDomain` | String | Optional | 사설 도메인 이름 |
| `privateIp` | String | Optional | 사설 IP |
| `dataStorageType` | [CommonCode](/docs/common-vapidatatype-commoncode) | Optional | 데이터 스토리지 유형 |
| `isStorageEncryption` | Boolean | Optional | 데이터 스토리지 암호화 여부 - `true` \| `false` |
| `dataStorageSize` | Long | Required | 데이터 스토리지 크기 |
| `usedDataStorageSize` | Long | Optional | 사용 중인 데이터 스토리지 크기 |
| `cpuCount` | Integer | Required | Virtual CPU (vCPU) 개수 |
| `memorySize` | Long | Required | 메모리 사이즈 |
| `uptime` | Date | Optional | VM 부팅 완료 시간 |
| `createDate` | Date | Optional | 생성 일시 |
