tencentcloud-sdk-nodejs-sqlserver 4.1.94 → 4.1.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -3708,6 +3708,14 @@ export interface DescribeDBInstancesAttributeResponse {
|
|
|
3708
3708
|
* 是否开启磁盘加密,1-开启,0-未开启
|
|
3709
3709
|
*/
|
|
3710
3710
|
IsDiskEncryptFlag?: number;
|
|
3711
|
+
/**
|
|
3712
|
+
* 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等
|
|
3713
|
+
*/
|
|
3714
|
+
IsSafetyLimited?: number;
|
|
3715
|
+
/**
|
|
3716
|
+
* 是否支持创建SA权限账号,0-不支持,1-支持
|
|
3717
|
+
*/
|
|
3718
|
+
IsSupportSA?: number;
|
|
3711
3719
|
/**
|
|
3712
3720
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3713
3721
|
*/
|