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.

CloudMssqlBackup

Prev Next

Available in VPC

This is a Cloud DB for MSSQL backup.

Syntax

The syntax is as follows.

private String cloudMssqlInstanceNo;
private String cloudMssqlServiceName;
private Integer backupFileRetentionPeriod;
private String backupTime;
private Long totalBackupDataSize;
private Long fullBackupDataSize;
private Long logBackupDataSize;
private Long logBackupCount;

Field

The following describes the fields.

Field Type Required Description
cloudMssqlInstanceNo String Required Cloud DB for MSSQL instance number
cloudMssqlServiceName String Required Cloud DB for MSSQL service name
backupFileRetentionPeriod Integer Required Backup file retention period
backupTime String Required Full backup start time
totalBackupDataSize Long Required Size of backup data being stored
fullBackupDataSize Long Required Total backup data size
logBackupDataSize Long Required Log backup data size
logBackupCount Long Required Number of log backups