tencentcloud-sdk-cynosdb 3.0.804 → 3.0.805

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190107/models.rb +58 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bbd6a99e8c5ec6941404e9b2e50038b2e5c91404
4
- data.tar.gz: 5babb83b55b3b35fda110c9190a0ba5aedaa3c1c
3
+ metadata.gz: 51df13cda77d0fe9d69588d8de8c01c2bc343335
4
+ data.tar.gz: e3bee679b4805563bfbe6fa7433772f4dc930a26
5
5
  SHA512:
6
- metadata.gz: 1e709e4e8af0cb29a2e54bf981b553ec54520245c89a9899e7e89ee4c70b98cc687540c1e6642b39f3ce55787d98e5c0bbbe0476b828e33934ecc9d7f5595170
7
- data.tar.gz: c64de8fd95d2d810b71bfced040b944641dea1f0dc11aad9ce0f653d22f97b68eb47f1e49d282027da8fe1f3f8a8700bb786c5d2214b99e476a4d3cab5e9fa16
6
+ metadata.gz: 0657c7d17c9e6b7f46bdbf52ce20acdbf63eed4187aad253eb07d3cf56980b98aff8e300441e4bf83120570fb05212f0a59c994def874ed27cf3204714c691db
7
+ data.tar.gz: 0ed877758edcd72a800fd60d2ec476b1568478ce76c9fb1e1c6b094561d0539493e8c93048198d855c88f82412cfd18982d731f090e662135a55a532a800dd76
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.804
1
+ 3.0.805
@@ -228,8 +228,8 @@ module TencentCloud
228
228
 
229
229
  attr_accessor :ClusterId, :Cpu, :Memory, :ReadOnlyCount, :InstanceGrpId, :VpcId, :SubnetId, :Port, :InstanceName, :AutoVoucher, :DbType, :OrderSource, :DealMode, :ParamTemplateId, :InstanceParams, :SecurityGroupIds, :UpgradeProxy
230
230
  extend Gem::Deprecate
231
- deprecate :InstanceGrpId, :none, 2024, 3
232
- deprecate :InstanceGrpId=, :none, 2024, 3
231
+ deprecate :InstanceGrpId, :none, 2024, 4
232
+ deprecate :InstanceGrpId=, :none, 2024, 4
233
233
 
234
234
  def initialize(clusterid=nil, cpu=nil, memory=nil, readonlycount=nil, instancegrpid=nil, vpcid=nil, subnetid=nil, port=nil, instancename=nil, autovoucher=nil, dbtype=nil, ordersource=nil, dealmode=nil, paramtemplateid=nil, instanceparams=nil, securitygroupids=nil, upgradeproxy=nil)
235
235
  @ClusterId = clusterid
@@ -1008,8 +1008,8 @@ module TencentCloud
1008
1008
 
1009
1009
  attr_accessor :ID, :AppId, :ClusterId, :CreateTime, :DelayTime, :ErrMsg, :FlowId, :Input, :InstanceGrpId, :InstanceGroupId, :InstanceId, :ObjectId, :ObjectType, :Operator, :Output, :Status, :TaskType, :TriggerTaskId, :UpdateTime, :StartTime, :EndTime, :ClusterName, :InstanceName, :Process, :ModifyParamsData, :CreateClustersData, :RollbackData, :ModifyInstanceData, :ManualBackupData, :ModifyDbVersionData, :ClusterSlaveData, :SwitchClusterLogBin, :ModifyInstanceParamsData, :TaskMaintainInfo
1010
1010
  extend Gem::Deprecate
1011
- deprecate :InstanceGrpId, :none, 2024, 3
1012
- deprecate :InstanceGrpId=, :none, 2024, 3
1011
+ deprecate :InstanceGrpId, :none, 2024, 4
1012
+ deprecate :InstanceGrpId=, :none, 2024, 4
1013
1013
 
1014
1014
  def initialize(id=nil, appid=nil, clusterid=nil, createtime=nil, delaytime=nil, errmsg=nil, flowid=nil, input=nil, instancegrpid=nil, instancegroupid=nil, instanceid=nil, objectid=nil, objecttype=nil, operator=nil, output=nil, status=nil, tasktype=nil, triggertaskid=nil, updatetime=nil, starttime=nil, endtime=nil, clustername=nil, instancename=nil, process=nil, modifyparamsdata=nil, createclustersdata=nil, rollbackdata=nil, modifyinstancedata=nil, manualbackupdata=nil, modifydbversiondata=nil, clusterslavedata=nil, switchclusterlogbin=nil, modifyinstanceparamsdata=nil, taskmaintaininfo=nil)
1015
1015
  @ID = id
@@ -1315,8 +1315,8 @@ module TencentCloud
1315
1315
 
1316
1316
  attr_accessor :InstanceGrpId, :InstanceGroupId, :InstanceId
1317
1317
  extend Gem::Deprecate
1318
- deprecate :InstanceGrpId, :none, 2024, 3
1319
- deprecate :InstanceGrpId=, :none, 2024, 3
1318
+ deprecate :InstanceGrpId, :none, 2024, 4
1319
+ deprecate :InstanceGrpId=, :none, 2024, 4
1320
1320
 
1321
1321
  def initialize(instancegrpid=nil, instancegroupid=nil, instanceid=nil)
1322
1322
  @InstanceGrpId = instancegrpid
@@ -5158,8 +5158,8 @@ module TencentCloud
5158
5158
 
5159
5159
  attr_accessor :TotalCount, :InstanceGrpInfoList, :InstanceGroupInfoList, :RequestId
5160
5160
  extend Gem::Deprecate
5161
- deprecate :InstanceGrpInfoList, :none, 2024, 3
5162
- deprecate :InstanceGrpInfoList=, :none, 2024, 3
5161
+ deprecate :InstanceGrpInfoList, :none, 2024, 4
5162
+ deprecate :InstanceGrpInfoList=, :none, 2024, 4
5163
5163
 
5164
5164
  def initialize(totalcount=nil, instancegrpinfolist=nil, instancegroupinfolist=nil, requestid=nil)
5165
5165
  @TotalCount = totalcount
@@ -5481,8 +5481,8 @@ module TencentCloud
5481
5481
 
5482
5482
  attr_accessor :InstanceId, :InstanceGroupId
5483
5483
  extend Gem::Deprecate
5484
- deprecate :InstanceId, :none, 2024, 3
5485
- deprecate :InstanceId=, :none, 2024, 3
5484
+ deprecate :InstanceId, :none, 2024, 4
5485
+ deprecate :InstanceId=, :none, 2024, 4
5486
5486
 
5487
5487
  def initialize(instanceid=nil, instancegroupid=nil)
5488
5488
  @InstanceId = instanceid
@@ -9394,8 +9394,8 @@ module TencentCloud
9394
9394
 
9395
9395
  attr_accessor :ClusterId, :InstanceGrpId, :InstanceGroupId, :Vip, :Vport, :DbType, :OldIpReserveHours
9396
9396
  extend Gem::Deprecate
9397
- deprecate :InstanceGrpId, :none, 2024, 3
9398
- deprecate :InstanceGrpId=, :none, 2024, 3
9397
+ deprecate :InstanceGrpId, :none, 2024, 4
9398
+ deprecate :InstanceGrpId=, :none, 2024, 4
9399
9399
 
9400
9400
  def initialize(clusterid=nil, instancegrpid=nil, instancegroupid=nil, vip=nil, vport=nil, dbtype=nil, oldipreservehours=nil)
9401
9401
  @ClusterId = clusterid
@@ -9910,8 +9910,8 @@ module TencentCloud
9910
9910
 
9911
9911
  attr_accessor :InstanceGrpId, :InstanceId, :InstanceGroupId
9912
9912
  extend Gem::Deprecate
9913
- deprecate :InstanceGrpId, :none, 2024, 3
9914
- deprecate :InstanceGrpId=, :none, 2024, 3
9913
+ deprecate :InstanceGrpId, :none, 2024, 4
9914
+ deprecate :InstanceGrpId=, :none, 2024, 4
9915
9915
 
9916
9916
  def initialize(instancegrpid=nil, instanceid=nil, instancegroupid=nil)
9917
9917
  @InstanceGrpId = instancegrpid
@@ -12053,10 +12053,38 @@ module TencentCloud
12053
12053
  # @type SqlTemplate: String
12054
12054
  # @param SqlMd5: sql语句md5
12055
12055
  # @type SqlMd5: String
12056
+ # @param SyncReadCountRemote: 远程读取次数
12057
+ # 数据库内核版本大于3.1.12
12058
+ # 注意:此字段可能返回 null,表示取不到有效值。
12059
+ # @type SyncReadCountRemote: Integer
12060
+ # @param SyncReadBytesRemote: 远程读取的字节数
12061
+ # 数据库内核版本大于3.1.12
12062
+ # 注意:此字段可能返回 null,表示取不到有效值。
12063
+ # @type SyncReadBytesRemote: Integer
12064
+ # @param SyncReadTimeRemote: 远程读取所花费的时间(微秒)
12065
+ # 数据库内核版本大于3.1.12
12066
+ # 注意:此字段可能返回 null,表示取不到有效值。
12067
+ # @type SyncReadTimeRemote: Integer
12068
+ # @param SyncWriteCountRemote: 远程写入次数
12069
+ # 数据库内核版本大于3.1.12
12070
+ # 注意:此字段可能返回 null,表示取不到有效值。
12071
+ # @type SyncWriteCountRemote: Integer
12072
+ # @param SyncWriteBytesRemote: 远程写入的字节数。
12073
+ # 数据库内核版本大于3.1.12
12074
+ # 注意:此字段可能返回 null,表示取不到有效值。
12075
+ # @type SyncWriteBytesRemote: Integer
12076
+ # @param SyncWriteTimeRemote: 远程写入所花费的时间(微秒)。
12077
+ # 数据库内核版本大于3.1.12
12078
+ # 注意:此字段可能返回 null,表示取不到有效值。
12079
+ # @type SyncWriteTimeRemote: Integer
12080
+ # @param TrxCommitDelay: 事务提交延迟(微秒)
12081
+ # 数据库内核版本大于3.1.12
12082
+ # 注意:此字段可能返回 null,表示取不到有效值。
12083
+ # @type TrxCommitDelay: Integer
12056
12084
 
12057
- attr_accessor :Timestamp, :QueryTime, :SqlText, :UserHost, :UserName, :Database, :LockTime, :RowsExamined, :RowsSent, :SqlTemplate, :SqlMd5
12085
+ attr_accessor :Timestamp, :QueryTime, :SqlText, :UserHost, :UserName, :Database, :LockTime, :RowsExamined, :RowsSent, :SqlTemplate, :SqlMd5, :SyncReadCountRemote, :SyncReadBytesRemote, :SyncReadTimeRemote, :SyncWriteCountRemote, :SyncWriteBytesRemote, :SyncWriteTimeRemote, :TrxCommitDelay
12058
12086
 
12059
- def initialize(timestamp=nil, querytime=nil, sqltext=nil, userhost=nil, username=nil, database=nil, locktime=nil, rowsexamined=nil, rowssent=nil, sqltemplate=nil, sqlmd5=nil)
12087
+ def initialize(timestamp=nil, querytime=nil, sqltext=nil, userhost=nil, username=nil, database=nil, locktime=nil, rowsexamined=nil, rowssent=nil, sqltemplate=nil, sqlmd5=nil, syncreadcountremote=nil, syncreadbytesremote=nil, syncreadtimeremote=nil, syncwritecountremote=nil, syncwritebytesremote=nil, syncwritetimeremote=nil, trxcommitdelay=nil)
12060
12088
  @Timestamp = timestamp
12061
12089
  @QueryTime = querytime
12062
12090
  @SqlText = sqltext
@@ -12068,6 +12096,13 @@ module TencentCloud
12068
12096
  @RowsSent = rowssent
12069
12097
  @SqlTemplate = sqltemplate
12070
12098
  @SqlMd5 = sqlmd5
12099
+ @SyncReadCountRemote = syncreadcountremote
12100
+ @SyncReadBytesRemote = syncreadbytesremote
12101
+ @SyncReadTimeRemote = syncreadtimeremote
12102
+ @SyncWriteCountRemote = syncwritecountremote
12103
+ @SyncWriteBytesRemote = syncwritebytesremote
12104
+ @SyncWriteTimeRemote = syncwritetimeremote
12105
+ @TrxCommitDelay = trxcommitdelay
12071
12106
  end
12072
12107
 
12073
12108
  def deserialize(params)
@@ -12082,6 +12117,13 @@ module TencentCloud
12082
12117
  @RowsSent = params['RowsSent']
12083
12118
  @SqlTemplate = params['SqlTemplate']
12084
12119
  @SqlMd5 = params['SqlMd5']
12120
+ @SyncReadCountRemote = params['SyncReadCountRemote']
12121
+ @SyncReadBytesRemote = params['SyncReadBytesRemote']
12122
+ @SyncReadTimeRemote = params['SyncReadTimeRemote']
12123
+ @SyncWriteCountRemote = params['SyncWriteCountRemote']
12124
+ @SyncWriteBytesRemote = params['SyncWriteBytesRemote']
12125
+ @SyncWriteTimeRemote = params['SyncWriteTimeRemote']
12126
+ @TrxCommitDelay = params['TrxCommitDelay']
12085
12127
  end
12086
12128
  end
12087
12129
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cynosdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.804
4
+ version: 3.0.805
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-04-15 00:00:00.000000000 Z
11
+ date: 2024-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common