public class ModifyLocalBinlogConfigRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyLocalBinlogConfigRequest() | 
| ModifyLocalBinlogConfigRequest(ModifyLocalBinlogConfigRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get Instance ID in the format of cdb-c1nl9rpv. | 
| Long | getMaxUsage()Get Space utilization of local binlog. | 
| Long | getSaveHours()Get Retention period of local binlog. | 
| void | setInstanceId(String InstanceId)Set Instance ID in the format of cdb-c1nl9rpv. | 
| void | setMaxUsage(Long MaxUsage)Set Space utilization of local binlog. | 
| void | setSaveHours(Long SaveHours)Set Retention period of local binlog. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ModifyLocalBinlogConfigRequest()
public ModifyLocalBinlogConfigRequest(ModifyLocalBinlogConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed in the TencentDB console.public Long getSaveHours()
public void setSaveHours(Long SaveHours)
SaveHours - Retention period of local binlog. Valid range: 72-168 hours. When there is disaster recovery instance, the valid range will be 120-168 hours.public Long getMaxUsage()
public void setMaxUsage(Long MaxUsage)
MaxUsage - Space utilization of local binlog. Value range: [30,50].Copyright © 2022. All rights reserved.