public class IntegrateCreateClusterConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
IntegrateCreateClusterConfig()  | 
IntegrateCreateClusterConfig(IntegrateCreateClusterConfig 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 | 
|---|---|
Long | 
getBackupSaveDays()
Get Specifies the backup retention days. 
 | 
Long | 
getBinlogSaveDays()
Get Retention days of binlog. 
 | 
ProxyEndPointConfigInfo[] | 
getProxyEndPointConfigs()
Get proxy connection address configuration message. 
 | 
Long | 
getSemiSyncTimeout()
Get Specifies the semi-sync timeout period. 
 | 
void | 
setBackupSaveDays(Long BackupSaveDays)
Set Specifies the backup retention days. 
 | 
void | 
setBinlogSaveDays(Long BinlogSaveDays)
Set Retention days of binlog. 
 | 
void | 
setProxyEndPointConfigs(ProxyEndPointConfigInfo[] ProxyEndPointConfigs)
Set proxy connection address configuration message. 
 | 
void | 
setSemiSyncTimeout(Long SemiSyncTimeout)
Set Specifies the semi-sync timeout period. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic IntegrateCreateClusterConfig()
public IntegrateCreateClusterConfig(IntegrateCreateClusterConfig source)
public Long getBinlogSaveDays()
public void setBinlogSaveDays(Long BinlogSaveDays)
BinlogSaveDays - Retention days of binlog. value range: 7-1830.public Long getBackupSaveDays()
public void setBackupSaveDays(Long BackupSaveDays)
BackupSaveDays - Specifies the backup retention days. value range: 7-1830.public Long getSemiSyncTimeout()
public void setSemiSyncTimeout(Long SemiSyncTimeout)
SemiSyncTimeout - Specifies the semi-sync timeout period. value range: [1000,4294967295].public ProxyEndPointConfigInfo[] getProxyEndPointConfigs()
public void setProxyEndPointConfigs(ProxyEndPointConfigInfo[] ProxyEndPointConfigs)
ProxyEndPointConfigs - proxy connection address configuration message.Copyright © 2025. All rights reserved.