tencentcloud-sdk-ssl 3.0.936 → 3.0.938
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191205/models.rb +7 -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: 1121ed7b3998ac24e5c81b08cb7c3189dc230523
|
4
|
+
data.tar.gz: fc55859cf2723d3b355ad409b700b311c245f722
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 031d86d57275a3ded157ed4ad79d5e9b620dc9ac8d0be1945f0927d292f5b71bc65ec3bc7b95895ddff689571613293f114b805fcc35bd62747ba022830dee06
|
7
|
+
data.tar.gz: d1564b640154a88ebc6bf8842d5e8b90864b3e33ec6242d50ba7c5e5f372f534cb996c632659d7beb7ce759d0befc8a18449a8f284ae86b92b0095d58f202c51
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.938
|
data/lib/v20191205/models.rb
CHANGED
@@ -4332,10 +4332,10 @@ module TencentCloud
|
|
4332
4332
|
|
4333
4333
|
attr_accessor :ManagerId, :Limit, :Offset
|
4334
4334
|
extend Gem::Deprecate
|
4335
|
-
deprecate :Limit, :none, 2024,
|
4336
|
-
deprecate :Limit=, :none, 2024,
|
4337
|
-
deprecate :Offset, :none, 2024,
|
4338
|
-
deprecate :Offset=, :none, 2024,
|
4335
|
+
deprecate :Limit, :none, 2024, 11
|
4336
|
+
deprecate :Limit=, :none, 2024, 11
|
4337
|
+
deprecate :Offset, :none, 2024, 11
|
4338
|
+
deprecate :Offset=, :none, 2024, 11
|
4339
4339
|
|
4340
4340
|
def initialize(managerid=nil, limit=nil, offset=nil)
|
4341
4341
|
@ManagerId = managerid
|
@@ -6661,8 +6661,8 @@ module TencentCloud
|
|
6661
6661
|
|
6662
6662
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
6663
6663
|
extend Gem::Deprecate
|
6664
|
-
deprecate :Regions, :none, 2024,
|
6665
|
-
deprecate :Regions=, :none, 2024,
|
6664
|
+
deprecate :Regions, :none, 2024, 11
|
6665
|
+
deprecate :Regions=, :none, 2024, 11
|
6666
6666
|
|
6667
6667
|
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)
|
6668
6668
|
@OldCertificateId = oldcertificateid
|
@@ -7096,7 +7096,7 @@ module TencentCloud
|
|
7096
7096
|
# @type CertificateUse: String
|
7097
7097
|
# @param Tags: 标签列表
|
7098
7098
|
# @type Tags: Array
|
7099
|
-
# @param Repeatable:
|
7099
|
+
# @param Repeatable: 相同的证书是否允许重复上传; true:允许上传相同指纹的证书; false:不允许上传相同指纹的证书; 默认值:true
|
7100
7100
|
# @type Repeatable: Boolean
|
7101
7101
|
|
7102
7102
|
attr_accessor :CertificatePublicKey, :CertificatePrivateKey, :CertificateType, :Alias, :ProjectId, :CertificateUse, :Tags, :Repeatable
|
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.938
|
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-11-
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|