tencentcloud-sdk-ssl 3.0.1110 → 3.0.1115

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 +43 -39
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8e147a20635162862b34a9445a1dbbe10ba81df
4
- data.tar.gz: 30e3bfbb7917a5732bf154df373468f2c9c9e90e
3
+ metadata.gz: 9a89af024455634c15fd4ee2b9221a0e32740f1a
4
+ data.tar.gz: b8d60c6662673537cc62d7f5d2b24275c88908b5
5
5
  SHA512:
6
- metadata.gz: 212aae12ac9c42f69f5afa88797fa749d7c9314cf8066137d74f81a88bd25042fe712c509a82bbe68bd45c242cf3f9fad5af5e94374e9bd0ef45ee74535d93df
7
- data.tar.gz: 37991554a7e596db4c5ad3a47417e937b79c09941ac982fc6b637b0ad835bafc5e8186b33400a1ce4543ad92066239e7478bcfa4cde9a927771b0dbf7d4bc9d2
6
+ metadata.gz: 2f14a0aaa1f4c6c8b9d803cf7c8c60ceb44ac45f0f58ea7e4a8546f7d3a0064f86614544e33a40ef45b37bd70eedcbe8f262b0172af9e7554c2988fba7c372be
7
+ data.tar.gz: 54b243ae23fd5e3b58a1944f785e114b9a9ef81ea37dd910a2df88b9ad308a77681c70f51ecf5e5ff4d0cfe1e1be07d8bb77a3073992a3c621fa38f5c9711a87
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1110
1
+ 3.0.1115
@@ -924,13 +924,13 @@ module TencentCloud
924
924
  # @type StatusMsg: String
925
925
  # @param VerifyType: 验证类型:DNS_AUTO = 自动DNS验证,DNS = 手动DNS验证,FILE = 文件验证,DNS_PROXY = DNS代理验证。FILE_PROXY = 文件代理验证
926
926
  # @type VerifyType: String
927
- # @param CertBeginTime: 证书生效时间。
927
+ # @param CertBeginTime: 证书生效时间。时区为GMT+8:00
928
928
  # @type CertBeginTime: String
929
- # @param CertEndTime: 证书过期时间。
929
+ # @param CertEndTime: 证书过期时间。时区为GMT+8:00
930
930
  # @type CertEndTime: String
931
931
  # @param ValidityPeriod: 证书有效期,单位(月)。
932
932
  # @type ValidityPeriod: String
933
- # @param InsertTime: 创建时间。
933
+ # @param InsertTime: 创建时间。时区为GMT+8:00
934
934
  # @type InsertTime: String
935
935
  # @param CertificateId: 证书 ID。
936
936
  # @type CertificateId: String
@@ -986,9 +986,9 @@ module TencentCloud
986
986
  # @type ReplaceOriCertIsDelete: Boolean
987
987
  # @param IsExpiring: 是否即将过期, 证书即将到期的30天内为即将过期
988
988
  # @type IsExpiring: Boolean
989
- # @param DVAuthDeadline: DV证书添加验证截止时间
989
+ # @param DVAuthDeadline: DV证书添加验证截止时间,时区为GMT+8:00
990
990
  # @type DVAuthDeadline: String
991
- # @param ValidationPassedTime: 域名验证通过时间
991
+ # @param ValidationPassedTime: 域名验证通过时间,时区为GMT+8:00
992
992
  # @type ValidationPassedTime: String
993
993
  # @param CertSANs: 证书关联的多域名
994
994
  # @type CertSANs: Array
@@ -1004,7 +1004,7 @@ module TencentCloud
1004
1004
  # @type KeyPasswordCustomFlag: Boolean
1005
1005
  # @param SupportDownloadType: 支持下载的WEB服务器类型: nginx、apache、iis、tomcat、jks、root、other
1006
1006
  # @type SupportDownloadType: :class:`Tencentcloud::Ssl.v20191205.models.SupportDownloadType`
1007
- # @param CertRevokedTime: 证书吊销完成时间
1007
+ # @param CertRevokedTime: 证书吊销完成时间,时区为GMT+8:00
1008
1008
  # @type CertRevokedTime: String
1009
1009
  # @param HostingResourceTypes: 托管资源类型列表
1010
1010
  # @type HostingResourceTypes: Array
@@ -2558,10 +2558,12 @@ module TencentCloud
2558
2558
  # @type Algorithm: String
2559
2559
  # @param OldAlgorithm: 原证书加密算法
2560
2560
  # @type OldAlgorithm: String
2561
+ # @param InstanceStatus: 实例状态,不同云产品状态不一样
2562
+ # @type InstanceStatus: String
2561
2563
 
2562
- attr_accessor :Id, :CertId, :OldCertId, :InstanceId, :InstanceName, :ListenerId, :Domains, :Protocol, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :ListenerName, :SniSwitch, :Bucket, :Namespace, :SecretName, :Port, :EnvId, :TCBType, :Region, :Url, :Algorithm, :OldAlgorithm
2564
+ attr_accessor :Id, :CertId, :OldCertId, :InstanceId, :InstanceName, :ListenerId, :Domains, :Protocol, :Status, :ErrorMsg, :CreateTime, :UpdateTime, :ListenerName, :SniSwitch, :Bucket, :Namespace, :SecretName, :Port, :EnvId, :TCBType, :Region, :Url, :Algorithm, :OldAlgorithm, :InstanceStatus
2563
2565
 
2564
- def initialize(id=nil, certid=nil, oldcertid=nil, instanceid=nil, instancename=nil, listenerid=nil, domains=nil, protocol=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, listenername=nil, sniswitch=nil, bucket=nil, namespace=nil, secretname=nil, port=nil, envid=nil, tcbtype=nil, region=nil, url=nil, algorithm=nil, oldalgorithm=nil)
2566
+ def initialize(id=nil, certid=nil, oldcertid=nil, instanceid=nil, instancename=nil, listenerid=nil, domains=nil, protocol=nil, status=nil, errormsg=nil, createtime=nil, updatetime=nil, listenername=nil, sniswitch=nil, bucket=nil, namespace=nil, secretname=nil, port=nil, envid=nil, tcbtype=nil, region=nil, url=nil, algorithm=nil, oldalgorithm=nil, instancestatus=nil)
2565
2567
  @Id = id
2566
2568
  @CertId = certid
2567
2569
  @OldCertId = oldcertid
@@ -2586,6 +2588,7 @@ module TencentCloud
2586
2588
  @Url = url
2587
2589
  @Algorithm = algorithm
2588
2590
  @OldAlgorithm = oldalgorithm
2591
+ @InstanceStatus = instancestatus
2589
2592
  end
2590
2593
 
2591
2594
  def deserialize(params)
@@ -2613,6 +2616,7 @@ module TencentCloud
2613
2616
  @Url = params['Url']
2614
2617
  @Algorithm = params['Algorithm']
2615
2618
  @OldAlgorithm = params['OldAlgorithm']
2619
+ @InstanceStatus = params['InstanceStatus']
2616
2620
  end
2617
2621
  end
2618
2622
 
@@ -3204,15 +3208,15 @@ module TencentCloud
3204
3208
  # @type VerifyType: String
3205
3209
  # @param VulnerabilityStatus: 漏洞扫描状态。
3206
3210
  # @type VulnerabilityStatus: String
3207
- # @param CertBeginTime: 证书生效时间。
3211
+ # @param CertBeginTime: 证书生效时间。时区为GMT+8:00
3208
3212
  # 注意:此字段可能返回 null,表示取不到有效值。
3209
3213
  # @type CertBeginTime: String
3210
- # @param CertEndTime: 证书失效时间。
3214
+ # @param CertEndTime: 证书失效时间。时区为GMT+8:00
3211
3215
  # 注意:此字段可能返回 null,表示取不到有效值。
3212
3216
  # @type CertEndTime: String
3213
3217
  # @param ValidityPeriod: 证书有效期:单位(月)。
3214
3218
  # @type ValidityPeriod: String
3215
- # @param InsertTime: 证书申请时间。
3219
+ # @param InsertTime: 证书申请时间。时区为GMT+8:00
3216
3220
  # @type InsertTime: String
3217
3221
  # @param OrderId: CA订单 ID。
3218
3222
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -3635,16 +3639,16 @@ module TencentCloud
3635
3639
  # @param VulnerabilityStatus: 漏洞扫描状态。
3636
3640
  # 注意:此字段可能返回 null,表示取不到有效值。
3637
3641
  # @type VulnerabilityStatus: String
3638
- # @param CertBeginTime: 证书生效时间。
3642
+ # @param CertBeginTime: 证书生效时间。时区为GMT+8:00
3639
3643
  # 注意:此字段可能返回 null,表示取不到有效值。
3640
3644
  # @type CertBeginTime: String
3641
- # @param CertEndTime: 证书失效时间。
3645
+ # @param CertEndTime: 证书失效时间。时区为GMT+8:00
3642
3646
  # 注意:此字段可能返回 null,表示取不到有效值。
3643
3647
  # @type CertEndTime: String
3644
3648
  # @param ValidityPeriod: 证书有效期:单位(月)。
3645
3649
  # 注意:此字段可能返回 null,表示取不到有效值。
3646
3650
  # @type ValidityPeriod: String
3647
- # @param InsertTime: 申请时间。
3651
+ # @param InsertTime: 申请时间。时区为GMT+8:00
3648
3652
  # 注意:此字段可能返回 null,表示取不到有效值。
3649
3653
  # @type InsertTime: String
3650
3654
  # @param OrderId: 订单 ID。
@@ -3701,7 +3705,7 @@ module TencentCloud
3701
3705
  # @param CACommonNames: CA证书的所有通用名称。仅证书类型CertificateType为CA有效
3702
3706
  # 注意:此字段可能返回 null,表示取不到有效值。
3703
3707
  # @type CACommonNames: Array
3704
- # @param CAEndTimes: CA证书所有的到期时间。仅证书类型CertificateType为CA有效
3708
+ # @param CAEndTimes: CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00
3705
3709
  # 注意:此字段可能返回 null,表示取不到有效值。
3706
3710
  # @type CAEndTimes: Array
3707
3711
  # @param DvRevokeAuthDetail: DV证书吊销验证值
@@ -4036,7 +4040,7 @@ module TencentCloud
4036
4040
  class DescribeDeployedResourcesRequest < TencentCloud::Common::AbstractModel
4037
4041
  # @param CertificateIds: 证书ID
4038
4042
  # @type CertificateIds: Array
4039
- # @param ResourceType: 资源类型:clb,cdn,live,waf,antiddos,teo
4043
+ # @param ResourceType: 资源类型:clb,cdn,live,vod,waf,antiddos,teo
4040
4044
  # @type ResourceType: String
4041
4045
 
4042
4046
  attr_accessor :CertificateIds, :ResourceType
@@ -4142,8 +4146,8 @@ module TencentCloud
4142
4146
 
4143
4147
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Limit, :Offset
4144
4148
  extend Gem::Deprecate
4145
- deprecate :ResourceType, :none, 2025, 7
4146
- deprecate :ResourceType=, :none, 2025, 7
4149
+ deprecate :ResourceType, :none, 2025, 8
4150
+ deprecate :ResourceType=, :none, 2025, 8
4147
4151
 
4148
4152
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, limit=nil, offset=nil)
4149
4153
  @CertificateId = certificateid
@@ -4225,8 +4229,8 @@ module TencentCloud
4225
4229
 
4226
4230
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
4227
4231
  extend Gem::Deprecate
4228
- deprecate :ResourceType, :none, 2025, 7
4229
- deprecate :ResourceType=, :none, 2025, 7
4232
+ deprecate :ResourceType, :none, 2025, 8
4233
+ deprecate :ResourceType=, :none, 2025, 8
4230
4234
 
4231
4235
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
4232
4236
  @CertificateId = certificateid
@@ -4599,7 +4603,7 @@ module TencentCloud
4599
4603
  # @type FailedTotalCount: Integer
4600
4604
  # @param RunningTotalCount: 部署中总数
4601
4605
  # @type RunningTotalCount: Integer
4602
- # @param PendingTotalCount: 带部署总数
4606
+ # @param PendingTotalCount: 待部署总数
4603
4607
  # @type PendingTotalCount: Integer
4604
4608
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4605
4609
  # @type RequestId: String
@@ -4706,8 +4710,8 @@ module TencentCloud
4706
4710
 
4707
4711
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType
4708
4712
  extend Gem::Deprecate
4709
- deprecate :ResourceType, :none, 2025, 7
4710
- deprecate :ResourceType=, :none, 2025, 7
4713
+ deprecate :ResourceType, :none, 2025, 8
4714
+ deprecate :ResourceType=, :none, 2025, 8
4711
4715
 
4712
4716
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil)
4713
4717
  @CertificateId = certificateid
@@ -4777,8 +4781,8 @@ module TencentCloud
4777
4781
 
4778
4782
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
4779
4783
  extend Gem::Deprecate
4780
- deprecate :ResourceType, :none, 2025, 7
4781
- deprecate :ResourceType=, :none, 2025, 7
4784
+ deprecate :ResourceType, :none, 2025, 8
4785
+ deprecate :ResourceType=, :none, 2025, 8
4782
4786
 
4783
4787
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
4784
4788
  @CertificateId = certificateid
@@ -4852,8 +4856,8 @@ module TencentCloud
4852
4856
 
4853
4857
  attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
4854
4858
  extend Gem::Deprecate
4855
- deprecate :ResourceType, :none, 2025, 7
4856
- deprecate :ResourceType=, :none, 2025, 7
4859
+ deprecate :ResourceType, :none, 2025, 8
4860
+ deprecate :ResourceType=, :none, 2025, 8
4857
4861
 
4858
4862
  def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
4859
4863
  @CertificateId = certificateid
@@ -5257,8 +5261,8 @@ module TencentCloud
5257
5261
 
5258
5262
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
5259
5263
  extend Gem::Deprecate
5260
- deprecate :ResourceType, :none, 2025, 7
5261
- deprecate :ResourceType=, :none, 2025, 7
5264
+ deprecate :ResourceType, :none, 2025, 8
5265
+ deprecate :ResourceType=, :none, 2025, 8
5262
5266
 
5263
5267
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
5264
5268
  @CertificateId = certificateid
@@ -5330,8 +5334,8 @@ module TencentCloud
5330
5334
 
5331
5335
  attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
5332
5336
  extend Gem::Deprecate
5333
- deprecate :ResourceType, :none, 2025, 7
5334
- deprecate :ResourceType=, :none, 2025, 7
5337
+ deprecate :ResourceType, :none, 2025, 8
5338
+ deprecate :ResourceType=, :none, 2025, 8
5335
5339
 
5336
5340
  def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
5337
5341
  @CertificateId = certificateid
@@ -5395,10 +5399,10 @@ module TencentCloud
5395
5399
 
5396
5400
  attr_accessor :ManagerId, :Limit, :Offset
5397
5401
  extend Gem::Deprecate
5398
- deprecate :Limit, :none, 2025, 7
5399
- deprecate :Limit=, :none, 2025, 7
5400
- deprecate :Offset, :none, 2025, 7
5401
- deprecate :Offset=, :none, 2025, 7
5402
+ deprecate :Limit, :none, 2025, 8
5403
+ deprecate :Limit=, :none, 2025, 8
5404
+ deprecate :Offset, :none, 2025, 8
5405
+ deprecate :Offset=, :none, 2025, 8
5402
5406
 
5403
5407
  def initialize(managerid=nil, limit=nil, offset=nil)
5404
5408
  @ManagerId = managerid
@@ -5460,8 +5464,8 @@ module TencentCloud
5460
5464
 
5461
5465
  attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :RequestId
5462
5466
  extend Gem::Deprecate
5463
- deprecate :Status, :none, 2025, 7
5464
- deprecate :Status=, :none, 2025, 7
5467
+ deprecate :Status, :none, 2025, 8
5468
+ deprecate :Status=, :none, 2025, 8
5465
5469
 
5466
5470
  def initialize(status=nil, managerfirstname=nil, managermail=nil, contactfirstname=nil, managerlastname=nil, contactposition=nil, managerposition=nil, verifytime=nil, createtime=nil, expiretime=nil, contactlastname=nil, managerphone=nil, contactphone=nil, contactmail=nil, managerdepartment=nil, companyinfo=nil, companyid=nil, managerid=nil, statusinfo=nil, requestid=nil)
5467
5471
  @Status = status
@@ -7746,8 +7750,8 @@ module TencentCloud
7746
7750
 
7747
7751
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
7748
7752
  extend Gem::Deprecate
7749
- deprecate :Regions, :none, 2025, 7
7750
- deprecate :Regions=, :none, 2025, 7
7753
+ deprecate :Regions, :none, 2025, 8
7754
+ deprecate :Regions=, :none, 2025, 8
7751
7755
 
7752
7756
  def initialize(oldcertificateid=nil, resourcetypes=nil, certificateid=nil, regions=nil, resourcetypesregions=nil, certificatepublickey=nil, certificateprivatekey=nil, expiringnotificationswitch=nil, repeatable=nil, allowdownload=nil, tags=nil, projectid=nil)
7753
7757
  @OldCertificateId = oldcertificateid
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.1110
4
+ version: 3.0.1115
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-28 00:00:00.000000000 Z
11
+ date: 2025-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common