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
|
Long |
getEventSaveDays()
Get Retention period for the files of slow SQL, blocking, deadlock, and extended events.
|
String |
getInstanceId()
Get Instance ID
|
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, which is returned for each request.
|
TDEConfigAttribute |
getTDEConfig()
Get TDE u200dconfiguration
|
void |
setBlockedThreshold(Long BlockedThreshold)
Set Block process threshold in milliseconds
|
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 |
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, which is returned for each request.
|
void |
setTDEConfig(TDEConfigAttribute TDEConfig)
Set TDE u200dconfiguration
|
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 u200dconfigurationpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.