tencentcloud-sdk-ssl 1.0.354 → 1.0.355

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191205/models.rb +14 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 426914b2cac4ae0490c670487cec6215ba06a5f8
4
- data.tar.gz: 934abc54f9071ef95549626b7bf40285177dddec
3
+ metadata.gz: b5bfd5088298a01d2f2d6bbb5e2026efcd3cc4a8
4
+ data.tar.gz: 70b1faec03b434d12ad039d87bd4d76cd0d1ce5c
5
5
  SHA512:
6
- metadata.gz: dec1edc66f6905a0cc1e0938b180b6a213a7190c56cf3b035a8dfdb73050b0b7c35d772869f2b983fde2ca5251835191106070dc06aca681cb915c3106908c8f
7
- data.tar.gz: 82de57129dd2d72d5c1c11088b8e1ed29d351bda169aa896554729b19978b34063e8716de5785554e1e7bc1274d5f51535a12888183100d7e71b8cb6890e14c3
6
+ metadata.gz: cf36691cc632404f02b3f7536c9e4818b1238bc8865d046bc175d69113d89213f7a6ad27bfe1ba93a1f62c5401d6d5073ff59db3771f70d7dbfb9d5691b166a6
7
+ data.tar.gz: 69f5b6f88cb75bc34165416b02074b827a9e04947760ea41f48ac25d591701d7acad344af7c7f634888928547ad59ae0d273474a68fd8f0f7b62068c6c44dced
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.354
1
+ 1.0.355
@@ -296,10 +296,13 @@ module TencentCloud
296
296
  # @param IsIgnore: 是否已忽略到期通知
297
297
  # 注意:此字段可能返回 null,表示取不到有效值。
298
298
  # @type IsIgnore: Boolean
299
+ # @param IsSM: 是否国密证书
300
+ # 注意:此字段可能返回 null,表示取不到有效值。
301
+ # @type IsSM: Boolean
299
302
 
300
- attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore
303
+ attr_accessor :OwnerUin, :ProjectId, :From, :PackageType, :CertificateType, :ProductZhName, :Domain, :Alias, :Status, :CertificateExtra, :VulnerabilityStatus, :StatusMsg, :VerifyType, :CertBeginTime, :CertEndTime, :ValidityPeriod, :InsertTime, :CertificateId, :SubjectAltName, :PackageTypeName, :StatusName, :IsVip, :IsDv, :IsWildcard, :IsVulnerability, :RenewAble, :ProjectInfo, :BoundResource, :Deployable, :Tags, :IsIgnore, :IsSM
301
304
 
302
- def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil)
305
+ def initialize(owneruin=nil, projectid=nil, from=nil, packagetype=nil, certificatetype=nil, productzhname=nil, domain=nil, _alias=nil, status=nil, certificateextra=nil, vulnerabilitystatus=nil, statusmsg=nil, verifytype=nil, certbegintime=nil, certendtime=nil, validityperiod=nil, inserttime=nil, certificateid=nil, subjectaltname=nil, packagetypename=nil, statusname=nil, isvip=nil, isdv=nil, iswildcard=nil, isvulnerability=nil, renewable=nil, projectinfo=nil, boundresource=nil, deployable=nil, tags=nil, isignore=nil, issm=nil)
303
306
  @OwnerUin = owneruin
304
307
  @ProjectId = projectid
305
308
  @From = from
@@ -331,6 +334,7 @@ module TencentCloud
331
334
  @Deployable = deployable
332
335
  @Tags = tags
333
336
  @IsIgnore = isignore
337
+ @IsSM = issm
334
338
  end
335
339
 
336
340
  def deserialize(params)
@@ -378,6 +382,7 @@ module TencentCloud
378
382
  end
379
383
  end
380
384
  @IsIgnore = params['IsIgnore']
385
+ @IsSM = params['IsSM']
381
386
  end
382
387
  end
383
388
 
@@ -1212,7 +1217,7 @@ module TencentCloud
1212
1217
  # @type ProjectId: Integer
1213
1218
  # @param ExpirationSort: 按到期时间排序:DESC = 降序, ASC = 升序。
1214
1219
  # @type ExpirationSort: String
1215
- # @param CertificateStatus: 证书状态。
1220
+ # @param CertificateStatus: 证书状态:0 = 审核中,1 = 已通过,2 = 审核失败,3 = 已过期,4 = 已添加DNS记录,5 = 企业证书,待提交,6 = 订单取消中,7 = 已取消,8 = 已提交资料, 待上传确认函,9 = 证书吊销中,10 = 已吊销,11 = 重颁发中,12 = 待上传吊销确认函,13 = 免费证书待提交资料。
1216
1221
  # @type CertificateStatus: Array
1217
1222
  # @param Deployable: 是否可部署,可选值:1 = 可部署,0 = 不可部署。
1218
1223
  # @type Deployable: Integer
@@ -1222,10 +1227,12 @@ module TencentCloud
1222
1227
  # @type Renew: Integer
1223
1228
  # @param FilterSource: 筛选来源, upload:上传证书, buy:腾讯云证书, 不传默认全部
1224
1229
  # @type FilterSource: String
1230
+ # @param IsSM: 是否筛选国密证书。1:筛选 0:不筛选
1231
+ # @type IsSM: Integer
1225
1232
 
1226
- attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource
1233
+ attr_accessor :Offset, :Limit, :SearchKey, :CertificateType, :ProjectId, :ExpirationSort, :CertificateStatus, :Deployable, :Upload, :Renew, :FilterSource, :IsSM
1227
1234
 
1228
- def initialize(offset=nil, limit=nil, searchkey=nil, certificatetype=nil, projectid=nil, expirationsort=nil, certificatestatus=nil, deployable=nil, upload=nil, renew=nil, filtersource=nil)
1235
+ 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)
1229
1236
  @Offset = offset
1230
1237
  @Limit = limit
1231
1238
  @SearchKey = searchkey
@@ -1237,6 +1244,7 @@ module TencentCloud
1237
1244
  @Upload = upload
1238
1245
  @Renew = renew
1239
1246
  @FilterSource = filtersource
1247
+ @IsSM = issm
1240
1248
  end
1241
1249
 
1242
1250
  def deserialize(params)
@@ -1251,6 +1259,7 @@ module TencentCloud
1251
1259
  @Upload = params['Upload']
1252
1260
  @Renew = params['Renew']
1253
1261
  @FilterSource = params['FilterSource']
1262
+ @IsSM = params['IsSM']
1254
1263
  end
1255
1264
  end
1256
1265
 
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: 1.0.354
4
+ version: 1.0.355
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-12 00:00:00.000000000 Z
11
+ date: 2022-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common