public class OpenDBInstanceEncryptionRequest extends AbstractModel
Constructor and Description |
---|
OpenDBInstanceEncryptionRequest() |
OpenDBInstanceEncryptionRequest(OpenDBInstanceEncryptionRequest 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 |
getInstanceId()
Get TencentDB instance ID
|
String |
getKeyId()
Get Custom key ID, which is the unique CMK ID.
|
String |
getKeyRegion()
Get Custom storage region, such as ap-guangzhou.
|
void |
setInstanceId(String InstanceId)
Set TencentDB instance ID
|
void |
setKeyId(String KeyId)
Set Custom key ID, which is the unique CMK ID.
|
void |
setKeyRegion(String KeyRegion)
Set Custom storage region, such as ap-guangzhou.
|
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 OpenDBInstanceEncryptionRequest()
public OpenDBInstanceEncryptionRequest(OpenDBInstanceEncryptionRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- TencentDB instance IDpublic String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Custom key ID, which is the unique CMK ID. If this value is empty, the key KMS-CDB auto-generated by Tencent Cloud will be used.public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- Custom storage region, such as ap-guangzhou. When `KeyId` is not empty, this parameter is required.Copyright © 2023. All rights reserved.