tencentcloud-sdk-ssl 3.0.451 → 3.0.452
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +6 -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: 8020c2be761225eaa69c6fdd11eba3e23d1a7fd4
|
|
4
|
+
data.tar.gz: d1fcf20c1cfeb96009a142b5787f1d91b598f563
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cf891636be7c956e0112438cca2ce5ea83ed2035c56d2ed3cd77a789dc29f0e0dd52aa8057491616c532d7318a0af05a86ff756f19be21a0ba317e1d6d8fa3d0
|
|
7
|
+
data.tar.gz: 84f0abc65b29519fd2e57f6a49b55230c2ee49a3b63d91fe293ef2364d7eaef8822e67305ab942029ff367b521ebd6e001f03ef29e8262b274f31061d34ee05b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.452
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -1253,10 +1253,12 @@ module TencentCloud
|
|
|
1253
1253
|
# @type FilterSource: String
|
|
1254
1254
|
# @param IsSM: 是否筛选国密证书。1:筛选 0:不筛选
|
|
1255
1255
|
# @type IsSM: Integer
|
|
1256
|
+
# @param FilterExpiring: 筛选证书是否即将过期,传1是筛选,0不筛选
|
|
1257
|
+
# @type FilterExpiring: Integer
|
|
1256
1258
|
|
|
1257
|
-
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM
|
|
1259
|
+
attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM, :FilterExpiring
|
|
1258
1260
|
|
|
1259
|
-
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)
|
|
1261
|
+
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)
|
|
1260
1262
|
@Offset = offset
|
|
1261
1263
|
@Limit = limit
|
|
1262
1264
|
@SearchKey = searchkey
|
|
@@ -1269,6 +1271,7 @@ module TencentCloud
|
|
|
1269
1271
|
@Renew = renew
|
|
1270
1272
|
@FilterSource = filtersource
|
|
1271
1273
|
@IsSM = issm
|
|
1274
|
+
@FilterExpiring = filterexpiring
|
|
1272
1275
|
end
|
|
1273
1276
|
|
|
1274
1277
|
def deserialize(params)
|
|
@@ -1284,6 +1287,7 @@ module TencentCloud
|
|
|
1284
1287
|
@Renew = params['Renew']
|
|
1285
1288
|
@FilterSource = params['FilterSource']
|
|
1286
1289
|
@IsSM = params['IsSM']
|
|
1290
|
+
@FilterExpiring = params['FilterExpiring']
|
|
1287
1291
|
end
|
|
1288
1292
|
end
|
|
1289
1293
|
|
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.452
|
|
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-11-
|
|
11
|
+
date: 2022-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|