tencentcloud-sdk-ssl 3.0.762 → 3.0.763

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: a2aa76cb882ebeaa3385321760e248891ee51001
4
- data.tar.gz: 9924bab2be82d8799a917deb257e19a31192e2e7
3
+ metadata.gz: 10bb68e037fdc8770d068b3ae443789ef90e11fb
4
+ data.tar.gz: b48c64ea0ccb7abaa12c64a169a2d12f520f97ed
5
5
  SHA512:
6
- metadata.gz: c1faaf6741e955dcf1f638ccb79a8724b630b3ddd251f1a222149916bb884454bcae1350b674becf896d7e15416dbb35c8e36925c0015dd4972c799c70a7a677
7
- data.tar.gz: 6753f486c1d202806ee9cf594b54bc0831e5277abba6e32bf15be51fcee189cc133985af7bffbb6d3e18c2db725379cafbc2f0d29fb9175f95c83d3f2d7e0fa2
6
+ metadata.gz: adb5e4214a49438e750b44c1f4fa6ef5a2a51b4150c4436a77e1941205436b8a516d93d86b231c4c872966582950f17eb5d0627da99daab9f08b67092e7b4dc6
7
+ data.tar.gz: 8051b6af595da269eafa667dc3ea325c39377a3f60c78ecaefa96cb69da15180c9b283acfef01716edcf096d5e1f8938b2bc8eb1ff96ca7521ed1175411f0286
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.762
1
+ 3.0.763
@@ -112,10 +112,12 @@ module TencentCloud
112
112
  # @type PackageId: String
113
113
  # @param DeleteDnsAutoRecord: 签发后是否删除自动域名验证记录, 默认为否;仅域名为DNS_AUTO验证类型支持传参
114
114
  # @type DeleteDnsAutoRecord: Boolean
115
+ # @param DnsNames: 域名数组(多域名证书可以上传)。
116
+ # @type DnsNames: Array
115
117
 
116
- attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId, :DeleteDnsAutoRecord
118
+ attr_accessor :DvAuthMethod, :DomainName, :ProjectId, :PackageType, :ContactEmail, :ContactPhone, :ValidityPeriod, :CsrEncryptAlgo, :CsrKeyParameter, :CsrKeyPassword, :Alias, :OldCertificateId, :PackageId, :DeleteDnsAutoRecord, :DnsNames
117
119
 
118
- 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)
120
+ 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, dnsnames=nil)
119
121
  @DvAuthMethod = dvauthmethod
120
122
  @DomainName = domainname
121
123
  @ProjectId = projectid
@@ -130,6 +132,7 @@ module TencentCloud
130
132
  @OldCertificateId = oldcertificateid
131
133
  @PackageId = packageid
132
134
  @DeleteDnsAutoRecord = deletednsautorecord
135
+ @DnsNames = dnsnames
133
136
  end
134
137
 
135
138
  def deserialize(params)
@@ -147,6 +150,7 @@ module TencentCloud
147
150
  @OldCertificateId = params['OldCertificateId']
148
151
  @PackageId = params['PackageId']
149
152
  @DeleteDnsAutoRecord = params['DeleteDnsAutoRecord']
153
+ @DnsNames = params['DnsNames']
150
154
  end
151
155
  end
152
156
 
@@ -6115,8 +6119,8 @@ module TencentCloud
6115
6119
 
6116
6120
  attr_accessor :OldCertificateId, :ResourceTypes, :CertificateId, :Regions, :ResourceTypesRegions, :CertificatePublicKey, :CertificatePrivateKey, :ExpiringNotificationSwitch, :Repeatable, :AllowDownload, :Tags, :ProjectId
6117
6121
  extend Gem::Deprecate
6118
- deprecate :Regions, :none, 2024, 1
6119
- deprecate :Regions=, :none, 2024, 1
6122
+ deprecate :Regions, :none, 2024, 2
6123
+ deprecate :Regions=, :none, 2024, 2
6120
6124
 
6121
6125
  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)
6122
6126
  @OldCertificateId = oldcertificateid
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.762
4
+ version: 3.0.763
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-02-01 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common