public class DBTDEEncrypt extends AbstractModel
header, skipSign
Constructor and Description |
---|
DBTDEEncrypt() |
DBTDEEncrypt(DBTDEEncrypt 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 |
getDBName()
Get
|
String |
getEncryption()
Get TDE u200dstatus.
|
void |
setDBName(String DBName)
Set
|
void |
setEncryption(String Encryption)
Set TDE u200dstatus.
|
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 DBTDEEncrypt()
public DBTDEEncrypt(DBTDEEncrypt source)
public String getDBName()
public void setDBName(String DBName)
DBName
- public String getEncryption()
public void setEncryption(String Encryption)
Encryption
- TDE u200dstatus. Valid values: `enable` (enabled), `disable` (disabled).Copyright © 2024. All rights reserved.