Package | Description |
---|---|
com.tencentcloudapi.cdb.v20170320.models |
Modifier and Type | Method and Description |
---|---|
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.
|
CommonTimeWindow |
DescribeBackupConfigResponse.getBackupTimeWindow()
Get Time window for automatic instance backup.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
DescribeBackupConfigResponse.setBackupTimeWindow(CommonTimeWindow BackupTimeWindow)
Set Time window for automatic instance backup.
|
Constructor and Description |
---|
CommonTimeWindow(CommonTimeWindow source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.