Class TDEConfigAttribute
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.TDEConfigAttribute
-
public class TDEConfigAttribute extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TDEConfigAttribute
public TDEConfigAttribute()
-
TDEConfigAttribute
public 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.
-
-
Method Detail
-
getEncryption
public String getEncryption()
Get 是否已开通TDE加密,enable-已开通,disable-未开通- Returns:
- Encryption 是否已开通TDE加密,enable-已开通,disable-未开通
-
setEncryption
public void setEncryption(String Encryption)
Set 是否已开通TDE加密,enable-已开通,disable-未开通- Parameters:
Encryption
- 是否已开通TDE加密,enable-已开通,disable-未开通
-
getCertificateAttribution
public String getCertificateAttribution()
Get 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书- Returns:
- CertificateAttribution 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书
-
setCertificateAttribution
public void setCertificateAttribution(String CertificateAttribution)
Set 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书- Parameters:
CertificateAttribution
- 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,none-表示没有证书
-
getQuoteUin
public String getQuoteUin()
Get 开通TDE加密时引用的其他主账号ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- QuoteUin 开通TDE加密时引用的其他主账号ID 注意:此字段可能返回 null,表示取不到有效值。
-
setQuoteUin
public void setQuoteUin(String QuoteUin)
Set 开通TDE加密时引用的其他主账号ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
QuoteUin
- 开通TDE加密时引用的其他主账号ID 注意:此字段可能返回 null,表示取不到有效值。
-
-