tencentcloud-sdk-sqlserver 3.0.1117 → 3.0.1124
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180328/models.rb +13 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2005c745a3d3b46e49292192fca31a877d298a1
|
4
|
+
data.tar.gz: fa1f63e845991d9a5c90427bc8c43aafc78a5838
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b57020e9f74cd525d4b2c8ceb95bf1df829474501047ca206db1b2a65304b7ffe0bc2e7888481b26d033292ecf94ce75f035c3be44feff0721f824ef8e4c2744
|
7
|
+
data.tar.gz: 76b3febfe02cb7d1b39b0cd2a887075f5a7bf1dbc3e2e0bc2be69b68537d47cd442a0a7bc8d4fb63f6b07814a7678c3562be1344f4637c9d3bc4bb76f6d147cc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1124
|
data/lib/v20180328/models.rb
CHANGED
@@ -865,7 +865,7 @@ module TencentCloud
|
|
865
865
|
# @type Strategy: Integer
|
866
866
|
# @param DBNames: 需要备份库名的列表(多库备份才填写)
|
867
867
|
# @type DBNames: Array
|
868
|
-
# @param InstanceId: 实例ID
|
868
|
+
# @param InstanceId: 实例ID,形如mssql-i1z41iwd
|
869
869
|
# @type InstanceId: String
|
870
870
|
# @param BackupName: 备份名称,若不填则自动生成“实例ID_备份开始时间戳”
|
871
871
|
# @type BackupName: String
|
@@ -4101,7 +4101,7 @@ module TencentCloud
|
|
4101
4101
|
# @type CrossBackupStatus: String
|
4102
4102
|
# @param CrossRegion: 跨地域备份目标地域
|
4103
4103
|
# @type CrossRegion: String
|
4104
|
-
# @param OrderBy: 排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log
|
4104
|
+
# @param OrderBy: 排序字段,默认default-按照备份空间降序排序,data-按照数据备份排序,log-按照日志备份
|
4105
4105
|
# @type OrderBy: String
|
4106
4106
|
# @param OrderByType: 排序规则(desc-降序,asc-升序),默认desc
|
4107
4107
|
# @type OrderByType: String
|
@@ -4384,12 +4384,16 @@ module TencentCloud
|
|
4384
4384
|
# @type MultiDrReadableInfo: Array
|
4385
4385
|
# @param IsDiskEncryptFlag: 是否开启磁盘加密,1-开启,0-未开启
|
4386
4386
|
# @type IsDiskEncryptFlag: Integer
|
4387
|
+
# @param IsSafetyLimited: 是否安全限制部分功能,0-没有限制,1-有限制。限制的功能有:修改可用区、迁移变配、DTS数据迁移等
|
4388
|
+
# @type IsSafetyLimited: Integer
|
4389
|
+
# @param IsSupportSA: 是否支持创建SA权限账号,0-不支持,1-支持
|
4390
|
+
# @type IsSupportSA: Integer
|
4387
4391
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4388
4392
|
# @type RequestId: String
|
4389
4393
|
|
4390
|
-
attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :RequestId
|
4394
|
+
attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :IsSafetyLimited, :IsSupportSA, :RequestId
|
4391
4395
|
|
4392
|
-
def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, drreadableinfo=nil, oldviplist=nil, xeventstatus=nil, multidrreadableinfo=nil, isdiskencryptflag=nil, requestid=nil)
|
4396
|
+
def initialize(instanceid=nil, regularbackupenable=nil, regularbackupsavedays=nil, regularbackupstrategy=nil, regularbackupcounts=nil, regularbackupstarttime=nil, blockedthreshold=nil, eventsavedays=nil, tdeconfig=nil, sslconfig=nil, drreadableinfo=nil, oldviplist=nil, xeventstatus=nil, multidrreadableinfo=nil, isdiskencryptflag=nil, issafetylimited=nil, issupportsa=nil, requestid=nil)
|
4393
4397
|
@InstanceId = instanceid
|
4394
4398
|
@RegularBackupEnable = regularbackupenable
|
4395
4399
|
@RegularBackupSaveDays = regularbackupsavedays
|
@@ -4405,6 +4409,8 @@ module TencentCloud
|
|
4405
4409
|
@XEventStatus = xeventstatus
|
4406
4410
|
@MultiDrReadableInfo = multidrreadableinfo
|
4407
4411
|
@IsDiskEncryptFlag = isdiskencryptflag
|
4412
|
+
@IsSafetyLimited = issafetylimited
|
4413
|
+
@IsSupportSA = issupportsa
|
4408
4414
|
@RequestId = requestid
|
4409
4415
|
end
|
4410
4416
|
|
@@ -4447,6 +4453,8 @@ module TencentCloud
|
|
4447
4453
|
end
|
4448
4454
|
end
|
4449
4455
|
@IsDiskEncryptFlag = params['IsDiskEncryptFlag']
|
4456
|
+
@IsSafetyLimited = params['IsSafetyLimited']
|
4457
|
+
@IsSupportSA = params['IsSupportSA']
|
4450
4458
|
@RequestId = params['RequestId']
|
4451
4459
|
end
|
4452
4460
|
end
|
@@ -8364,7 +8372,7 @@ module TencentCloud
|
|
8364
8372
|
# @type BackupTime: Integer
|
8365
8373
|
# @param BackupDay: BackupType取值为daily时,表示备份间隔天数。当前取值只能为1
|
8366
8374
|
# @type BackupDay: Integer
|
8367
|
-
# @param BackupModel:
|
8375
|
+
# @param BackupModel: 备份模式,master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
|
8368
8376
|
# @type BackupModel: String
|
8369
8377
|
# @param BackupCycle: BackupType取值为weekly时,表示每周的星期N做备份。(如果数据备份保留时间<7天,则取值[1,2,3,4,5,6,7]。如果数据备份保留时间>=7天,则备份周期取值至少是一周的任意2天)
|
8370
8378
|
# @type BackupCycle: Array
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-sqlserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1124
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|