tencentcloud-sdk-ssl 3.0.728 → 3.0.729
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +17 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0213df1130bcfe5275215c8e62de830f3ab6272
|
4
|
+
data.tar.gz: d391f72f7c38f0a46133d6fbb6fe5a7bef8c9ff5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d629fa9afd34331aefa2064baf668654d1e259630e5ab4f3a402b271cb96518782b7a2f2c49b0df87c3107aec0c3f75e1bbcafffc22c24bd22b1d67abda3e1f
|
7
|
+
data.tar.gz: 813ec0b09795a96776599cbd9074a64f867ec3aecb74bc9a98695261229171d8caae3121dd781afaaf44efa08a7b83d00a02ebd0fa3808e2c0607c3538201f63
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.729
|
data/lib/v20191205/models.rb
CHANGED
@@ -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.
|
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-
|
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
|