tencentcloud-sdk-cdwdoris 3.0.983 → 3.0.985

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/v20211228/models.rb +40 -46
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 688f38c4917d2d4e537df8a44afd58943472f532
4
- data.tar.gz: e2b8807715d305b53753b6c577f1c01154f4e59d
3
+ metadata.gz: 67c13f6254fcfcd0a372b9f458be80a97836856f
4
+ data.tar.gz: 0007830aa9b38ccff8241a4b7b68ff1b231f4a17
5
5
  SHA512:
6
- metadata.gz: 7367b6bf09cdb72a47135aa7172dd5b878574e672cc291efa7b5c66d93138cec378290a7299f128ae43d0efb0b1675186aa353d59a78652fcb9b003b5d835943
7
- data.tar.gz: b2162f386cd795b0f2aaa8a1568a1f51d631c5ccea7bfdd21708eb5e0b9e55a8598bb9e5bfac1542c5f447b284ae6c29fb26845b4c7f4887de8b451e91f6a7f3
6
+ metadata.gz: 24a73a64d0cc2304f094b1b00b6573659495fe78863c4171a4eed3549b60b1ae58082701e9ffecdda32ee98d9252ec50223117f021d8a31ac7d57fc49be6acbf
7
+ data.tar.gz: 26ac46b8f14c8b7ebbb321ab9576951ef3f950c28625c7de3e171d49904c0701bd6cfe62da5b6ef1782f4dd6de1d2b039087df53b3203067b0d4738b7773d6c9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.983
1
+ 3.0.985
@@ -173,13 +173,10 @@ module TencentCloud
173
173
  # 备份实例中关于cos的信息
174
174
  class BackupCosInfo < TencentCloud::Common::AbstractModel
175
175
  # @param CosBucket: 备份文件所在的cos桶
176
- # 注意:此字段可能返回 null,表示取不到有效值。
177
176
  # @type CosBucket: String
178
177
  # @param CosPath: 备份文件所在的完整cos路径
179
- # 注意:此字段可能返回 null,表示取不到有效值。
180
178
  # @type CosPath: String
181
179
  # @param SnapShotPath: 备份文件名称
182
- # 注意:此字段可能返回 null,表示取不到有效值。
183
180
  # @type SnapShotPath: String
184
181
 
185
182
  attr_accessor :CosBucket, :CosPath, :SnapShotPath
@@ -228,10 +225,8 @@ module TencentCloud
228
225
  # @param Timeout: 超时信息
229
226
  # @type Timeout: Integer
230
227
  # @param BackupJobId: 备份实例id
231
- # 注意:此字段可能返回 null,表示取不到有效值。
232
228
  # @type BackupJobId: Integer
233
229
  # @param TaskId: 实例对应snapshoit的id
234
- # 注意:此字段可能返回 null,表示取不到有效值。
235
230
  # @type TaskId: Integer
236
231
 
237
232
  attr_accessor :JobId, :SnapshotName, :DbName, :State, :BackupObjects, :CreateTime, :SnapshotFinishedTime, :UploadFinishedTime, :FinishedTime, :UnfinishedTasks, :Progress, :TaskErrMsg, :Status, :Timeout, :BackupJobId, :TaskId
@@ -318,10 +313,8 @@ module TencentCloud
318
313
  # 资源组绑定的用户信息,需要username和host信息进行授权
319
314
  class BindUser < TencentCloud::Common::AbstractModel
320
315
  # @param UserName: 用户名
321
- # 注意:此字段可能返回 null,表示取不到有效值。
322
316
  # @type UserName: String
323
317
  # @param Host: 主机信息
324
- # 注意:此字段可能返回 null,表示取不到有效值。
325
318
  # @type Host: String
326
319
 
327
320
  attr_accessor :UserName, :Host
@@ -1881,10 +1874,12 @@ module TencentCloud
1881
1874
  # @type SqlTypes: Array
1882
1875
  # @param Catalogs: catalog名称 (多选)
1883
1876
  # @type Catalogs: Array
1877
+ # @param IsQuery: 是否是查询
1878
+ # @type IsQuery: Array
1884
1879
 
1885
- attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs
1880
+ attr_accessor :InstanceId, :StartTime, :EndTime, :PageSize, :PageNum, :OrderType, :User, :DbName, :SqlType, :Sql, :Users, :DbNames, :SqlTypes, :Catalogs, :IsQuery
1886
1881
 
1887
- def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, ordertype=nil, user=nil, dbname=nil, sqltype=nil, sql=nil, users=nil, dbnames=nil, sqltypes=nil, catalogs=nil)
1882
+ def initialize(instanceid=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, ordertype=nil, user=nil, dbname=nil, sqltype=nil, sql=nil, users=nil, dbnames=nil, sqltypes=nil, catalogs=nil, isquery=nil)
1888
1883
  @InstanceId = instanceid
1889
1884
  @StartTime = starttime
1890
1885
  @EndTime = endtime
@@ -1899,6 +1894,7 @@ module TencentCloud
1899
1894
  @DbNames = dbnames
1900
1895
  @SqlTypes = sqltypes
1901
1896
  @Catalogs = catalogs
1897
+ @IsQuery = isquery
1902
1898
  end
1903
1899
 
1904
1900
  def deserialize(params)
@@ -1916,6 +1912,7 @@ module TencentCloud
1916
1912
  @DbNames = params['DbNames']
1917
1913
  @SqlTypes = params['SqlTypes']
1918
1914
  @Catalogs = params['Catalogs']
1915
+ @IsQuery = params['IsQuery']
1919
1916
  end
1920
1917
  end
1921
1918
 
@@ -2645,10 +2642,14 @@ module TencentCloud
2645
2642
  # @type DbName: Array
2646
2643
  # @param CatalogName: catalog名称
2647
2644
  # @type CatalogName: Array
2645
+ # @param SortField: 排序字段
2646
+ # @type SortField: String
2647
+ # @param SortOrder: 排序方式
2648
+ # @type SortOrder: String
2648
2649
 
2649
- attr_accessor :InstanceId, :QueryDurationMs, :StartTime, :EndTime, :DurationMs, :Sql, :ReadRows, :ResultBytes, :MemoryUsage, :IsQuery, :DbName, :CatalogName
2650
+ attr_accessor :InstanceId, :QueryDurationMs, :StartTime, :EndTime, :DurationMs, :Sql, :ReadRows, :ResultBytes, :MemoryUsage, :IsQuery, :DbName, :CatalogName, :SortField, :SortOrder
2650
2651
 
2651
- def initialize(instanceid=nil, querydurationms=nil, starttime=nil, endtime=nil, durationms=nil, sql=nil, readrows=nil, resultbytes=nil, memoryusage=nil, isquery=nil, dbname=nil, catalogname=nil)
2652
+ def initialize(instanceid=nil, querydurationms=nil, starttime=nil, endtime=nil, durationms=nil, sql=nil, readrows=nil, resultbytes=nil, memoryusage=nil, isquery=nil, dbname=nil, catalogname=nil, sortfield=nil, sortorder=nil)
2652
2653
  @InstanceId = instanceid
2653
2654
  @QueryDurationMs = querydurationms
2654
2655
  @StartTime = starttime
@@ -2661,6 +2662,8 @@ module TencentCloud
2661
2662
  @IsQuery = isquery
2662
2663
  @DbName = dbname
2663
2664
  @CatalogName = catalogname
2665
+ @SortField = sortfield
2666
+ @SortOrder = sortorder
2664
2667
  end
2665
2668
 
2666
2669
  def deserialize(params)
@@ -2676,6 +2679,8 @@ module TencentCloud
2676
2679
  @IsQuery = params['IsQuery']
2677
2680
  @DbName = params['DbName']
2678
2681
  @CatalogName = params['CatalogName']
2682
+ @SortField = params['SortField']
2683
+ @SortOrder = params['SortOrder']
2679
2684
  end
2680
2685
  end
2681
2686
 
@@ -2729,10 +2734,14 @@ module TencentCloud
2729
2734
  # @type ResultBytes: String
2730
2735
  # @param MemoryUsage: MemoryUsage排序字段
2731
2736
  # @type MemoryUsage: String
2737
+ # @param SortField: 排序字段
2738
+ # @type SortField: String
2739
+ # @param SortOrder: 排序方式
2740
+ # @type SortOrder: String
2732
2741
 
2733
- attr_accessor :InstanceId, :QueryDurationMs, :StartTime, :EndTime, :PageSize, :PageNum, :DurationMs, :DbName, :IsQuery, :CatalogName, :Sql, :ReadRows, :ResultBytes, :MemoryUsage
2742
+ attr_accessor :InstanceId, :QueryDurationMs, :StartTime, :EndTime, :PageSize, :PageNum, :DurationMs, :DbName, :IsQuery, :CatalogName, :Sql, :ReadRows, :ResultBytes, :MemoryUsage, :SortField, :SortOrder
2734
2743
 
2735
- def initialize(instanceid=nil, querydurationms=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, durationms=nil, dbname=nil, isquery=nil, catalogname=nil, sql=nil, readrows=nil, resultbytes=nil, memoryusage=nil)
2744
+ def initialize(instanceid=nil, querydurationms=nil, starttime=nil, endtime=nil, pagesize=nil, pagenum=nil, durationms=nil, dbname=nil, isquery=nil, catalogname=nil, sql=nil, readrows=nil, resultbytes=nil, memoryusage=nil, sortfield=nil, sortorder=nil)
2736
2745
  @InstanceId = instanceid
2737
2746
  @QueryDurationMs = querydurationms
2738
2747
  @StartTime = starttime
@@ -2747,6 +2756,8 @@ module TencentCloud
2747
2756
  @ReadRows = readrows
2748
2757
  @ResultBytes = resultbytes
2749
2758
  @MemoryUsage = memoryusage
2759
+ @SortField = sortfield
2760
+ @SortOrder = sortorder
2750
2761
  end
2751
2762
 
2752
2763
  def deserialize(params)
@@ -2764,6 +2775,8 @@ module TencentCloud
2764
2775
  @ReadRows = params['ReadRows']
2765
2776
  @ResultBytes = params['ResultBytes']
2766
2777
  @MemoryUsage = params['MemoryUsage']
2778
+ @SortField = params['SortField']
2779
+ @SortOrder = params['SortOrder']
2767
2780
  end
2768
2781
  end
2769
2782
 
@@ -2774,10 +2787,8 @@ module TencentCloud
2774
2787
  # @param SlowQueryRecords: 记录列表
2775
2788
  # @type SlowQueryRecords: Array
2776
2789
  # @param DBNameList: 所有数据库名
2777
- # 注意:此字段可能返回 null,表示取不到有效值。
2778
2790
  # @type DBNameList: Array
2779
2791
  # @param CatalogNameList: 所有catalog名
2780
- # 注意:此字段可能返回 null,表示取不到有效值。
2781
2792
  # @type CatalogNameList: Array
2782
2793
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2783
2794
  # @type RequestId: String
@@ -4566,16 +4577,28 @@ module TencentCloud
4566
4577
 
4567
4578
  # RecoverBackUpJob返回参数结构体
4568
4579
  class RecoverBackUpJobResponse < TencentCloud::Common::AbstractModel
4580
+ # @param TotalCount: 恢复任务总数量
4581
+ # @type TotalCount: Integer
4582
+ # @param DuplicateTables: 重复的表名
4583
+ # @type DuplicateTables: Array
4584
+ # @param ErrorMsg: 错误信息
4585
+ # @type ErrorMsg: String
4569
4586
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4570
4587
  # @type RequestId: String
4571
4588
 
4572
- attr_accessor :RequestId
4589
+ attr_accessor :TotalCount, :DuplicateTables, :ErrorMsg, :RequestId
4573
4590
 
4574
- def initialize(requestid=nil)
4591
+ def initialize(totalcount=nil, duplicatetables=nil, errormsg=nil, requestid=nil)
4592
+ @TotalCount = totalcount
4593
+ @DuplicateTables = duplicatetables
4594
+ @ErrorMsg = errormsg
4575
4595
  @RequestId = requestid
4576
4596
  end
4577
4597
 
4578
4598
  def deserialize(params)
4599
+ @TotalCount = params['TotalCount']
4600
+ @DuplicateTables = params['DuplicateTables']
4601
+ @ErrorMsg = params['ErrorMsg']
4579
4602
  @RequestId = params['RequestId']
4580
4603
  end
4581
4604
  end
@@ -4676,15 +4699,12 @@ module TencentCloud
4676
4699
  # @param RegionId: 地域唯一标记
4677
4700
  # @type RegionId: Integer
4678
4701
  # @param Zones: 地域下所有可用区列表
4679
- # 注意:此字段可能返回 null,表示取不到有效值。
4680
4702
  # @type Zones: Array
4681
4703
  # @param Count: 该地域下集群数目
4682
4704
  # @type Count: Integer
4683
4705
  # @param IsInternationalSite: 0代表是国际站 1代表不是
4684
- # 注意:此字段可能返回 null,表示取不到有效值。
4685
4706
  # @type IsInternationalSite: Integer
4686
4707
  # @param Bucket: 桶
4687
- # 注意:此字段可能返回 null,表示取不到有效值。
4688
4708
  # @type Bucket: String
4689
4709
 
4690
4710
  attr_accessor :Name, :Desc, :RegionId, :Zones, :Count, :IsInternationalSite, :Bucket
@@ -4780,22 +4800,16 @@ module TencentCloud
4780
4800
  # @param Type: 分类标记,STANDARD/BIGDATA/HIGHIO分别表示标准型/大数据型/高IO
4781
4801
  # @type Type: String
4782
4802
  # @param SystemDisk: 系统盘描述信息
4783
- # 注意:此字段可能返回 null,表示取不到有效值。
4784
4803
  # @type SystemDisk: :class:`Tencentcloud::Cdwdoris.v20211228.models.DiskSpec`
4785
4804
  # @param DataDisk: 数据盘描述信息
4786
- # 注意:此字段可能返回 null,表示取不到有效值。
4787
4805
  # @type DataDisk: :class:`Tencentcloud::Cdwdoris.v20211228.models.DiskSpec`
4788
4806
  # @param MaxNodeSize: 最大节点数目限制
4789
- # 注意:此字段可能返回 null,表示取不到有效值。
4790
4807
  # @type MaxNodeSize: Integer
4791
4808
  # @param Available: 是否可用,false代表售罄
4792
- # 注意:此字段可能返回 null,表示取不到有效值。
4793
4809
  # @type Available: Boolean
4794
4810
  # @param ComputeSpecDesc: 规格描述信息
4795
- # 注意:此字段可能返回 null,表示取不到有效值。
4796
4811
  # @type ComputeSpecDesc: String
4797
4812
  # @param InstanceQuota: cvm库存
4798
- # 注意:此字段可能返回 null,表示取不到有效值。
4799
4813
  # @type InstanceQuota: Integer
4800
4814
 
4801
4815
  attr_accessor :Name, :Cpu, :Mem, :Type, :SystemDisk, :DataDisk, :MaxNodeSize, :Available, :ComputeSpecDesc, :InstanceQuota
@@ -4982,10 +4996,8 @@ module TencentCloud
4982
4996
  # @param ReserveDynamicPartitionEnable: 是否保持源表中的动态分区
4983
4997
  # @type ReserveDynamicPartitionEnable: Boolean
4984
4998
  # @param BackupJobId: 备份实例id
4985
- # 注意:此字段可能返回 null,表示取不到有效值。
4986
4999
  # @type BackupJobId: Integer
4987
5000
  # @param TaskId: 实例对应snapshot的id
4988
- # 注意:此字段可能返回 null,表示取不到有效值。
4989
5001
  # @type TaskId: Integer
4990
5002
 
4991
5003
  attr_accessor :JobId, :Label, :Timestamp, :DbName, :State, :AllowLoad, :ReplicationNum, :ReplicaAllocation, :RestoreObjects, :CreateTime, :MetaPreparedTime, :SnapshotFinishedTime, :DownloadFinishedTime, :FinishedTime, :UnfinishedTasks, :Progress, :TaskErrMsg, :Status, :Timeout, :ReserveReplica, :ReserveDynamicPartitionEnable, :BackupJobId, :TaskId
@@ -5154,34 +5166,26 @@ module TencentCloud
5154
5166
  # 调度信息
5155
5167
  class ScheduleInfo < TencentCloud::Common::AbstractModel
5156
5168
  # @param EffectivePeriod: 生效周期
5157
- # 注意:此字段可能返回 null,表示取不到有效值。
5158
5169
  # @type EffectivePeriod: String
5159
5170
  # @param ScheduleType: 调度类型,不传该参数时为立即执行:
5160
5171
  # Day-天
5161
5172
  # Week-周
5162
5173
  # Month-月
5163
5174
  # Once-单次
5164
-
5165
- # 注意:此字段可能返回 null,表示取不到有效值。
5166
5175
  # @type ScheduleType: String
5167
5176
  # @param ScheduleData: 执行调度的日期。调度类型为周和月时以英文逗号分隔;
5168
5177
  # 调度类型为单次时,该值是个日期
5169
- # 注意:此字段可能返回 null,表示取不到有效值。
5170
5178
  # @type ScheduleData: String
5171
5179
  # @param ScheduleHour: 执行时间:时
5172
- # 注意:此字段可能返回 null,表示取不到有效值。
5173
5180
  # @type ScheduleHour: Integer
5174
5181
  # @param ScheduleMin: 执行时间:分
5175
- # 注意:此字段可能返回 null,表示取不到有效值。
5176
5182
  # @type ScheduleMin: Integer
5177
5183
  # @param BackupScope: 备份粒度:
5178
5184
  # All-全量
5179
5185
  # Database-按库
5180
5186
  # Table-按表
5181
- # 注意:此字段可能返回 null,表示取不到有效值。
5182
5187
  # @type BackupScope: String
5183
5188
  # @param BackupDatabase: 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割
5184
- # 注意:此字段可能返回 null,表示取不到有效值。
5185
5189
  # @type BackupDatabase: String
5186
5190
 
5187
5191
  attr_accessor :EffectivePeriod, :ScheduleType, :ScheduleData, :ScheduleHour, :ScheduleMin, :BackupScope, :BackupDatabase
@@ -5362,7 +5366,6 @@ module TencentCloud
5362
5366
  # UpdateCoolDown返回参数结构体
5363
5367
  class UpdateCoolDownResponse < TencentCloud::Common::AbstractModel
5364
5368
  # @param ErrorMsg: 错误信息
5365
- # 注意:此字段可能返回 null,表示取不到有效值。
5366
5369
  # @type ErrorMsg: String
5367
5370
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5368
5371
  # @type RequestId: String
@@ -5447,10 +5450,8 @@ module TencentCloud
5447
5450
  # 用户绑定资源组信息
5448
5451
  class UserWorkloadGroup < TencentCloud::Common::AbstractModel
5449
5452
  # @param UserName: test
5450
- # 注意:此字段可能返回 null,表示取不到有效值。
5451
5453
  # @type UserName: String
5452
5454
  # @param WorkloadGroupName: normal
5453
- # 注意:此字段可能返回 null,表示取不到有效值。
5454
5455
  # @type WorkloadGroupName: String
5455
5456
 
5456
5457
  attr_accessor :UserName, :WorkloadGroupName
@@ -5469,19 +5470,14 @@ module TencentCloud
5469
5470
  # 资源组相关配置
5470
5471
  class WorkloadGroupConfig < TencentCloud::Common::AbstractModel
5471
5472
  # @param WorkloadGroupName: 资源组名称
5472
- # 注意:此字段可能返回 null,表示取不到有效值。
5473
5473
  # @type WorkloadGroupName: String
5474
5474
  # @param CpuShare: CPU权重
5475
- # 注意:此字段可能返回 null,表示取不到有效值。
5476
5475
  # @type CpuShare: Integer
5477
5476
  # @param MemoryLimit: 内存限制,所有资源组的内存限制值之和应该小于等于100
5478
- # 注意:此字段可能返回 null,表示取不到有效值。
5479
5477
  # @type MemoryLimit: Integer
5480
5478
  # @param EnableMemoryOverCommit: 是否允许超配分配
5481
- # 注意:此字段可能返回 null,表示取不到有效值。
5482
5479
  # @type EnableMemoryOverCommit: Boolean
5483
5480
  # @param CpuHardLimit: cpu硬限制
5484
- # 注意:此字段可能返回 null,表示取不到有效值。
5485
5481
  # @type CpuHardLimit: String
5486
5482
 
5487
5483
  attr_accessor :WorkloadGroupName, :CpuShare, :MemoryLimit, :EnableMemoryOverCommit, :CpuHardLimit
@@ -5512,10 +5508,8 @@ module TencentCloud
5512
5508
  # @param ZoneId: 可用区唯一标记
5513
5509
  # @type ZoneId: Integer
5514
5510
  # @param Encrypt: Encryptid
5515
- # 注意:此字段可能返回 null,表示取不到有效值。
5516
5511
  # @type Encrypt: Integer
5517
5512
  # @param Main: 是否为主力园区
5518
- # 注意:此字段可能返回 null,表示取不到有效值。
5519
5513
  # @type Main: Boolean
5520
5514
 
5521
5515
  attr_accessor :Name, :Desc, :ZoneId, :Encrypt, :Main
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.983
4
+ version: 3.0.985
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-01-15 00:00:00.000000000 Z
11
+ date: 2025-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common