tencentcloud-sdk-ssl 3.0.728 → 3.0.729

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/v20191205/models.rb +17 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d382a9c9a9e94f93fb6e66a8baa83c6b81845ca
4
- data.tar.gz: 13e918aecab9cec8457b65423ef30788bd650a10
3
+ metadata.gz: c0213df1130bcfe5275215c8e62de830f3ab6272
4
+ data.tar.gz: d391f72f7c38f0a46133d6fbb6fe5a7bef8c9ff5
5
5
  SHA512:
6
- metadata.gz: 2985cae4536a0212e0fe2bccf5dac14dd56cd928ac21839ad37e307e30a78f173211c83bed9c116e19850d2fc335e8bb002e367299f2b70ed94133ce0fa343dc
7
- data.tar.gz: 69b24c5658e6cad228dee69828fdcd1b6635de9cc682fe3ea988d469f3508e5c6aa046d5cefdf2689bca5eca93f7f0fcd3e33003daca9c6357d7280236a1353c
6
+ metadata.gz: 9d629fa9afd34331aefa2064baf668654d1e259630e5ab4f3a402b271cb96518782b7a2f2c49b0df87c3107aec0c3f75e1bbcafffc22c24bd22b1d67abda3e1f
7
+ data.tar.gz: 813ec0b09795a96776599cbd9074a64f867ec3aecb74bc9a98695261229171d8caae3121dd781afaaf44efa08a7b83d00a02ebd0fa3808e2c0607c3538201f63
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.728
1
+ 3.0.729
@@ -2609,10 +2609,14 @@ module TencentCloud
2609
2609
  # @type FilterExpiring: Integer
2610
2610
  # @param Hostable: 是否可托管,可选值:1 = 可托管,0 = 不可托管。
2611
2611
  # @type Hostable: Integer
2612
+ # @param Tags: 筛选指定标签的证书
2613
+ # @type Tags: Array
2614
+ # @param IsPendingIssue: //是否筛选等待签发的证书,传1是筛选,0和null不筛选
2615
+ # @type IsPendingIssue: Integer
2612
2616
 
2613
- attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable
2617
+ attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring, :Hostable, :Tags, :IsPendingIssue
2614
2618
 
2615
- def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil)
2619
+ def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil, issm=nil, filterexpiring=nil, hostable=nil, tags=nil, ispendingissue=nil)
2616
2620
  @Offset = offset
2617
2621
  @Limit = limit
2618
2622
  @SearchKey = searchkey
@@ -2627,6 +2631,8 @@ module TencentCloud
2627
2631
  @IsSM = issm
2628
2632
  @FilterExpiring = filterexpiring
2629
2633
  @Hostable = hostable
2634
+ @Tags = tags
2635
+ @IsPendingIssue = ispendingissue
2630
2636
  end
2631
2637
 
2632
2638
  def deserialize(params)
@@ -2644,6 +2650,15 @@ module TencentCloud
2644
2650
  @IsSM = params['IsSM']
2645
2651
  @FilterExpiring = params['FilterExpiring']
2646
2652
  @Hostable = params['Hostable']
2653
+ unless params['Tags'].nil?
2654
+ @Tags = []
2655
+ params['Tags'].each do |i|
2656
+ tags_tmp = Tags.new
2657
+ tags_tmp.deserialize(i)
2658
+ @Tags << tags_tmp
2659
+ end
2660
+ end
2661
+ @IsPendingIssue = params['IsPendingIssue']
2647
2662
  end
2648
2663
  end
2649
2664
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ssl
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.728
4
+ version: 3.0.729
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-14 00:00:00.000000000 Z
11
+ date: 2023-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common