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 |
getEncryption()
Get 是否已开通TDE加密,enable-已开通,disable-未开通
|
String |
getQuoteUin()
Get 开通TDE加密时引用的其他主账号ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCertificateAttribution(String CertificateAttribution)
Set 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书
|
void |
setEncryption(String Encryption)
Set 是否已开通TDE加密,enable-已开通,disable-未开通
|
void |
setQuoteUin(String QuoteUin)
Set 开通TDE加密时引用的其他主账号ID
注意:此字段可能返回 null,表示取不到有效值。
|
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 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加密时引用的其他主账号ID
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.