tencentcloud-sdk-ssl 3.0.476 → 3.0.477
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 +6 -2
- 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: 54780e043ec3d3b88fa0c5319bf557d6000b8709
|
|
4
|
+
data.tar.gz: 3baebc5d25048142492e89df8a4d4d0468f3c59d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 364594af091dacc9529c854dae2c58404b0500d01b2e77b4977383ea350a1635bb36c0299f33e435b919c5725feee5a39804d6ab994d17a5c2d7853374699a2b
|
|
7
|
+
data.tar.gz: ccae58ed510a86c375dd48ea9e311ad06318c76bc9a2253987b56261fabd9177aca6ef240763ee62db8259ee711a9beb2426e6d4a40c2a8e936b4d464d686bf4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.477
|
data/lib/v20191205/models.rb
CHANGED
|
@@ -45,10 +45,12 @@ module TencentCloud
|
|
|
45
45
|
# @type OldCertificateId: String
|
|
46
46
|
# @param PackageId: 权益包ID,用于免费证书扩容包使用
|
|
47
47
|
# @type PackageId: String
|
|
48
|
+
# @param DeleteDnsAutoRecord: 签发后是否删除自动域名验证记录, 默认为否;仅域名为DNS_AUTO验证类型支持传参
|
|
49
|
+
# @type DeleteDnsAutoRecord: Boolean
|
|
48
50
|
|
|
49
|
-
attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId
|
|
51
|
+
attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId, :DeleteDnsAutoRecord
|
|
50
52
|
|
|
51
|
-
def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil)
|
|
53
|
+
def initialize(dvauthmethod=nil, domainname=nil, projectid=nil, packagetype=nil, contactemail=nil, contactphone=nil, validityperiod=nil, csrencryptalgo=nil, csrkeyparameter=nil, csrkeypassword=nil, _alias=nil, oldcertificateid=nil, packageid=nil, deletednsautorecord=nil)
|
|
52
54
|
@DvAuthMethod = dvauthmethod
|
|
53
55
|
@DomainName = domainname
|
|
54
56
|
@ProjectId = projectid
|
|
@@ -62,6 +64,7 @@ module TencentCloud
|
|
|
62
64
|
@Alias = _alias
|
|
63
65
|
@OldCertificateId = oldcertificateid
|
|
64
66
|
@PackageId = packageid
|
|
67
|
+
@DeleteDnsAutoRecord = deletednsautorecord
|
|
65
68
|
end
|
|
66
69
|
|
|
67
70
|
def deserialize(params)
|
|
@@ -78,6 +81,7 @@ module TencentCloud
|
|
|
78
81
|
@Alias = params['Alias']
|
|
79
82
|
@OldCertificateId = params['OldCertificateId']
|
|
80
83
|
@PackageId = params['PackageId']
|
|
84
|
+
@DeleteDnsAutoRecord = params['DeleteDnsAutoRecord']
|
|
81
85
|
end
|
|
82
86
|
end
|
|
83
87
|
|
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.477
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|