tencentcloud-sdk-ssl 3.0.937 → 3.0.939
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: b302375e7bc54547250c2ee4dd441bd31a43e833
|
4
|
+
data.tar.gz: 87adb0a14aa023829554e5ea393d9af53f0c00fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 19b8917b1a1fad36cb9ff73b210ec0b7340fc3006df7d2b341ad84b9959b31b00d87d16babb8693b3982ae151ef6b178b81d819826e71cb381e7b7c999f94c08
|
7
|
+
data.tar.gz: 22ece6637f8b598a464550f132297951dd1c948dc1cd09feccd0b693002615355461005e88d6b441ed67ca909b8221248d6ba7254733435ed98975b50baa4fac
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
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.939
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|