tencentcloud-sdk-teo 3.0.406 → 3.0.407

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/v20220106/models.rb +18 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b144268727da3ca57358fb7fc51a2eab89435ce3
4
- data.tar.gz: 21c5ec93aef1dd30696216198a16b2e197c5b97e
3
+ metadata.gz: 2b08bf002664be04974e5b3ce7608eae0681ce46
4
+ data.tar.gz: 46e5160df299188468b0237286a7b9d2c549e25f
5
5
  SHA512:
6
- metadata.gz: f4bb5d3ca45a2d7aac76125bda84610af769764145594c946f7f5b760773ded413aa52748d8f77d58813767641c853bb03167eb28827143a18260ceb06e13b69
7
- data.tar.gz: b1deb012465b591b1363c9e82a04262f68c6114edb8765524e4b680860ac2ec8176a07c5281b744255fcc9a93390ff7d8ac07603044e71bbdf50998feb5ab181
6
+ metadata.gz: 49f4cd87ab2b651e4fa0077cfc7b68febbb34d0bfcd423dbf8b04436d20e69640ed037535f214781d9092c1b326c748b85145e63c8cf59f48d5378c472461648
7
+ data.tar.gz: 5f5f151c11a94b471d5714f03ed8b3cbf28fab067394145c549e51172c017f7f82c0f9985f1cc6c57daa749f0d0cbf9dcec4bf344f6303e9b9e3b04377e56ade
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.406
1
+ 3.0.407
@@ -11467,39 +11467,43 @@ module TencentCloud
11467
11467
 
11468
11468
  # https 服务端证书配置
11469
11469
  class ServerCertInfo < TencentCloud::Common::AbstractModel
11470
- # @param CertId: 服务器证书 ID, 默认证书ID, 或在 SSL 证书管理进行证书托管时自动生成
11470
+ # @param CertId: 服务器证书 ID
11471
11471
  # 注意:此字段可能返回 null,表示取不到有效值。
11472
11472
  # @type CertId: String
11473
- # @param Alias: 证书备注名
11473
+ # @param Alias: 证书备注名。
11474
11474
  # 注意:此字段可能返回 null,表示取不到有效值。
11475
11475
  # @type Alias: String
11476
- # @param Type: 证书类型:
11477
- # default: 默认证书
11478
- # upload:用户上传
11479
- # managed:腾讯云托管
11476
+ # @param Type: 证书类型,取值有:
11477
+ # <li>default: 默认证书;</li>
11478
+ # <li>upload:用户上传;</li>
11479
+ # <li>managed:腾讯云托管。</li>
11480
11480
  # 注意:此字段可能返回 null,表示取不到有效值。
11481
11481
  # @type Type: String
11482
- # @param ExpireTime: 证书过期时间
11482
+ # @param ExpireTime: 证书过期时间。
11483
11483
  # 注意:此字段可能返回 null,表示取不到有效值。
11484
11484
  # @type ExpireTime: String
11485
- # @param DeployTime: 证书部署时间
11485
+ # @param DeployTime: 证书部署时间。
11486
11486
  # 注意:此字段可能返回 null,表示取不到有效值。
11487
11487
  # @type DeployTime: String
11488
- # @param Status: 部署状态:
11489
- # processing: 部署中
11490
- # deployed: 已部署
11488
+ # @param Status: 部署状态,取值有:
11489
+ # <li>processing: 部署中;</li>
11490
+ # <li>deployed: 已部署。</li>
11491
11491
  # 注意:此字段可能返回 null,表示取不到有效值。
11492
11492
  # @type Status: String
11493
+ # @param SignAlgo: 证书算法。
11494
+ # 注意:此字段可能返回 null,表示取不到有效值。
11495
+ # @type SignAlgo: String
11493
11496
 
11494
- attr_accessor :CertId, :Alias, :Type, :ExpireTime, :DeployTime, :Status
11497
+ attr_accessor :CertId, :Alias, :Type, :ExpireTime, :DeployTime, :Status, :SignAlgo
11495
11498
 
11496
- def initialize(certid=nil, _alias=nil, type=nil, expiretime=nil, deploytime=nil, status=nil)
11499
+ def initialize(certid=nil, _alias=nil, type=nil, expiretime=nil, deploytime=nil, status=nil, signalgo=nil)
11497
11500
  @CertId = certid
11498
11501
  @Alias = _alias
11499
11502
  @Type = type
11500
11503
  @ExpireTime = expiretime
11501
11504
  @DeployTime = deploytime
11502
11505
  @Status = status
11506
+ @SignAlgo = signalgo
11503
11507
  end
11504
11508
 
11505
11509
  def deserialize(params)
@@ -11509,6 +11513,7 @@ module TencentCloud
11509
11513
  @ExpireTime = params['ExpireTime']
11510
11514
  @DeployTime = params['DeployTime']
11511
11515
  @Status = params['Status']
11516
+ @SignAlgo = params['SignAlgo']
11512
11517
  end
11513
11518
  end
11514
11519
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.406
4
+ version: 3.0.407
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-09-08 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common