tencentcloud-sdk-cdwdoris 3.0.924 → 3.0.926

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 +18 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cace1fb7a50c9ee748987fc489127b63cfb3e2ad
4
- data.tar.gz: 26aadb15d9f34352e9b7651066ac586cb9bef801
3
+ metadata.gz: 1766fab8221a315a81a446fd2b6e34436e07a482
4
+ data.tar.gz: fa3ed69d97beb849a8edb7f6e9767e6fbed6f920
5
5
  SHA512:
6
- metadata.gz: 47a95b067c69cac64bfaaf4bcd19b9eff886adb59d915ef6754fafb2664fcadabe93a7874509169d0c47ca2b70e474890fc160ac350216126ea0b293e548e206
7
- data.tar.gz: c74916dfab39c6850bef6a52cde2b7a3f388bff84813e75e3474be529d8c0d9ff270e7422e7e6752b6f5a9a7eead6d5bcce44446029f24f7504c7ba9fc3cf376
6
+ metadata.gz: 71cadeda3f76bd2bb0260bfb5f699f382d78197fb6c2cf2ea2fbd69e4693b68fc3ca80be6d9b55590cb20cbc94c0ff7881ac7e2c3a319ebd9d134a2a0637e52f
7
+ data.tar.gz: d548dbb02d8eadecea8eed9a450c90f9e0391da72f59274a533061614fd5652f8b1f1fb573d3f6c2c11d80a4f2393d8791b739ed3a9d56d0432f24c62b978a57
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.924
1
+ 3.0.926
@@ -1346,6 +1346,11 @@ module TencentCloud
1346
1346
  class DescribeBackUpJobRequest < TencentCloud::Common::AbstractModel
1347
1347
  # @param InstanceId: 集群id
1348
1348
  # @type InstanceId: String
1349
+ # @param ApplicationType: 任务类型:
1350
+ # 0-不限制,或使用TypeFilters过滤;
1351
+ # 1-备份恢复(包括周期备份和一次性备份);
1352
+ # 2-数据迁移(包括跨集群迁移和cos迁移)
1353
+ # @type ApplicationType: Integer
1349
1354
  # @param PageSize: 分页大小
1350
1355
  # @type PageSize: Integer
1351
1356
  # @param PageNum: 页号
@@ -1357,10 +1362,11 @@ module TencentCloud
1357
1362
  # @param JobIdFiltersStr: jobid的string类型
1358
1363
  # @type JobIdFiltersStr: String
1359
1364
 
1360
- attr_accessor :InstanceId, :PageSize, :PageNum, :BeginTime, :EndTime, :JobIdFiltersStr
1365
+ attr_accessor :InstanceId, :ApplicationType, :PageSize, :PageNum, :BeginTime, :EndTime, :JobIdFiltersStr
1361
1366
 
1362
- def initialize(instanceid=nil, pagesize=nil, pagenum=nil, begintime=nil, endtime=nil, jobidfiltersstr=nil)
1367
+ def initialize(instanceid=nil, applicationtype=nil, pagesize=nil, pagenum=nil, begintime=nil, endtime=nil, jobidfiltersstr=nil)
1363
1368
  @InstanceId = instanceid
1369
+ @ApplicationType = applicationtype
1364
1370
  @PageSize = pagesize
1365
1371
  @PageNum = pagenum
1366
1372
  @BeginTime = begintime
@@ -1370,6 +1376,7 @@ module TencentCloud
1370
1376
 
1371
1377
  def deserialize(params)
1372
1378
  @InstanceId = params['InstanceId']
1379
+ @ApplicationType = params['ApplicationType']
1373
1380
  @PageSize = params['PageSize']
1374
1381
  @PageNum = params['PageNum']
1375
1382
  @BeginTime = params['BeginTime']
@@ -1408,12 +1415,20 @@ module TencentCloud
1408
1415
 
1409
1416
  # DescribeBackUpSchedules请求参数结构体
1410
1417
  class DescribeBackUpSchedulesRequest < TencentCloud::Common::AbstractModel
1418
+ # @param ApplicationType: 任务类型
1419
+ # 0-不限制,或使用TypeFilters过滤;
1420
+ # 1-备份恢复(包括周期备份和一次性备份);
1421
+ # 2-数据迁移(包括跨集群迁移和cos迁移)
1422
+ # @type ApplicationType: Integer
1411
1423
 
1424
+ attr_accessor :ApplicationType
1412
1425
 
1413
- def initialize()
1426
+ def initialize(applicationtype=nil)
1427
+ @ApplicationType = applicationtype
1414
1428
  end
1415
1429
 
1416
1430
  def deserialize(params)
1431
+ @ApplicationType = params['ApplicationType']
1417
1432
  end
1418
1433
  end
1419
1434
 
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.924
4
+ version: 3.0.926
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-10-14 00:00:00.000000000 Z
11
+ date: 2024-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common