tencentcloud-sdk-ssl 3.0.814 → 3.0.815
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 +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 143c370c3bff4476a1e577dcb109a0b61f027665
|
4
|
+
data.tar.gz: 3314e3b78c7c5ae8c3d97dbeb266038aaf6f6dfb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8a64be72f3b174a70cdbd055ade5ec13cc4a01d8d6b492746053c711d2a4c983a094ab0d5b8bca1d0c74dea9a9252368fa5b05d31460ba88562bd3014fc5b68
|
7
|
+
data.tar.gz: 856c6545c0a67053e674e40083f96da9b3f059bc67102efe2659c89d065f42c96602c24596c4ee6a6eeff2d5418bf77baf4873d593a8cca7aba9dd1a5ca5a4db
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.815
|
data/lib/v20191205/models.rb
CHANGED
@@ -90,13 +90,13 @@ module TencentCloud
|
|
90
90
|
# @type DomainName: String
|
91
91
|
# @param ProjectId: 项目 ID。
|
92
92
|
# @type ProjectId: Integer
|
93
|
-
# @param PackageType: 证书类型,目前仅支持类型
|
93
|
+
# @param PackageType: 证书类型,目前仅支持类型83。83 = TrustAsia C1 DV Free。
|
94
94
|
# @type PackageType: String
|
95
95
|
# @param ContactEmail: 邮箱。
|
96
96
|
# @type ContactEmail: String
|
97
97
|
# @param ContactPhone: 手机。
|
98
98
|
# @type ContactPhone: String
|
99
|
-
# @param ValidityPeriod: 有效期,默认
|
99
|
+
# @param ValidityPeriod: 有效期,默认3个月,目前仅支持3个月。
|
100
100
|
# @type ValidityPeriod: String
|
101
101
|
# @param CsrEncryptAlgo: 加密算法,支持 RSA及ECC。
|
102
102
|
# @type CsrEncryptAlgo: String
|
@@ -6222,8 +6222,8 @@ module TencentCloud
|
|
6222
6222
|
|
6223
6223
|
attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
|
6224
6224
|
extend Gem::Deprecate
|
6225
|
-
deprecate :Regions, :none, 2024,
|
6226
|
-
deprecate :Regions=, :none, 2024,
|
6225
|
+
deprecate :Regions, :none, 2024, 5
|
6226
|
+
deprecate :Regions=, :none, 2024, 5
|
6227
6227
|
|
6228
6228
|
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)
|
6229
6229
|
@OldCertificateId = oldcertificateid
|