---
title: "PMCreateUpdateDto"
slug: "common-apidatatype-cipmcreateupdatedto"
updated: 2026-04-23T08:55:28Z
published: 2026-04-23T09:02:14Z
---

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

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

Planned Maintenance 생성/수정 시 필요합니다.

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

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

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

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