Class DBTDEEncrypt
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.DBTDEEncrypt
-
public class DBTDEEncrypt extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDBName()Get 数据库名称StringgetEncryption()Get enable-开启数据库TDE加密,disable-关闭数据库TDE加密voidsetDBName(String DBName)Set 数据库名称voidsetEncryption(String Encryption)Set enable-开启数据库TDE加密,disable-关闭数据库TDE加密voidtoMap(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
-
DBTDEEncrypt
public DBTDEEncrypt()
-
DBTDEEncrypt
public 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.
-
-
Method Detail
-
getDBName
public String getDBName()
Get 数据库名称- Returns:
- DBName 数据库名称
-
setDBName
public void setDBName(String DBName)
Set 数据库名称- Parameters:
DBName- 数据库名称
-
getEncryption
public String getEncryption()
Get enable-开启数据库TDE加密,disable-关闭数据库TDE加密- Returns:
- Encryption enable-开启数据库TDE加密,disable-关闭数据库TDE加密
-
setEncryption
public void setEncryption(String Encryption)
Set enable-开启数据库TDE加密,disable-关闭数据库TDE加密- Parameters:
Encryption- enable-开启数据库TDE加密,disable-关闭数据库TDE加密
-
-