---
title: "CloudCacheBackup"
slug: "cloudcachebackup"
updated: 2026-04-23T08:55:03Z
published: 2026-04-23T09:02:00Z
canonical: "api.ncloud-docs.com/cloudcachebackup"
---

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

# CloudCacheBackup

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

Cloud DB for Cache 백업입니다.

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

```Java
private String cloudCacheInstanceNo;
private String cloudCacheServiceName;
private Integer backupFileRetentionPeriod;
private String backupTime;
private Long backupSize;
private CommonCode backupType;
private Integer shardCount;
private Date lastBackupDate;
```

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

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `cloudCacheInstanceNo` | String | Required | Cloud DB for Cache 인스턴스 번호 |
| `cloudCacheServiceName` | String | Required | Cloud DB for Cache 서비스 이름 |
| `backupFileRetentionPeriod` | Integer | Required | 백업 파일 보관 기간 |
| `backupTime` | String | Required | 백업 시간 |
| `backupSize` | Long | Required | 백업 크기 |
| `backupType` | CommonCode | Required | 백업 유형 |
| `shardCount` | Integer | Required | 샤드 개수 |
| `lastBackupDate` | Date | Required | 마지막 백업 일시 |
