Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
CommonTimeWindow |
DescribeBackupConfigResponse.getBackupTimeWindow()
Get Time window for automatic instance backup.
|
CommonTimeWindow |
ModifyBackupConfigRequest.getBackupTimeWindow()
Get Backup time window; for example, to set up backup between 10:00 and 14:00 on every Tuesday and Sunday, you should set this parameter as follows: {"Monday": "", "Tuesday": "10:00-14:00", "Wednesday": "", "Thursday": "", "Friday": "", "Saturday": "", "Sunday": "10:00-14:00"} (Note: You can set up backup on different days, but the backup time windows need to be the same.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeBackupConfigResponse.setBackupTimeWindow(CommonTimeWindow BackupTimeWindow)
Set Time window for automatic instance backup.
|
void |
ModifyBackupConfigRequest.setBackupTimeWindow(CommonTimeWindow BackupTimeWindow)
Set Backup time window; for example, to set up backup between 10:00 and 14:00 on every Tuesday and Sunday, you should set this parameter as follows: {"Monday": "", "Tuesday": "10:00-14:00", "Wednesday": "", "Thursday": "", "Friday": "", "Saturday": "", "Sunday": "10:00-14:00"} (Note: You can set up backup on different days, but the backup time windows need to be the same.
|
Copyright © 2021. All rights reserved.