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 Block process threshold in milliseconds
|
DrReadableInfo |
getDrReadableInfo()
Get
|
Long |
getEventSaveDays()
Get Retention period for the files of slow SQL, blocking, deadlock, and extended events.
|
String |
getInstanceId()
Get Instance ID
|
OldVip[] |
getOldVipList()
Get
|
Long |
getRegularBackupCounts()
Get The number of retained archive backups
|
String |
getRegularBackupEnable()
Get Archive backup status.
|
Long |
getRegularBackupSaveDays()
Get Archive backup retention period: [90-3650] days
|
String |
getRegularBackupStartTime()
Get Archive backup start date in YYYY-MM-DD format, which is the current time by default.
|
String |
getRegularBackupStrategy()
Get Archive backup policy.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
SSLConfig |
getSSLConfig()
Get
|
TDEConfigAttribute |
getTDEConfig()
Get TDE configuration
|
void |
setBlockedThreshold(Long BlockedThreshold)
Set Block process threshold in milliseconds
|
void |
setDrReadableInfo(DrReadableInfo DrReadableInfo)
Set
|
void |
setEventSaveDays(Long EventSaveDays)
Set Retention period for the files of slow SQL, blocking, deadlock, and extended events.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setOldVipList(OldVip[] OldVipList)
Set
|
void |
setRegularBackupCounts(Long RegularBackupCounts)
Set The number of retained archive backups
|
void |
setRegularBackupEnable(String RegularBackupEnable)
Set Archive backup status.
|
void |
setRegularBackupSaveDays(Long RegularBackupSaveDays)
Set Archive backup retention period: [90-3650] days
|
void |
setRegularBackupStartTime(String RegularBackupStartTime)
Set Archive backup start date in YYYY-MM-DD format, which is the current time by default.
|
void |
setRegularBackupStrategy(String RegularBackupStrategy)
Set Archive backup policy.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSSLConfig(SSLConfig SSLConfig)
Set
|
void |
setTDEConfig(TDEConfigAttribute TDEConfig)
Set TDE configuration
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDBInstancesAttributeResponse()
public DescribeDBInstancesAttributeResponse(DescribeDBInstancesAttributeResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic String getRegularBackupEnable()
public void setRegularBackupEnable(String RegularBackupEnable)
RegularBackupEnable
- Archive backup status. Valid values: `enable` (enabled), `disable` (disabled)public Long getRegularBackupSaveDays()
public void setRegularBackupSaveDays(Long RegularBackupSaveDays)
RegularBackupSaveDays
- Archive backup retention period: [90-3650] dayspublic String getRegularBackupStrategy()
public void setRegularBackupStrategy(String RegularBackupStrategy)
RegularBackupStrategy
- Archive backup policy. Valid values: `years` (yearly); `quarters (quarterly); `months` (monthly).public Long getRegularBackupCounts()
public void setRegularBackupCounts(Long RegularBackupCounts)
RegularBackupCounts
- The number of retained archive backupspublic String getRegularBackupStartTime()
public void setRegularBackupStartTime(String RegularBackupStartTime)
RegularBackupStartTime
- Archive backup start date in YYYY-MM-DD format, which is the current time by default.public Long getBlockedThreshold()
public void setBlockedThreshold(Long BlockedThreshold)
BlockedThreshold
- Block process threshold in millisecondspublic Long getEventSaveDays()
public void setEventSaveDays(Long EventSaveDays)
EventSaveDays
- Retention period for the files of slow SQL, blocking, deadlock, and extended events.public TDEConfigAttribute getTDEConfig()
public void setTDEConfig(TDEConfigAttribute TDEConfig)
TDEConfig
- TDE configurationpublic SSLConfig getSSLConfig()
public void setSSLConfig(SSLConfig SSLConfig)
SSLConfig
- public DrReadableInfo getDrReadableInfo()
public void setDrReadableInfo(DrReadableInfo DrReadableInfo)
DrReadableInfo
- public OldVip[] getOldVipList()
public void setOldVipList(OldVip[] OldVipList)
OldVipList
- public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.