tencentcloud-sdk-sqlserver 3.0.1124 → 3.0.1144

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e2005c745a3d3b46e49292192fca31a877d298a1
4
- data.tar.gz: fa1f63e845991d9a5c90427bc8c43aafc78a5838
3
+ metadata.gz: 3e479a38657199a6011d3b671e7c03f7b499b571
4
+ data.tar.gz: acfdb58dd90e25265270ed657ce161c7e44877d1
5
5
  SHA512:
6
- metadata.gz: b57020e9f74cd525d4b2c8ceb95bf1df829474501047ca206db1b2a65304b7ffe0bc2e7888481b26d033292ecf94ce75f035c3be44feff0721f824ef8e4c2744
7
- data.tar.gz: 76b3febfe02cb7d1b39b0cd2a887075f5a7bf1dbc3e2e0bc2be69b68537d47cd442a0a7bc8d4fb63f6b07814a7678c3562be1344f4637c9d3bc4bb76f6d147cc
6
+ metadata.gz: fb23ffe784b5c5ca533030e3891fe84682eb512dde8f12e7ebf5bca616fb4a3398ca462f943571ce2a5c6ddeab76ca7c291afa64dbbe02b2e22397732b896be2
7
+ data.tar.gz: 0238267a93e3cbfa53bde7a482c69892e0d8d71cc3320482ccb220173d8dd2b04483332491a5a1e6af89a9327f7b2cb4f964ae9cf1ec896202d0309b683dd712
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1124
1
+ 3.0.1144
@@ -2861,7 +2861,7 @@ module TencentCloud
2861
2861
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2862
2862
  end
2863
2863
 
2864
- # 本接口(ModifyDatabaseShrinkDMF)用于收缩数据库mdf(Shrink mdf)。
2864
+ # 本接口(ModifyDatabaseShrinkMDF)用于收缩数据库 mdfShrink mdf)。
2865
2865
 
2866
2866
  # @param request: Request instance for ModifyDatabaseShrinkMDF.
2867
2867
  # @type request: :class:`Tencentcloud::sqlserver::V20180328::ModifyDatabaseShrinkMDFRequest`
@@ -2675,8 +2675,8 @@ module TencentCloud
2675
2675
 
2676
2676
  attr_accessor :IsSubscribed, :CollationName, :IsAutoCleanupOn, :IsBrokerEnabled, :IsCdcEnabled, :IsDbChainingOn, :IsEncrypted, :IsFulltextEnabled, :IsMirroring, :IsPublished, :IsReadCommittedSnapshotOn, :IsTrustworthyOn, :MirroringState, :Name, :RecoveryModelDesc, :RetentionPeriod, :StateDesc, :UserAccessDesc, :CreateTime, :IsFullTextEnabled
2677
2677
  extend Gem::Deprecate
2678
- deprecate :IsFulltextEnabled, :none, 2025, 8
2679
- deprecate :IsFulltextEnabled=, :none, 2025, 8
2678
+ deprecate :IsFulltextEnabled, :none, 2025, 9
2679
+ deprecate :IsFulltextEnabled=, :none, 2025, 9
2680
2680
 
2681
2681
  def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil, ismirroring=nil, ispublished=nil, isreadcommittedsnapshoton=nil, istrustworthyon=nil, mirroringstate=nil, name=nil, recoverymodeldesc=nil, retentionperiod=nil, statedesc=nil, useraccessdesc=nil, createtime=nil, isfulltextenabled=nil)
2682
2682
  @IsSubscribed = issubscribed
@@ -4388,12 +4388,15 @@ module TencentCloud
4388
4388
  # @type IsSafetyLimited: Integer
4389
4389
  # @param IsSupportSA: 是否支持创建SA权限账号,0-不支持,1-支持
4390
4390
  # @type IsSupportSA: Integer
4391
+ # @param SlowLogThreshold: 慢SQL阈值,单位毫秒
4392
+ # 注意:此字段可能返回 null,表示取不到有效值。
4393
+ # @type SlowLogThreshold: Integer
4391
4394
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4392
4395
  # @type RequestId: String
4393
4396
 
4394
- attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :IsSafetyLimited, :IsSupportSA, :RequestId
4397
+ attr_accessor :InstanceId, :RegularBackupEnable, :RegularBackupSaveDays, :RegularBackupStrategy, :RegularBackupCounts, :RegularBackupStartTime, :BlockedThreshold, :EventSaveDays, :TDEConfig, :SSLConfig, :DrReadableInfo, :OldVipList, :XEventStatus, :MultiDrReadableInfo, :IsDiskEncryptFlag, :IsSafetyLimited, :IsSupportSA, :SlowLogThreshold, :RequestId
4395
4398
 
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)
4399
+ 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, slowlogthreshold=nil, requestid=nil)
4397
4400
  @InstanceId = instanceid
4398
4401
  @RegularBackupEnable = regularbackupenable
4399
4402
  @RegularBackupSaveDays = regularbackupsavedays
@@ -4411,6 +4414,7 @@ module TencentCloud
4411
4414
  @IsDiskEncryptFlag = isdiskencryptflag
4412
4415
  @IsSafetyLimited = issafetylimited
4413
4416
  @IsSupportSA = issupportsa
4417
+ @SlowLogThreshold = slowlogthreshold
4414
4418
  @RequestId = requestid
4415
4419
  end
4416
4420
 
@@ -4455,6 +4459,7 @@ module TencentCloud
4455
4459
  @IsDiskEncryptFlag = params['IsDiskEncryptFlag']
4456
4460
  @IsSafetyLimited = params['IsSafetyLimited']
4457
4461
  @IsSupportSA = params['IsSupportSA']
4462
+ @SlowLogThreshold = params['SlowLogThreshold']
4458
4463
  @RequestId = params['RequestId']
4459
4464
  end
4460
4465
  end
@@ -6806,8 +6811,8 @@ module TencentCloud
6806
6811
 
6807
6812
  attr_accessor :TotalCount, :Slowlogs, :SlowLogs, :RequestId
6808
6813
  extend Gem::Deprecate
6809
- deprecate :Slowlogs, :none, 2025, 8
6810
- deprecate :Slowlogs=, :none, 2025, 8
6814
+ deprecate :Slowlogs, :none, 2025, 9
6815
+ deprecate :Slowlogs=, :none, 2025, 9
6811
6816
 
6812
6817
  def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
6813
6818
  @TotalCount = totalcount
@@ -7027,8 +7032,8 @@ module TencentCloud
7027
7032
 
7028
7033
  attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
7029
7034
  extend Gem::Deprecate
7030
- deprecate :XCosSecurityToken, :none, 2025, 8
7031
- deprecate :XCosSecurityToken=, :none, 2025, 8
7035
+ deprecate :XCosSecurityToken, :none, 2025, 9
7036
+ deprecate :XCosSecurityToken=, :none, 2025, 9
7032
7037
 
7033
7038
  def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
7034
7039
  @BucketName = bucketname
@@ -7106,8 +7111,8 @@ module TencentCloud
7106
7111
 
7107
7112
  attr_accessor :BucketName, :Region, :Path, :TmpSecretId, :TmpSecretKey, :XCosSecurityToken, :StartTime, :ExpiredTime, :CosSecurityToken, :RequestId
7108
7113
  extend Gem::Deprecate
7109
- deprecate :XCosSecurityToken, :none, 2025, 8
7110
- deprecate :XCosSecurityToken=, :none, 2025, 8
7114
+ deprecate :XCosSecurityToken, :none, 2025, 9
7115
+ deprecate :XCosSecurityToken=, :none, 2025, 9
7111
7116
 
7112
7117
  def initialize(bucketname=nil, region=nil, path=nil, tmpsecretid=nil, tmpsecretkey=nil, xcossecuritytoken=nil, starttime=nil, expiredtime=nil, cossecuritytoken=nil, requestid=nil)
7113
7118
  @BucketName = bucketname
@@ -8435,8 +8440,8 @@ module TencentCloud
8435
8440
 
8436
8441
  attr_accessor :Errno, :Msg, :Code, :RequestId
8437
8442
  extend Gem::Deprecate
8438
- deprecate :Errno, :none, 2025, 8
8439
- deprecate :Errno=, :none, 2025, 8
8443
+ deprecate :Errno, :none, 2025, 9
8444
+ deprecate :Errno=, :none, 2025, 9
8440
8445
 
8441
8446
  def initialize(errno=nil, msg=nil, code=nil, requestid=nil)
8442
8447
  @Errno = errno
@@ -8867,7 +8872,8 @@ module TencentCloud
8867
8872
  class ModifyDBInstanceSecurityGroupsRequest < TencentCloud::Common::AbstractModel
8868
8873
  # @param InstanceId: 实例 ID,格式如:mssql-c1nl9rpv 或者 mssqlro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
8869
8874
  # @type InstanceId: String
8870
- # @param SecurityGroupIdSet: 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
8875
+ # @param SecurityGroupIdSet: 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。可通过 DescribeDBSecurityGroups 接口获取。输入的安全组 ID 数组无长度限制。
8876
+ # 注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
8871
8877
  # @type SecurityGroupIdSet: Array
8872
8878
 
8873
8879
  attr_accessor :InstanceId, :SecurityGroupIdSet
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.1124
4
+ version: 3.0.1144
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-17 00:00:00.000000000 Z
11
+ date: 2025-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common