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 Certificate u200downership.
|
String |
getEncryption()
Get TDE status.
|
String |
getQuoteUin()
Get ID of the u200dother referenced root account when enabling TDE
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
void |
setCertificateAttribution(String CertificateAttribution)
Set Certificate u200downership.
|
void |
setEncryption(String Encryption)
Set TDE status.
|
void |
setQuoteUin(String QuoteUin)
Set ID of the u200dother referenced root account when enabling TDE
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.
|
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 status. Valid values: `enable` (enabled), `disable` (disabled).public String getCertificateAttribution()
public void setCertificateAttribution(String CertificateAttribution)
CertificateAttribution
- Certificate u200downership. Valid values: `self` (u200dcertificate of the this account), `others` (u200dcertificate of the other account), `none` (no certificate).public String getQuoteUin()
public void setQuoteUin(String QuoteUin)
QuoteUin
- ID of the u200dother referenced root account when enabling TDE
Note: u200dThis field may returnu200d·nullu200d, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.