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 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。
|
Long |
getMaxUsage()
Get 本地binlog空间使用率,可取值范围:[30,50]。
|
Long |
getSaveHours()
Get 本地binlog保留时长,可取值范围:[72,168],当实例存在灾备实例时,可取值范围:[120,168]。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。
|
void |
setMaxUsage(Long MaxUsage)
Set 本地binlog空间使用率,可取值范围:[30,50]。
|
void |
setSaveHours(Long SaveHours)
Set 本地binlog保留时长,可取值范围:[72,168],当实例存在灾备实例时,可取值范围:[120,168]。
|
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, toJsonString
public ModifyLocalBinlogConfigRequest()
public ModifyLocalBinlogConfigRequest(ModifyLocalBinlogConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例ID相同。public Long getSaveHours()
public void setSaveHours(Long SaveHours)
SaveHours
- 本地binlog保留时长,可取值范围:[72,168],当实例存在灾备实例时,可取值范围:[120,168]。public Long getMaxUsage()
public void setMaxUsage(Long MaxUsage)
MaxUsage
- 本地binlog空间使用率,可取值范围:[30,50]。Copyright © 2023. All rights reserved.