tencentcloud-sdk-sqlserver 3.0.766 → 3.0.767
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180328/models.rb +2 -13
- 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: e0a14d7f9286abf6d5a6f209af8d9ff5741c4da0
|
4
|
+
data.tar.gz: 753bac9c1ee7bfa73c5aac10a1cbb9ce219afc28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40c23e4e13b84b3d91741a289eb48b3f3f7458fdd3cd74471a3449086eec246e7bb6fa6d954f98ca759fad4682400b9de301885bb0a732294525a8460cc9280a
|
7
|
+
data.tar.gz: 5f785a4fe9356523b0be25fe1388d984ca39200c4613187afb17f090a1a753a356aa22d6f07676d04121d30ebc774c67b994d9b0c5a8272e85a35a8b9443a161
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.767
|
data/lib/v20180328/models.rb
CHANGED
@@ -2570,7 +2570,7 @@ module TencentCloud
|
|
2570
2570
|
deprecate :IsFulltextEnabled, :none, 2024, 1
|
2571
2571
|
deprecate :IsFulltextEnabled=, :none, 2024, 1
|
2572
2572
|
|
2573
|
-
def initialize(issubscribed=nil, collationname=nil, isautocleanupon=nil, isbrokerenabled=nil, iscdcenabled=nil, isdbchainingon=nil, isencrypted=nil,
|
2573
|
+
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)
|
2574
2574
|
@IsSubscribed = issubscribed
|
2575
2575
|
@CollationName = collationname
|
2576
2576
|
@IsAutoCleanupOn = isautocleanupon
|
@@ -2578,7 +2578,6 @@ module TencentCloud
|
|
2578
2578
|
@IsCdcEnabled = iscdcenabled
|
2579
2579
|
@IsDbChainingOn = isdbchainingon
|
2580
2580
|
@IsEncrypted = isencrypted
|
2581
|
-
@IsFulltextEnabled = isfulltextenabled
|
2582
2581
|
@IsMirroring = ismirroring
|
2583
2582
|
@IsPublished = ispublished
|
2584
2583
|
@IsReadCommittedSnapshotOn = isreadcommittedsnapshoton
|
@@ -2601,7 +2600,6 @@ module TencentCloud
|
|
2601
2600
|
@IsCdcEnabled = params['IsCdcEnabled']
|
2602
2601
|
@IsDbChainingOn = params['IsDbChainingOn']
|
2603
2602
|
@IsEncrypted = params['IsEncrypted']
|
2604
|
-
@IsFulltextEnabled = params['IsFulltextEnabled']
|
2605
2603
|
@IsMirroring = params['IsMirroring']
|
2606
2604
|
@IsPublished = params['IsPublished']
|
2607
2605
|
@IsReadCommittedSnapshotOn = params['IsReadCommittedSnapshotOn']
|
@@ -6584,23 +6582,14 @@ module TencentCloud
|
|
6584
6582
|
deprecate :Slowlogs, :none, 2024, 1
|
6585
6583
|
deprecate :Slowlogs=, :none, 2024, 1
|
6586
6584
|
|
6587
|
-
def initialize(totalcount=nil, slowlogs=nil,
|
6585
|
+
def initialize(totalcount=nil, slowlogs=nil, requestid=nil)
|
6588
6586
|
@TotalCount = totalcount
|
6589
|
-
@Slowlogs = slowlogs
|
6590
6587
|
@SlowLogs = slowlogs
|
6591
6588
|
@RequestId = requestid
|
6592
6589
|
end
|
6593
6590
|
|
6594
6591
|
def deserialize(params)
|
6595
6592
|
@TotalCount = params['TotalCount']
|
6596
|
-
unless params['Slowlogs'].nil?
|
6597
|
-
@Slowlogs = []
|
6598
|
-
params['Slowlogs'].each do |i|
|
6599
|
-
slowloginfo_tmp = SlowlogInfo.new
|
6600
|
-
slowloginfo_tmp.deserialize(i)
|
6601
|
-
@Slowlogs << slowloginfo_tmp
|
6602
|
-
end
|
6603
|
-
end
|
6604
6593
|
unless params['SlowLogs'].nil?
|
6605
6594
|
@SlowLogs = []
|
6606
6595
|
params['SlowLogs'].each do |i|
|
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.767
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|