tencentcloud-sdk-ssl 3.0.916 → 3.0.918
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 +16 -7
- 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: d677b1e9322a24eb11dcbe9d7f219918bd730a48
|
|
4
|
+
data.tar.gz: 7ce505df78f1d462d307695f0ba3e2e91161401a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8271aecc9944c8a3baaca7abd8872b70670c03b829ed69c2e65d8eb9afd7bda3b8d66196e45eb6584b8339d3e88f3a8a8b0f54bbc5378573dd6aaac86baa199
|
|
7
|
+
data.tar.gz: 27bfd6809a101eaede961a678aede1864edc4fe199eb9e37e7d061b27ed3c46c7ef881ebdb50db0ec4a7aaa0836c3267c2ad38b1d7af96749a287854c3b1ace3
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.918
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -1587,12 +1587,21 @@ module TencentCloud
|
|
|
1587
1587
|
|
|
1588
1588
|
# DeleteCertificates请求参数结构体
|
|
1589
1589
|
class DeleteCertificatesRequest < TencentCloud::Common::AbstractModel
|
|
1590
|
+
# @param CertificateIds: 要删除的证书ID。单次最多100个
|
|
1591
|
+
# @type CertificateIds: Array
|
|
1592
|
+
# @param IsSync: 删除时是否检查证书关联了云资源。默认不检查。如需要检查关联云资源 (需授权服务角色SSL_QCSLinkedRoleInReplaceLoadCertificate),完成授权后,删除将变成异步任务,接口会返回异步任务ID。需搭配 DescribeDeleteCertificatesTaskResult接口使用,查询删除任务是否成功。
|
|
1593
|
+
# @type IsSync: Boolean
|
|
1590
1594
|
|
|
1595
|
+
attr_accessor :CertificateIds, :IsSync
|
|
1591
1596
|
|
|
1592
|
-
def initialize()
|
|
1597
|
+
def initialize(certificateids=nil, issync=nil)
|
|
1598
|
+
@CertificateIds = certificateids
|
|
1599
|
+
@IsSync = issync
|
|
1593
1600
|
end
|
|
1594
1601
|
|
|
1595
1602
|
def deserialize(params)
|
|
1603
|
+
@CertificateIds = params['CertificateIds']
|
|
1604
|
+
@IsSync = params['IsSync']
|
|
1596
1605
|
end
|
|
1597
1606
|
end
|
|
1598
1607
|
|
|
@@ -4304,10 +4313,10 @@ module TencentCloud
|
|
|
4304
4313
|
|
|
4305
4314
|
attr_accessor :ManagerId, :Limit, :Offset
|
|
4306
4315
|
extend Gem::Deprecate
|
|
4307
|
-
deprecate :Limit, :none, 2024,
|
|
4308
|
-
deprecate :Limit=, :none, 2024,
|
|
4309
|
-
deprecate :Offset, :none, 2024,
|
|
4310
|
-
deprecate :Offset=, :none, 2024,
|
|
4316
|
+
deprecate :Limit, :none, 2024, 10
|
|
4317
|
+
deprecate :Limit=, :none, 2024, 10
|
|
4318
|
+
deprecate :Offset, :none, 2024, 10
|
|
4319
|
+
deprecate :Offset=, :none, 2024, 10
|
|
4311
4320
|
|
|
4312
4321
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
|
4313
4322
|
@ManagerId = managerid
|
|
@@ -6633,8 +6642,8 @@ module TencentCloud
|
|
|
6633
6642
|
|
|
6634
6643
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
|
6635
6644
|
extend Gem::Deprecate
|
|
6636
|
-
deprecate :Regions, :none, 2024,
|
|
6637
|
-
deprecate :Regions=, :none, 2024,
|
|
6645
|
+
deprecate :Regions, :none, 2024, 10
|
|
6646
|
+
deprecate :Regions=, :none, 2024, 10
|
|
6638
6647
|
|
|
6639
6648
|
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)
|
|
6640
6649
|
@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.918
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|