tencentcloud-sdk-cdc 1.0.363 → 3.0.379

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/v20201214/models.rb +29 -4
  4. metadata +10 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d53518af113435b1460d9a45b33a59a9c3dc673
4
- data.tar.gz: fff0f3635e67d9281a6653d14be5844d5095d9b7
3
+ metadata.gz: 9e84b77b09f5e2a99166af4b78614bb66bd36627
4
+ data.tar.gz: 5b28516c406a5d687a75c28121fd4f05ba7a1b81
5
5
  SHA512:
6
- metadata.gz: f91caec6b5b24a81bf84e23b5134553ada84ede0d005b9023861d972029e3e9a3f431ddde3be8dd9c00be2ec9ff6e802e06f98ceaa35436de792ef304d8f7c95
7
- data.tar.gz: 923e779a6db6dbfdf90bb6d291494ce5312fcdd256bd061b9d858342e4be295c0d858142cffe85a2d2a67dbf2d3dc22e6c6400f402ab7e212802670d02f6b9a3
6
+ metadata.gz: bf38750527caa6795626b348c199ecfe7d9f90baeb544595c56f589df0e57a9db300a606cee69c874188d20084e9354af7468439341582364a6698f32c319a19
7
+ data.tar.gz: d0488a59134fcd53a5e3d61791695e9dc0f36b86f6f7783c8ed328eb53b404201d7626db23552ad521ecaf46461a746b984ad26b3a853f2a08744bde6aefbbdc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.363
1
+ 3.0.379
@@ -483,10 +483,19 @@ module TencentCloud
483
483
  # @param PayStatus: 0代表未支付,1代表已支付
484
484
  # 注意:此字段可能返回 null,表示取不到有效值。
485
485
  # @type PayStatus: Integer
486
+ # @param PayType: 支付方式,一次性、按月、按年
487
+ # 注意:此字段可能返回 null,表示取不到有效值。
488
+ # @type PayType: String
489
+ # @param TimeUnit: 购买时长的单位
490
+ # 注意:此字段可能返回 null,表示取不到有效值。
491
+ # @type TimeUnit: String
492
+ # @param TimeSpan: 购买时长
493
+ # 注意:此字段可能返回 null,表示取不到有效值。
494
+ # @type TimeSpan: Integer
486
495
 
487
- attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus
496
+ attr_accessor :DedicatedClusterId, :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :OrderStatus, :CreateTime, :DedicatedClusterOrderId, :Action, :DedicatedClusterOrderItems, :Cpu, :Mem, :Gpu, :PayStatus, :PayType, :TimeUnit, :TimeSpan
488
497
 
489
- def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil)
498
+ def initialize(dedicatedclusterid=nil, dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, orderstatus=nil, createtime=nil, dedicatedclusterorderid=nil, action=nil, dedicatedclusterorderitems=nil, cpu=nil, mem=nil, gpu=nil, paystatus=nil, paytype=nil, timeunit=nil, timespan=nil)
490
499
  @DedicatedClusterId = dedicatedclusterid
491
500
  @DedicatedClusterTypeId = dedicatedclustertypeid
492
501
  @SupportedStorageType = supportedstoragetype
@@ -503,6 +512,9 @@ module TencentCloud
503
512
  @Mem = mem
504
513
  @Gpu = gpu
505
514
  @PayStatus = paystatus
515
+ @PayType = paytype
516
+ @TimeUnit = timeunit
517
+ @TimeSpan = timespan
506
518
  end
507
519
 
508
520
  def deserialize(params)
@@ -529,6 +541,9 @@ module TencentCloud
529
541
  @Mem = params['Mem']
530
542
  @Gpu = params['Gpu']
531
543
  @PayStatus = params['PayStatus']
544
+ @PayType = params['PayType']
545
+ @TimeUnit = params['TimeUnit']
546
+ @TimeSpan = params['TimeSpan']
532
547
  end
533
548
  end
534
549
 
@@ -569,10 +584,16 @@ module TencentCloud
569
584
  # @param ComputeFormat: 规格展示
570
585
  # 注意:此字段可能返回 null,表示取不到有效值。
571
586
  # @type ComputeFormat: String
587
+ # @param TypeFamily: 规格类型
588
+ # 注意:此字段可能返回 null,表示取不到有效值。
589
+ # @type TypeFamily: String
590
+ # @param SubOrderPayStatus: 0未支付,1已支付
591
+ # 注意:此字段可能返回 null,表示取不到有效值。
592
+ # @type SubOrderPayStatus: Integer
572
593
 
573
- attr_accessor :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :SubOrderStatus, :CreateTime, :SubOrderId, :Count, :Name, :Description, :TotalCpu, :TotalMem, :TotalGpu, :TypeName, :ComputeFormat
594
+ attr_accessor :DedicatedClusterTypeId, :SupportedStorageType, :SupportedUplinkSpeed, :SupportedInstanceFamily, :Weight, :PowerDraw, :SubOrderStatus, :CreateTime, :SubOrderId, :Count, :Name, :Description, :TotalCpu, :TotalMem, :TotalGpu, :TypeName, :ComputeFormat, :TypeFamily, :SubOrderPayStatus
574
595
 
575
- def initialize(dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, suborderstatus=nil, createtime=nil, suborderid=nil, count=nil, name=nil, description=nil, totalcpu=nil, totalmem=nil, totalgpu=nil, typename=nil, computeformat=nil)
596
+ def initialize(dedicatedclustertypeid=nil, supportedstoragetype=nil, supporteduplinkspeed=nil, supportedinstancefamily=nil, weight=nil, powerdraw=nil, suborderstatus=nil, createtime=nil, suborderid=nil, count=nil, name=nil, description=nil, totalcpu=nil, totalmem=nil, totalgpu=nil, typename=nil, computeformat=nil, typefamily=nil, suborderpaystatus=nil)
576
597
  @DedicatedClusterTypeId = dedicatedclustertypeid
577
598
  @SupportedStorageType = supportedstoragetype
578
599
  @SupportedUplinkSpeed = supporteduplinkspeed
@@ -590,6 +611,8 @@ module TencentCloud
590
611
  @TotalGpu = totalgpu
591
612
  @TypeName = typename
592
613
  @ComputeFormat = computeformat
614
+ @TypeFamily = typefamily
615
+ @SubOrderPayStatus = suborderpaystatus
593
616
  end
594
617
 
595
618
  def deserialize(params)
@@ -610,6 +633,8 @@ module TencentCloud
610
633
  @TotalGpu = params['TotalGpu']
611
634
  @TypeName = params['TypeName']
612
635
  @ComputeFormat = params['ComputeFormat']
636
+ @TypeFamily = params['TypeFamily']
637
+ @SubOrderPayStatus = params['SubOrderPayStatus']
613
638
  end
614
639
  end
615
640
 
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.363
4
+ version: 3.0.379
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-25 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1.0'
27
27
  description: Tencent Cloud Ruby SDK is the official software development kit, which
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/VERSION
37
- - lib/tencentcloud-sdk-cdc.rb
38
- - lib/v20201214/client.rb
39
36
  - lib/v20201214/models.rb
37
+ - lib/v20201214/client.rb
38
+ - lib/tencentcloud-sdk-cdc.rb
39
+ - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses:
42
42
  - Apache-2.0
@@ -49,17 +49,17 @@ require_paths:
49
49
  - lib
50
50
  required_ruby_version: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ">="
57
+ - - '>='
58
58
  - !ruby/object:Gem::Version
59
59
  version: '0'
60
60
  requirements: []
61
61
  rubyforge_project:
62
- rubygems_version: 2.6.14
62
+ rubygems_version: 2.0.14
63
63
  signing_key:
64
64
  specification_version: 4
65
65
  summary: Tencent Cloud SDK for Ruby - CDC