public class DescribeDBInstancesAttributeResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDBInstancesAttributeResponse() | 
| DescribeDBInstancesAttributeResponse(DescribeDBInstancesAttributeResponse 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 | getBlockedThreshold()Get 阻塞进程阈值,单位毫秒 | 
| DrReadableInfo | getDrReadableInfo()Get 双节点备机只读信息 | 
| Long | getEventSaveDays()Get 慢SQL、阻塞、死锁扩展事件文件保留时长 | 
| String | getInstanceId()Get 实例ID | 
| Long | getIsDiskEncryptFlag()Get 是否开启磁盘加密,1-开启,0-未开启 | 
| Long | getIsSafetyLimited()Get 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等 | 
| Long | getIsSupportSA()Get 是否支持创建SA权限账号,0-不支持,1-支持 | 
| DrReadableInfo[] | getMultiDrReadableInfo()Get 多节点备机只读信息 | 
| OldVip[] | getOldVipList()Get 等待回收的IP列表 | 
| Long | getRegularBackupCounts()Get 定期备份保留个数 | 
| String | getRegularBackupEnable()Get 定期备份状态 enable-开启,disable-关闭 | 
| Long | getRegularBackupSaveDays()Get 定期备份保留天数 [90 - 3650]天 | 
| String | getRegularBackupStartTime()Get 定期备份开始日期,格式-YYYY-MM-DD 默认当前日期 | 
| String | getRegularBackupStrategy()Get 定期备份策略 years-每年,quarters-每季度,months-每月 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| Long | getSlowLogThreshold()Get 慢SQL阈值,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| SSLConfig | getSSLConfig()Get SSL加密 | 
| TDEConfigAttribute | getTDEConfig()Get TDE透明数据加密配置 | 
| String | getXEventStatus()Get 操作日志采集状态,enable-采集中,disable-不可用,renew_doing-配置开启或关闭中 | 
| void | setBlockedThreshold(Long BlockedThreshold)Set 阻塞进程阈值,单位毫秒 | 
| void | setDrReadableInfo(DrReadableInfo DrReadableInfo)Set 双节点备机只读信息 | 
| void | setEventSaveDays(Long EventSaveDays)Set 慢SQL、阻塞、死锁扩展事件文件保留时长 | 
| void | setInstanceId(String InstanceId)Set 实例ID | 
| void | setIsDiskEncryptFlag(Long IsDiskEncryptFlag)Set 是否开启磁盘加密,1-开启,0-未开启 | 
| void | setIsSafetyLimited(Long IsSafetyLimited)Set 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等 | 
| void | setIsSupportSA(Long IsSupportSA)Set 是否支持创建SA权限账号,0-不支持,1-支持 | 
| void | setMultiDrReadableInfo(DrReadableInfo[] MultiDrReadableInfo)Set 多节点备机只读信息 | 
| void | setOldVipList(OldVip[] OldVipList)Set 等待回收的IP列表 | 
| void | setRegularBackupCounts(Long RegularBackupCounts)Set 定期备份保留个数 | 
| void | setRegularBackupEnable(String RegularBackupEnable)Set 定期备份状态 enable-开启,disable-关闭 | 
| void | setRegularBackupSaveDays(Long RegularBackupSaveDays)Set 定期备份保留天数 [90 - 3650]天 | 
| void | setRegularBackupStartTime(String RegularBackupStartTime)Set 定期备份开始日期,格式-YYYY-MM-DD 默认当前日期 | 
| void | setRegularBackupStrategy(String RegularBackupStrategy)Set 定期备份策略 years-每年,quarters-每季度,months-每月 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setSlowLogThreshold(Long SlowLogThreshold)Set 慢SQL阈值,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setSSLConfig(SSLConfig SSLConfig)Set SSL加密 | 
| void | setTDEConfig(TDEConfigAttribute TDEConfig)Set TDE透明数据加密配置 | 
| void | setXEventStatus(String XEventStatus)Set 操作日志采集状态,enable-采集中,disable-不可用,renew_doing-配置开启或关闭中 | 
| 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 DescribeDBInstancesAttributeResponse()
public DescribeDBInstancesAttributeResponse(DescribeDBInstancesAttributeResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 实例IDpublic String getRegularBackupEnable()
public void setRegularBackupEnable(String RegularBackupEnable)
RegularBackupEnable - 定期备份状态 enable-开启,disable-关闭public Long getRegularBackupSaveDays()
public void setRegularBackupSaveDays(Long RegularBackupSaveDays)
RegularBackupSaveDays - 定期备份保留天数 [90 - 3650]天public String getRegularBackupStrategy()
public void setRegularBackupStrategy(String RegularBackupStrategy)
RegularBackupStrategy - 定期备份策略 years-每年,quarters-每季度,months-每月public Long getRegularBackupCounts()
public void setRegularBackupCounts(Long RegularBackupCounts)
RegularBackupCounts - 定期备份保留个数public String getRegularBackupStartTime()
public void setRegularBackupStartTime(String RegularBackupStartTime)
RegularBackupStartTime - 定期备份开始日期,格式-YYYY-MM-DD 默认当前日期public Long getBlockedThreshold()
public void setBlockedThreshold(Long BlockedThreshold)
BlockedThreshold - 阻塞进程阈值,单位毫秒public Long getEventSaveDays()
public void setEventSaveDays(Long EventSaveDays)
EventSaveDays - 慢SQL、阻塞、死锁扩展事件文件保留时长public TDEConfigAttribute getTDEConfig()
public void setTDEConfig(TDEConfigAttribute TDEConfig)
TDEConfig - TDE透明数据加密配置public SSLConfig getSSLConfig()
public void setSSLConfig(SSLConfig SSLConfig)
SSLConfig - SSL加密public DrReadableInfo getDrReadableInfo()
public void setDrReadableInfo(DrReadableInfo DrReadableInfo)
DrReadableInfo - 双节点备机只读信息public OldVip[] getOldVipList()
public void setOldVipList(OldVip[] OldVipList)
OldVipList - 等待回收的IP列表public String getXEventStatus()
public void setXEventStatus(String XEventStatus)
XEventStatus - 操作日志采集状态,enable-采集中,disable-不可用,renew_doing-配置开启或关闭中public DrReadableInfo[] getMultiDrReadableInfo()
public void setMultiDrReadableInfo(DrReadableInfo[] MultiDrReadableInfo)
MultiDrReadableInfo - 多节点备机只读信息public Long getIsDiskEncryptFlag()
public void setIsDiskEncryptFlag(Long IsDiskEncryptFlag)
IsDiskEncryptFlag - 是否开启磁盘加密,1-开启,0-未开启public Long getIsSafetyLimited()
public void setIsSafetyLimited(Long IsSafetyLimited)
IsSafetyLimited - 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等public Long getIsSupportSA()
public void setIsSupportSA(Long IsSupportSA)
IsSupportSA - 是否支持创建SA权限账号,0-不支持,1-支持public Long getSlowLogThreshold()
public void setSlowLogThreshold(Long SlowLogThreshold)
SlowLogThreshold - 慢SQL阈值,单位毫秒
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.