Class ModifyDBEncryptAttributesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.ModifyDBEncryptAttributesRequest
-
public class ModifyDBEncryptAttributesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDBEncryptAttributesRequest()ModifyDBEncryptAttributesRequest(ModifyDBEncryptAttributesRequest 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 LonggetEncryptEnabled()Get 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。StringgetInstanceId()Get 实例Id,形如:tdsql-ow728lmc。voidsetEncryptEnabled(Long EncryptEnabled)Set 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。voidsetInstanceId(String InstanceId)Set 实例Id,形如:tdsql-ow728lmc。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
-
ModifyDBEncryptAttributesRequest
public ModifyDBEncryptAttributesRequest()
-
ModifyDBEncryptAttributesRequest
public ModifyDBEncryptAttributesRequest(ModifyDBEncryptAttributesRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例Id,形如:tdsql-ow728lmc。- Returns:
- InstanceId 实例Id,形如:tdsql-ow728lmc。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id,形如:tdsql-ow728lmc。- Parameters:
InstanceId- 实例Id,形如:tdsql-ow728lmc。
-
getEncryptEnabled
public Long getEncryptEnabled()
Get 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。- Returns:
- EncryptEnabled 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
-
setEncryptEnabled
public void setEncryptEnabled(Long EncryptEnabled)
Set 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。- Parameters:
EncryptEnabled- 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
-
-