tencentcloud-sdk-cdb 3.0.966 → 3.0.968

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: d6596a4bd00cdb2e5c757334bb77cf367498a18b
4
- data.tar.gz: 15fe34e107366d5c1e918b5cd5aa6945fd9eef4b
3
+ metadata.gz: 4f61d5284e51fa9d5fefd3c710ea0a4b95b6189e
4
+ data.tar.gz: 45e48ac30b91d0e55bffcc22cdcbb731814c87c3
5
5
  SHA512:
6
- metadata.gz: d9eaaa8aa2070109599d452354536d7126b708a261ed28778c82d3b6fd2156269f4be67a8d55d2a7be17de0002a7ee6ebf43745a61f19abb1535ac719dd8988a
7
- data.tar.gz: 1711d212a318c01613f7fceb641e7ce34d99690b5a7c14540998dd202d13e1ed8bbe2535a6524e72f84562df6f81009ecc24028120786e1e7ddc21e5e49a6d71
6
+ metadata.gz: a98221b76c4bd75519a2b00e882eed9d3e4d84d7610c15a5f80983d8b16d0577570cd827939555a6a58a638806abafd5449f0d366d8e1536dc346b0e58994047
7
+ data.tar.gz: e0e3980c06c68472e4d3a94e4e329c86a896008524e7edb60acac8f2b2ca1e167c10bb069f5106424ec1c585786fe80311fa0d8d7b2cf70c18c41b72dc2e0554
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.968
@@ -221,7 +221,7 @@ module TencentCloud
221
221
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
222
222
  end
223
223
 
224
- # 关闭数据库代理
224
+ # 本接口(CloseCDBProxy)用于关闭数据库代理。
225
225
 
226
226
  # @param request: Request instance for CloseCDBProxy.
227
227
  # @type request: :class:`Tencentcloud::cdb::V20170320::CloseCDBProxyRequest`
@@ -648,7 +648,7 @@ module TencentCloud
648
648
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
649
649
  end
650
650
 
651
- # 本接口(CreateDeployGroup)用于创建放置实例的置放群组
651
+ # 本接口(CreateDeployGroup)用于创建放置实例的置放群组。
652
652
 
653
653
  # @param request: Request instance for CreateDeployGroup.
654
654
  # @type request: :class:`Tencentcloud::cdb::V20170320::CreateDeployGroupRequest`
@@ -1154,7 +1154,7 @@ module TencentCloud
1154
1154
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1155
1155
  end
1156
1156
 
1157
- # 本接口(DescribeAuditLogs)用于查询数据库审计日志。
1157
+ # 本接口(DescribeAuditLogs)用于查询数据库审计日志。
1158
1158
 
1159
1159
  # @param request: Request instance for DescribeAuditLogs.
1160
1160
  # @type request: :class:`Tencentcloud::cdb::V20170320::DescribeAuditLogsRequest`
@@ -20,10 +20,8 @@ module TencentCloud
20
20
  # 数据库账号信息
21
21
  class Account < TencentCloud::Common::AbstractModel
22
22
  # @param User: 新账户的名称
23
- # 注意:此字段可能返回 null,表示取不到有效值。
24
23
  # @type User: String
25
24
  # @param Host: 新账户的域名
26
- # 注意:此字段可能返回 null,表示取不到有效值。
27
25
  # @type Host: String
28
26
 
29
27
  attr_accessor :User, :Host
@@ -637,12 +635,13 @@ module TencentCloud
637
635
  # 注意:此字段可能返回 null,表示取不到有效值。
638
636
  # @type TrxLivingTime: Integer
639
637
  # @param TemplateInfo: 日志命中规则模板的基本信息
640
- # 注意:此字段可能返回 null,表示取不到有效值。
641
638
  # @type TemplateInfo: Array
639
+ # @param TrxId: 事务ID
640
+ # @type TrxId: Integer
642
641
 
643
- attr_accessor :AffectRows, :ErrCode, :SqlType, :PolicyName, :DBName, :Sql, :Host, :User, :ExecTime, :Timestamp, :SentRows, :ThreadId, :CheckRows, :CpuTime, :IoWaitTime, :LockWaitTime, :NsTime, :TrxLivingTime, :TemplateInfo
642
+ attr_accessor :AffectRows, :ErrCode, :SqlType, :PolicyName, :DBName, :Sql, :Host, :User, :ExecTime, :Timestamp, :SentRows, :ThreadId, :CheckRows, :CpuTime, :IoWaitTime, :LockWaitTime, :NsTime, :TrxLivingTime, :TemplateInfo, :TrxId
644
643
 
645
- def initialize(affectrows=nil, errcode=nil, sqltype=nil, policyname=nil, dbname=nil, sql=nil, host=nil, user=nil, exectime=nil, timestamp=nil, sentrows=nil, threadid=nil, checkrows=nil, cputime=nil, iowaittime=nil, lockwaittime=nil, nstime=nil, trxlivingtime=nil, templateinfo=nil)
644
+ def initialize(affectrows=nil, errcode=nil, sqltype=nil, policyname=nil, dbname=nil, sql=nil, host=nil, user=nil, exectime=nil, timestamp=nil, sentrows=nil, threadid=nil, checkrows=nil, cputime=nil, iowaittime=nil, lockwaittime=nil, nstime=nil, trxlivingtime=nil, templateinfo=nil, trxid=nil)
646
645
  @AffectRows = affectrows
647
646
  @ErrCode = errcode
648
647
  @SqlType = sqltype
@@ -662,6 +661,7 @@ module TencentCloud
662
661
  @NsTime = nstime
663
662
  @TrxLivingTime = trxlivingtime
664
663
  @TemplateInfo = templateinfo
664
+ @TrxId = trxid
665
665
  end
666
666
 
667
667
  def deserialize(params)
@@ -691,6 +691,7 @@ module TencentCloud
691
691
  @TemplateInfo << logruletemplateinfo_tmp
692
692
  end
693
693
  end
694
+ @TrxId = params['TrxId']
694
695
  end
695
696
  end
696
697
 
@@ -2136,12 +2137,16 @@ module TencentCloud
2136
2137
  # 列权限信息
2137
2138
  class ColumnPrivilege < TencentCloud::Common::AbstractModel
2138
2139
  # @param Database: 数据库名
2140
+ # 注意:此字段可能返回 null,表示取不到有效值。
2139
2141
  # @type Database: String
2140
2142
  # @param Table: 数据库表名
2143
+ # 注意:此字段可能返回 null,表示取不到有效值。
2141
2144
  # @type Table: String
2142
2145
  # @param Column: 数据库列名
2146
+ # 注意:此字段可能返回 null,表示取不到有效值。
2143
2147
  # @type Column: String
2144
2148
  # @param Privileges: 权限信息
2149
+ # 注意:此字段可能返回 null,表示取不到有效值。
2145
2150
  # @type Privileges: Array
2146
2151
 
2147
2152
  attr_accessor :Database, :Table, :Column, :Privileges
@@ -3752,8 +3757,10 @@ module TencentCloud
3752
3757
  # 数据库权限
3753
3758
  class DatabasePrivilege < TencentCloud::Common::AbstractModel
3754
3759
  # @param Privileges: 权限信息
3760
+ # 注意:此字段可能返回 null,表示取不到有效值。
3755
3761
  # @type Privileges: Array
3756
3762
  # @param Database: 数据库名
3763
+ # 注意:此字段可能返回 null,表示取不到有效值。
3757
3764
  # @type Database: String
3758
3765
 
3759
3766
  attr_accessor :Privileges, :Database
@@ -4608,7 +4615,7 @@ module TencentCloud
4608
4615
  # @type EndTime: String
4609
4616
  # @param Limit: 分页参数,单次返回的数据条数。默认值为100,最大值为100。
4610
4617
  # @type Limit: Integer
4611
- # @param Offset: 分页偏移量。
4618
+ # @param Offset: 日志偏移量,最多支持偏移查询65535条日志。可填写范围:0 - 65535。
4612
4619
  # @type Offset: Integer
4613
4620
  # @param Order: 排序方式。支持值包括:"ASC" - 升序,"DESC" - 降序。
4614
4621
  # @type Order: String
@@ -13898,10 +13905,13 @@ module TencentCloud
13898
13905
  # 数据库表权限
13899
13906
  class TablePrivilege < TencentCloud::Common::AbstractModel
13900
13907
  # @param Database: 数据库名
13908
+ # 注意:此字段可能返回 null,表示取不到有效值。
13901
13909
  # @type Database: String
13902
13910
  # @param Table: 数据库表名
13911
+ # 注意:此字段可能返回 null,表示取不到有效值。
13903
13912
  # @type Table: String
13904
13913
  # @param Privileges: 权限信息
13914
+ # 注意:此字段可能返回 null,表示取不到有效值。
13905
13915
  # @type Privileges: Array
13906
13916
 
13907
13917
  attr_accessor :Database, :Table, :Privileges
@@ -14032,11 +14042,9 @@ module TencentCloud
14032
14042
  class TaskAttachInfo < TencentCloud::Common::AbstractModel
14033
14043
  # @param AttachKey: 升级任务:
14034
14044
  # ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14035
- # 注意:此字段可能返回 null,表示取不到有效值。
14036
14045
  # @type AttachKey: String
14037
14046
  # @param AttachValue: 升级任务:
14038
14047
  # ”FastUpgradeStatus“:表示升级类型。1-原地升级;0-普通升级。
14039
- # 注意:此字段可能返回 null,表示取不到有效值。
14040
14048
  # @type AttachValue: String
14041
14049
 
14042
14050
  attr_accessor :AttachKey, :AttachValue
@@ -14097,7 +14105,6 @@ module TencentCloud
14097
14105
  # @param AsyncRequestId: 异步任务的请求 ID。
14098
14106
  # @type AsyncRequestId: String
14099
14107
  # @param TaskAttachInfo: 任务的附加信息。
14100
- # 注意:此字段可能返回 null,表示取不到有效值。
14101
14108
  # @type TaskAttachInfo: Array
14102
14109
 
14103
14110
  attr_accessor :Code, :Message, :JobId, :Progress, :TaskStatus, :TaskType, :StartTime, :EndTime, :InstanceIds, :AsyncRequestId, :TaskAttachInfo
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.968
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-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common