public class TDEConfigAttribute extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TDEConfigAttribute() | 
| TDEConfigAttribute(TDEConfigAttribute 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 | getCertificateAttribution()Get 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书 | 
| String | getCMKId()Get KMS中购买的用户主密钥ID(CMK) | 
| String | getCMKRegion()Get CMK所属的地域,不同地域的CMK不互通 | 
| String | getEncryption()Get 是否已开通TDE加密,enable-已开通,disable-未开通 | 
| String | getQuoteUin()Get 开通TDE加密时引用的其他主账号ID | 
| void | setCertificateAttribution(String CertificateAttribution)Set 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书 | 
| void | setCMKId(String CMKId)Set KMS中购买的用户主密钥ID(CMK) | 
| void | setCMKRegion(String CMKRegion)Set CMK所属的地域,不同地域的CMK不互通 | 
| void | setEncryption(String Encryption)Set 是否已开通TDE加密,enable-已开通,disable-未开通 | 
| void | setQuoteUin(String QuoteUin)Set 开通TDE加密时引用的其他主账号ID | 
| 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 TDEConfigAttribute()
public TDEConfigAttribute(TDEConfigAttribute source)
public String getEncryption()
public void setEncryption(String Encryption)
Encryption - 是否已开通TDE加密,enable-已开通,disable-未开通public String getCertificateAttribution()
public void setCertificateAttribution(String CertificateAttribution)
CertificateAttribution - 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书public String getQuoteUin()
public void setQuoteUin(String QuoteUin)
QuoteUin - 开通TDE加密时引用的其他主账号IDpublic String getCMKId()
public void setCMKId(String CMKId)
CMKId - KMS中购买的用户主密钥ID(CMK)public String getCMKRegion()
public void setCMKRegion(String CMKRegion)
CMKRegion - CMK所属的地域,不同地域的CMK不互通Copyright © 2025. All rights reserved.