tencentcloud-sdk-ssl 3.0.476 → 3.0.478

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e53911f5f57f7bfffa1ca93cc9aea7dd8aca3837
4
- data.tar.gz: d833788ec1eca4b7b9a7eed1c12b62f732812146
3
+ metadata.gz: 7b0b09ebcc1bee3d6fb31944b861864bdeb12f86
4
+ data.tar.gz: 0fa67d316728ab0f5cce1a3792c737c54307302a
5
5
  SHA512:
6
- metadata.gz: 0e0b66d4e5b194e0ad1210c06062361931d915f84684011d25b3929beec6309c5405d8182311ab7bd95882777f4ae142bb5e302c81c6a9954fe79f8cae939214
7
- data.tar.gz: ca4b488664b95d53a38c0b23b508ba4497c4578b842b5b0ab9079e8936be5b4f4f44f37c19e4c94cfbbcff516baf284a04d3823136435c29b55a0f95ebe114fb
6
+ metadata.gz: 2bd8a3eec6068a07ce3c72470306126de09553eb3ef4466db470173ee316fb4ea73cdadcf4dc82c90b3f29efbd78796286984b2c8d5dda3bf926952d7b15d1fb
7
+ data.tar.gz: fecab26729a5f8426251c7353b7df837d85bb57a7c0dac9e9d26b1ce8fc6bc9232ad3ae7ae82ac20699ca67bcb7ff2110799a6bde64d19f72cfb237d66068251
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.476
1
+ 3.0.478
@@ -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.476
4
+ version: 3.0.478
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-19 00:00:00.000000000 Z
11
+ date: 2022-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common