tencentcloud-sdk-cdwdoris 3.0.947 → 3.0.948

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211228/models.rb +31 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3b2ad3a5865ea510758926b4f88c4b755fad586
4
- data.tar.gz: 08dc7d908038fa166ef46a44913214a5002aa309
3
+ metadata.gz: 6fd07f98d0fc0a07ce4983fafd029edc61663f27
4
+ data.tar.gz: c10e6c9f1e419743d9e5a2bf16a3e8f071cecf08
5
5
  SHA512:
6
- metadata.gz: 1fa82086b32f3674d72c0bf0e3740db66df37cb0eaaa47ec0395bf8991de40208101d1eb6439240ed87f0c2933e7c1875c54a0a6512da80f7857b7944de73be1
7
- data.tar.gz: 2908882aae6c469e6d1dea18abe401c22485bb204d27966349aed9303b41eecb8e248edc5b8540939b701f5b948c1c62cfd801ca06f3ec092a51a574e506c1e9
6
+ metadata.gz: aebd9f886fe87a44940a5ea395b10d6455619065ffa95b2cab3ad76f615289118cbeebca7435fa5540e0ef28206845521346a94d6669b004bc31ecb3000d683b
7
+ data.tar.gz: c8ec8267c135805ce5b04770c0d881bf19b868d98cb223b7eb404a04cadd4cf78191e79f43d62c69143e1e54dd0402b41bda29b8ffd1c1dd2914c249872f56c7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.947
1
+ 3.0.948
@@ -1516,13 +1516,25 @@ module TencentCloud
1516
1516
  class DescribeBackUpTablesResponse < TencentCloud::Common::AbstractModel
1517
1517
  # @param AvailableTables: 可备份表列表
1518
1518
  # @type AvailableTables: Array
1519
+ # @param Msg: msg
1520
+ # 注意:此字段可能返回 null,表示取不到有效值。
1521
+ # @type Msg: String
1522
+ # @param IsUnknownVersion: 未知version
1523
+ # 注意:此字段可能返回 null,表示取不到有效值。
1524
+ # @type IsUnknownVersion: Boolean
1525
+ # @param ErrorMsg: 错误信息
1526
+ # 注意:此字段可能返回 null,表示取不到有效值。
1527
+ # @type ErrorMsg: String
1519
1528
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1520
1529
  # @type RequestId: String
1521
1530
 
1522
- attr_accessor :AvailableTables, :RequestId
1531
+ attr_accessor :AvailableTables, :Msg, :IsUnknownVersion, :ErrorMsg, :RequestId
1523
1532
 
1524
- def initialize(availabletables=nil, requestid=nil)
1533
+ def initialize(availabletables=nil, msg=nil, isunknownversion=nil, errormsg=nil, requestid=nil)
1525
1534
  @AvailableTables = availabletables
1535
+ @Msg = msg
1536
+ @IsUnknownVersion = isunknownversion
1537
+ @ErrorMsg = errormsg
1526
1538
  @RequestId = requestid
1527
1539
  end
1528
1540
 
@@ -1535,6 +1547,9 @@ module TencentCloud
1535
1547
  @AvailableTables << backuptablecontent_tmp
1536
1548
  end
1537
1549
  end
1550
+ @Msg = params['Msg']
1551
+ @IsUnknownVersion = params['IsUnknownVersion']
1552
+ @ErrorMsg = params['ErrorMsg']
1538
1553
  @RequestId = params['RequestId']
1539
1554
  end
1540
1555
  end
@@ -2041,17 +2056,21 @@ module TencentCloud
2041
2056
  # @type TotalCount: Integer
2042
2057
  # @param SlowQueryRecords: 记录列表
2043
2058
  # @type SlowQueryRecords: :class:`Tencentcloud::Cdwdoris.v20211228.models.DataBaseAuditRecord`
2059
+ # @param Records: 记录列表
2060
+ # 注意:此字段可能返回 null,表示取不到有效值。
2061
+ # @type Records: Array
2044
2062
  # @param ErrorMsg: 错误信息
2045
2063
  # 注意:此字段可能返回 null,表示取不到有效值。
2046
2064
  # @type ErrorMsg: String
2047
2065
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2048
2066
  # @type RequestId: String
2049
2067
 
2050
- attr_accessor :TotalCount, :SlowQueryRecords, :ErrorMsg, :RequestId
2068
+ attr_accessor :TotalCount, :SlowQueryRecords, :Records, :ErrorMsg, :RequestId
2051
2069
 
2052
- def initialize(totalcount=nil, slowqueryrecords=nil, errormsg=nil, requestid=nil)
2070
+ def initialize(totalcount=nil, slowqueryrecords=nil, records=nil, errormsg=nil, requestid=nil)
2053
2071
  @TotalCount = totalcount
2054
2072
  @SlowQueryRecords = slowqueryrecords
2073
+ @Records = records
2055
2074
  @ErrorMsg = errormsg
2056
2075
  @RequestId = requestid
2057
2076
  end
@@ -2062,6 +2081,14 @@ module TencentCloud
2062
2081
  @SlowQueryRecords = DataBaseAuditRecord.new
2063
2082
  @SlowQueryRecords.deserialize(params['SlowQueryRecords'])
2064
2083
  end
2084
+ unless params['Records'].nil?
2085
+ @Records = []
2086
+ params['Records'].each do |i|
2087
+ databaseauditrecord_tmp = DataBaseAuditRecord.new
2088
+ databaseauditrecord_tmp.deserialize(i)
2089
+ @Records << databaseauditrecord_tmp
2090
+ end
2091
+ end
2065
2092
  @ErrorMsg = params['ErrorMsg']
2066
2093
  @RequestId = params['RequestId']
2067
2094
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwdoris
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.947
4
+ version: 3.0.948
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-11-24 00:00:00.000000000 Z
11
+ date: 2024-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common