tencentcloud-sdk-ssl 3.0.1114 → 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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +25 -25
- 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: 9a89af024455634c15fd4ee2b9221a0e32740f1a
|
4
|
+
data.tar.gz: b8d60c6662673537cc62d7f5d2b24275c88908b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2f14a0aaa1f4c6c8b9d803cf7c8c60ceb44ac45f0f58ea7e4a8546f7d3a0064f86614544e33a40ef45b37bd70eedcbe8f262b0172af9e7554c2988fba7c372be
|
7
|
+
data.tar.gz: 54b243ae23fd5e3b58a1944f785e114b9a9ef81ea37dd910a2df88b9ad308a77681c70f51ecf5e5ff4d0cfe1e1be07d8bb77a3073992a3c621fa38f5c9711a87
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1115
|
data/lib/v20191205/models.rb
CHANGED
@@ -3208,15 +3208,15 @@ module TencentCloud
|
|
3208
3208
|
# @type VerifyType: String
|
3209
3209
|
# @param VulnerabilityStatus: 漏洞扫描状态。
|
3210
3210
|
# @type VulnerabilityStatus: String
|
3211
|
-
# @param CertBeginTime:
|
3211
|
+
# @param CertBeginTime: 证书生效时间。时区为GMT+8:00
|
3212
3212
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3213
3213
|
# @type CertBeginTime: String
|
3214
|
-
# @param CertEndTime:
|
3214
|
+
# @param CertEndTime: 证书失效时间。时区为GMT+8:00
|
3215
3215
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3216
3216
|
# @type CertEndTime: String
|
3217
3217
|
# @param ValidityPeriod: 证书有效期:单位(月)。
|
3218
3218
|
# @type ValidityPeriod: String
|
3219
|
-
# @param InsertTime:
|
3219
|
+
# @param InsertTime: 证书申请时间。时区为GMT+8:00
|
3220
3220
|
# @type InsertTime: String
|
3221
3221
|
# @param OrderId: CA订单 ID。
|
3222
3222
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4146,8 +4146,8 @@ module TencentCloud
|
|
4146
4146
|
|
4147
4147
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Limit, :Offset
|
4148
4148
|
extend Gem::Deprecate
|
4149
|
-
deprecate :ResourceType, :none, 2025,
|
4150
|
-
deprecate :ResourceType=, :none, 2025,
|
4149
|
+
deprecate :ResourceType, :none, 2025, 8
|
4150
|
+
deprecate :ResourceType=, :none, 2025, 8
|
4151
4151
|
|
4152
4152
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, limit=nil, offset=nil)
|
4153
4153
|
@CertificateId = certificateid
|
@@ -4229,8 +4229,8 @@ module TencentCloud
|
|
4229
4229
|
|
4230
4230
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
4231
4231
|
extend Gem::Deprecate
|
4232
|
-
deprecate :ResourceType, :none, 2025,
|
4233
|
-
deprecate :ResourceType=, :none, 2025,
|
4232
|
+
deprecate :ResourceType, :none, 2025, 8
|
4233
|
+
deprecate :ResourceType=, :none, 2025, 8
|
4234
4234
|
|
4235
4235
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
4236
4236
|
@CertificateId = certificateid
|
@@ -4710,8 +4710,8 @@ module TencentCloud
|
|
4710
4710
|
|
4711
4711
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType
|
4712
4712
|
extend Gem::Deprecate
|
4713
|
-
deprecate :ResourceType, :none, 2025,
|
4714
|
-
deprecate :ResourceType=, :none, 2025,
|
4713
|
+
deprecate :ResourceType, :none, 2025, 8
|
4714
|
+
deprecate :ResourceType=, :none, 2025, 8
|
4715
4715
|
|
4716
4716
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil)
|
4717
4717
|
@CertificateId = certificateid
|
@@ -4781,8 +4781,8 @@ module TencentCloud
|
|
4781
4781
|
|
4782
4782
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
4783
4783
|
extend Gem::Deprecate
|
4784
|
-
deprecate :ResourceType, :none, 2025,
|
4785
|
-
deprecate :ResourceType=, :none, 2025,
|
4784
|
+
deprecate :ResourceType, :none, 2025, 8
|
4785
|
+
deprecate :ResourceType=, :none, 2025, 8
|
4786
4786
|
|
4787
4787
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
4788
4788
|
@CertificateId = certificateid
|
@@ -4856,8 +4856,8 @@ module TencentCloud
|
|
4856
4856
|
|
4857
4857
|
attr_accessor :CertificateId, :ResourceType, :IsCache, :Filters, :OldCertificateId, :Offset, :Limit, :AsyncCache
|
4858
4858
|
extend Gem::Deprecate
|
4859
|
-
deprecate :ResourceType, :none, 2025,
|
4860
|
-
deprecate :ResourceType=, :none, 2025,
|
4859
|
+
deprecate :ResourceType, :none, 2025, 8
|
4860
|
+
deprecate :ResourceType=, :none, 2025, 8
|
4861
4861
|
|
4862
4862
|
def initialize(certificateid=nil, resourcetype=nil, iscache=nil, filters=nil, oldcertificateid=nil, offset=nil, limit=nil, asynccache=nil)
|
4863
4863
|
@CertificateId = certificateid
|
@@ -5261,8 +5261,8 @@ module TencentCloud
|
|
5261
5261
|
|
5262
5262
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
5263
5263
|
extend Gem::Deprecate
|
5264
|
-
deprecate :ResourceType, :none, 2025,
|
5265
|
-
deprecate :ResourceType=, :none, 2025,
|
5264
|
+
deprecate :ResourceType, :none, 2025, 8
|
5265
|
+
deprecate :ResourceType=, :none, 2025, 8
|
5266
5266
|
|
5267
5267
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
5268
5268
|
@CertificateId = certificateid
|
@@ -5334,8 +5334,8 @@ module TencentCloud
|
|
5334
5334
|
|
5335
5335
|
attr_accessor :CertificateId, :IsCache, :Filters, :ResourceType, :OldCertificateId
|
5336
5336
|
extend Gem::Deprecate
|
5337
|
-
deprecate :ResourceType, :none, 2025,
|
5338
|
-
deprecate :ResourceType=, :none, 2025,
|
5337
|
+
deprecate :ResourceType, :none, 2025, 8
|
5338
|
+
deprecate :ResourceType=, :none, 2025, 8
|
5339
5339
|
|
5340
5340
|
def initialize(certificateid=nil, iscache=nil, filters=nil, resourcetype=nil, oldcertificateid=nil)
|
5341
5341
|
@CertificateId = certificateid
|
@@ -5399,10 +5399,10 @@ module TencentCloud
|
|
5399
5399
|
|
5400
5400
|
attr_accessor :ManagerId, :Limit, :Offset
|
5401
5401
|
extend Gem::Deprecate
|
5402
|
-
deprecate :Limit, :none, 2025,
|
5403
|
-
deprecate :Limit=, :none, 2025,
|
5404
|
-
deprecate :Offset, :none, 2025,
|
5405
|
-
deprecate :Offset=, :none, 2025,
|
5402
|
+
deprecate :Limit, :none, 2025, 8
|
5403
|
+
deprecate :Limit=, :none, 2025, 8
|
5404
|
+
deprecate :Offset, :none, 2025, 8
|
5405
|
+
deprecate :Offset=, :none, 2025, 8
|
5406
5406
|
|
5407
5407
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
5408
5408
|
@ManagerId = managerid
|
@@ -5464,8 +5464,8 @@ module TencentCloud
|
|
5464
5464
|
|
5465
5465
|
attr_accessor :Status, :ManagerFirstName, :ManagerMail, :ContactFirstName, :ManagerLastName, :ContactPosition, :ManagerPosition, :VerifyTime, :CreateTime, :ExpireTime, :ContactLastName, :ManagerPhone, :ContactPhone, :ContactMail, :ManagerDepartment, :CompanyInfo, :CompanyId, :ManagerId, :StatusInfo, :RequestId
|
5466
5466
|
extend Gem::Deprecate
|
5467
|
-
deprecate :Status, :none, 2025,
|
5468
|
-
deprecate :Status=, :none, 2025,
|
5467
|
+
deprecate :Status, :none, 2025, 8
|
5468
|
+
deprecate :Status=, :none, 2025, 8
|
5469
5469
|
|
5470
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)
|
5471
5471
|
@Status = status
|
@@ -7750,8 +7750,8 @@ module TencentCloud
|
|
7750
7750
|
|
7751
7751
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
7752
7752
|
extend Gem::Deprecate
|
7753
|
-
deprecate :Regions, :none, 2025,
|
7754
|
-
deprecate :Regions=, :none, 2025,
|
7753
|
+
deprecate :Regions, :none, 2025, 8
|
7754
|
+
deprecate :Regions=, :none, 2025, 8
|
7755
7755
|
|
7756
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)
|
7757
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.
|
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-
|
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
|