Class ModifyDBEncryptAttributesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dcdb.v20180411.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 Long
getEncryptEnabled()
Get 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。String
getInstanceId()
Get 实例Id,形如:tdsqlshard-ow728lmc。void
setEncryptEnabled(Long EncryptEnabled)
Set 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。void
setInstanceId(String InstanceId)
Set 实例Id,形如:tdsqlshard-ow728lmc。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
-
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,形如:tdsqlshard-ow728lmc。- Returns:
- InstanceId 实例Id,形如:tdsqlshard-ow728lmc。
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例Id,形如:tdsqlshard-ow728lmc。- Parameters:
InstanceId
- 实例Id,形如:tdsqlshard-ow728lmc。
-
getEncryptEnabled
public Long getEncryptEnabled()
Get 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。- Returns:
- EncryptEnabled 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
-
setEncryptEnabled
public void setEncryptEnabled(Long EncryptEnabled)
Set 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。- Parameters:
EncryptEnabled
- 是否启用数据加密,开启后暂不支持关闭。本接口的可选值为:1-开启数据加密。
-
-