public class DescribeDBInstanceInfoResponse extends AbstractModel
Constructor and Description |
---|
DescribeDBInstanceInfoResponse() |
DescribeDBInstanceInfoResponse(DescribeDBInstanceInfoResponse 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 |
getDefaultKmsRegion()
Get The default region of the KMS service currently used by the TencentDB backend service.
|
String |
getEncryption()
Get Whether encryption is enabled.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getInstanceName()
Get Instance name.
|
String |
getKeyId()
Get Encryption key ID.
|
String |
getKeyRegion()
Get Key region.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setDefaultKmsRegion(String DefaultKmsRegion)
Set The default region of the KMS service currently used by the TencentDB backend service.
|
void |
setEncryption(String Encryption)
Set Whether encryption is enabled.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstanceName(String InstanceName)
Set Instance name.
|
void |
setKeyId(String KeyId)
Set Encryption key ID.
|
void |
setKeyRegion(String KeyRegion)
Set Key region.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeDBInstanceInfoResponse()
public DescribeDBInstanceInfoResponse(DescribeDBInstanceInfoResponse source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name.public String getEncryption()
public void setEncryption(String Encryption)
Encryption
- Whether encryption is enabled. YES: enabled, NO: not enabled.public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Encryption key ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- Key region.
Note: this field may return null, indicating that no valid values can be obtained.public String getDefaultKmsRegion()
public void setDefaultKmsRegion(String DefaultKmsRegion)
DefaultKmsRegion
- The default region of the KMS service currently used by the TencentDB backend service.
Note: this field may return `null`, indicating that no valid value can be found.public 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 © 2023. All rights reserved.