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

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

# PMCreateUpdateDto

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

Planned Maintenance를 생성하거나 수정할 때 필요합니다.

## 구문

구문은 다음과 같습니다.

```
private String desc;
private Map<String, Set> dimensions;
private Long startTime;
private Long endTime;
private String title;
```

## 필드

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `desc` | String | Optional | 설명 |
| `dimensions` | Map<String, Set> | Required | Dimension을 JSON으로 명시 - key: `cw_key` <예시> 460438474722512896 - value: 리소스 Dimension 목록 - `cw_key`는 `dimensions` 객체의 key로 사용됨 - <예시> `{"dimensions": "123456": [{ "instanceNo": "1111", "type": "svr" }]}` - 위 예시에서 `"123456"`이 `cw_key`에 해당함 |
| `startTime` | Long | Required | Planned Maintenance 시작 시간(밀리초) |
| `endTime` | Long | Required | Planned Maintenance 종료 시간(밀리초) |
| `title` | String | Required | Planned Maintenance 제목 |
