tencentcloud-sdk-teo 3.0.1149 → 3.0.1153

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +66 -64
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5abe7a45329f58f97811253f828cc236ded19549
4
- data.tar.gz: c7daac1d8d8f970779ab8adfddb341cae19e5324
3
+ metadata.gz: a1964a55d177baaaf54c517ee72611f34849ff64
4
+ data.tar.gz: 118e066f5b96b2fdac750e3d10aa90d9b8bb7ede
5
5
  SHA512:
6
- metadata.gz: 47e21d238bf19feb733e099ed5b8e9129c8e7487f7e44d61ca632d1617ad1c0ff0da815a9cae852f670a44388eb14c2e0235cb6df125625fac953e3f94a0feaf
7
- data.tar.gz: f33a6dae09634f39837afba3ece6daa672e0a07c1df7cccd4af5df027ecc10502cc7c3f1a60ac850621919ada08cb3b281e492a4d8073e8498ab0ab26706d7bc
6
+ metadata.gz: fccaf31f11c10d3c5023d848171f279b655d8fc2013adb94666941883fb6bc961d17dc65e9d2e7046839440f549654a0edfef2be576a8921d422b0d08a0b3f9f
7
+ data.tar.gz: b10a9f31aad1cb7d3233a791d6e751c6f6b1b4f8f923327635eefdd731c83dcb78c001976e9ff6d78b92d28179d820808bb40b55a564b6d568661efc2b3b7aae
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1149
1
+ 3.0.1153
@@ -142,88 +142,90 @@ module TencentCloud
142
142
  # <li>process:部署中;</li>
143
143
  # <li>offline:已停用;</li>
144
144
  # <li>forbidden:已封禁;</li>
145
- # <li>init:未生效,待激活站点;</li>
145
+ # <li>init:未生效,待激活站点。</li>
146
146
  # @type DomainStatus: String
147
+ # @param Cname: CNAME 地址。
148
+ # @type Cname: String
149
+ # @param IPv6Status: IPv6 状态,取值有:
150
+ # <li>follow:遵循站点IPv6配置;</li>
151
+ # <li>on:开启状态;</li>
152
+ # <li>off:关闭状态。</li>
153
+ # 注意:此字段可能返回 null,表示取不到有效值。
154
+ # @type IPv6Status: String
155
+ # @param IdentificationStatus: 加速域名归属权验证状态,取值有:
156
+ # <li>pending:待验证;</li>
157
+ # <li>finished:已完成验证。</li>
158
+ # 注意:此字段可能返回 null,表示取不到有效值。
159
+ # @type IdentificationStatus: String
160
+ # @param OwnershipVerification: 加速域名需进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
161
+ # 注意:此字段可能返回 null,表示取不到有效值。
162
+ # @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
147
163
  # @param OriginDetail: 源站信息。
148
164
  # 注意:此字段可能返回 null,表示取不到有效值。
149
165
  # @type OriginDetail: :class:`Tencentcloud::Teo.v20220901.models.OriginDetail`
150
166
  # @param OriginProtocol: 回源协议,取值有:
151
- # <li>FOLLOW: 协议跟随;</li>
152
- # <li>HTTP: HTTP协议回源;</li>
153
- # <li>HTTPS: HTTPS协议回源。</li>
167
+ # <li>FOLLOW:协议跟随;</li>
168
+ # <li>HTTPHTTP协议回源;</li>
169
+ # <li>HTTPSHTTPS协议回源。</li>
154
170
  # 注意:此字段可能返回 null,表示取不到有效值。
155
171
  # @type OriginProtocol: String
156
- # @param Certificate: 域名证书信息
157
- # 注意:此字段可能返回 null,表示取不到有效值。
158
- # @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
159
- # @param HttpOriginPort: HTTP回源端口。
172
+ # @param HttpOriginPort: HTTP 回源端口。
160
173
  # 注意:此字段可能返回 null,表示取不到有效值。
161
174
  # @type HttpOriginPort: Integer
162
- # @param HttpsOriginPort: HTTPS回源端口。
175
+ # @param HttpsOriginPort: HTTPS 回源端口。
163
176
  # 注意:此字段可能返回 null,表示取不到有效值。
164
177
  # @type HttpsOriginPort: Integer
165
- # @param IPv6Status: IPv6状态,取值有:
166
- # <li>follow:遵循站点IPv6配置;</li>
167
- # <li>on:开启状态;</li>
168
- # <li>off:关闭状态。</li>
169
- # 注意:此字段可能返回 null,表示取不到有效值。
170
- # @type IPv6Status: String
171
- # @param Cname: CNAME 地址。
172
- # @type Cname: String
173
- # @param IdentificationStatus: 加速域名归属权验证状态,取值有: <li>pending:待验证;</li> <li>finished:已完成验证。</li>
178
+ # @param Certificate: 加速域名证书信息。
174
179
  # 注意:此字段可能返回 null,表示取不到有效值。
175
- # @type IdentificationStatus: String
180
+ # @type Certificate: :class:`Tencentcloud::Teo.v20220901.models.AccelerationDomainCertificate`
176
181
  # @param CreatedOn: 创建时间。
177
182
  # @type CreatedOn: String
178
183
  # @param ModifiedOn: 修改时间。
179
184
  # @type ModifiedOn: String
180
- # @param OwnershipVerification: 当域名需要进行归属权验证才能继续提供服务时,该对象会携带对应验证方式所需要的信息。
181
- # 注意:此字段可能返回 null,表示取不到有效值。
182
- # @type OwnershipVerification: :class:`Tencentcloud::Teo.v20220901.models.OwnershipVerification`
183
185
 
184
- attr_accessor :ZoneId, :DomainName, :DomainStatus, :OriginDetail, :OriginProtocol, :Certificate, :HttpOriginPort, :HttpsOriginPort, :IPv6Status, :Cname, :IdentificationStatus, :CreatedOn, :ModifiedOn, :OwnershipVerification
186
+ attr_accessor :ZoneId, :DomainName, :DomainStatus, :Cname, :IPv6Status, :IdentificationStatus, :OwnershipVerification, :OriginDetail, :OriginProtocol, :HttpOriginPort, :HttpsOriginPort, :Certificate, :CreatedOn, :ModifiedOn
185
187
 
186
- def initialize(zoneid=nil, domainname=nil, domainstatus=nil, origindetail=nil, originprotocol=nil, certificate=nil, httporiginport=nil, httpsoriginport=nil, ipv6status=nil, cname=nil, identificationstatus=nil, createdon=nil, modifiedon=nil, ownershipverification=nil)
188
+ def initialize(zoneid=nil, domainname=nil, domainstatus=nil, cname=nil, ipv6status=nil, identificationstatus=nil, ownershipverification=nil, origindetail=nil, originprotocol=nil, httporiginport=nil, httpsoriginport=nil, certificate=nil, createdon=nil, modifiedon=nil)
187
189
  @ZoneId = zoneid
188
190
  @DomainName = domainname
189
191
  @DomainStatus = domainstatus
192
+ @Cname = cname
193
+ @IPv6Status = ipv6status
194
+ @IdentificationStatus = identificationstatus
195
+ @OwnershipVerification = ownershipverification
190
196
  @OriginDetail = origindetail
191
197
  @OriginProtocol = originprotocol
192
- @Certificate = certificate
193
198
  @HttpOriginPort = httporiginport
194
199
  @HttpsOriginPort = httpsoriginport
195
- @IPv6Status = ipv6status
196
- @Cname = cname
197
- @IdentificationStatus = identificationstatus
200
+ @Certificate = certificate
198
201
  @CreatedOn = createdon
199
202
  @ModifiedOn = modifiedon
200
- @OwnershipVerification = ownershipverification
201
203
  end
202
204
 
203
205
  def deserialize(params)
204
206
  @ZoneId = params['ZoneId']
205
207
  @DomainName = params['DomainName']
206
208
  @DomainStatus = params['DomainStatus']
209
+ @Cname = params['Cname']
210
+ @IPv6Status = params['IPv6Status']
211
+ @IdentificationStatus = params['IdentificationStatus']
212
+ unless params['OwnershipVerification'].nil?
213
+ @OwnershipVerification = OwnershipVerification.new
214
+ @OwnershipVerification.deserialize(params['OwnershipVerification'])
215
+ end
207
216
  unless params['OriginDetail'].nil?
208
217
  @OriginDetail = OriginDetail.new
209
218
  @OriginDetail.deserialize(params['OriginDetail'])
210
219
  end
211
220
  @OriginProtocol = params['OriginProtocol']
221
+ @HttpOriginPort = params['HttpOriginPort']
222
+ @HttpsOriginPort = params['HttpsOriginPort']
212
223
  unless params['Certificate'].nil?
213
224
  @Certificate = AccelerationDomainCertificate.new
214
225
  @Certificate.deserialize(params['Certificate'])
215
226
  end
216
- @HttpOriginPort = params['HttpOriginPort']
217
- @HttpsOriginPort = params['HttpsOriginPort']
218
- @IPv6Status = params['IPv6Status']
219
- @Cname = params['Cname']
220
- @IdentificationStatus = params['IdentificationStatus']
221
227
  @CreatedOn = params['CreatedOn']
222
228
  @ModifiedOn = params['ModifiedOn']
223
- unless params['OwnershipVerification'].nil?
224
- @OwnershipVerification = OwnershipVerification.new
225
- @OwnershipVerification.deserialize(params['OwnershipVerification'])
226
- end
227
229
  end
228
230
  end
229
231
 
@@ -1884,8 +1886,8 @@ module TencentCloud
1884
1886
 
1885
1887
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1886
1888
  extend Gem::Deprecate
1887
- deprecate :IgnoreCacheControl, :none, 2025, 9
1888
- deprecate :IgnoreCacheControl=, :none, 2025, 9
1889
+ deprecate :IgnoreCacheControl, :none, 2025, 10
1890
+ deprecate :IgnoreCacheControl=, :none, 2025, 10
1889
1891
 
1890
1892
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1891
1893
  @Switch = switch
@@ -4374,8 +4376,8 @@ module TencentCloud
4374
4376
 
4375
4377
  attr_accessor :ZoneId, :Targets, :EncodeUrl, :Headers, :PrefetchMediaSegments
4376
4378
  extend Gem::Deprecate
4377
- deprecate :EncodeUrl, :none, 2025, 9
4378
- deprecate :EncodeUrl=, :none, 2025, 9
4379
+ deprecate :EncodeUrl, :none, 2025, 10
4380
+ deprecate :EncodeUrl=, :none, 2025, 10
4379
4381
 
4380
4382
  def initialize(zoneid=nil, targets=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
4381
4383
  @ZoneId = zoneid
@@ -4457,8 +4459,8 @@ module TencentCloud
4457
4459
 
4458
4460
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
4459
4461
  extend Gem::Deprecate
4460
- deprecate :EncodeUrl, :none, 2025, 9
4461
- deprecate :EncodeUrl=, :none, 2025, 9
4462
+ deprecate :EncodeUrl, :none, 2025, 10
4463
+ deprecate :EncodeUrl=, :none, 2025, 10
4462
4464
 
4463
4465
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
4464
4466
  @ZoneId = zoneid
@@ -5067,10 +5069,10 @@ module TencentCloud
5067
5069
 
5068
5070
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
5069
5071
  extend Gem::Deprecate
5070
- deprecate :AllowDuplicates, :none, 2025, 9
5071
- deprecate :AllowDuplicates=, :none, 2025, 9
5072
- deprecate :JumpStart, :none, 2025, 9
5073
- deprecate :JumpStart=, :none, 2025, 9
5072
+ deprecate :AllowDuplicates, :none, 2025, 10
5073
+ deprecate :AllowDuplicates=, :none, 2025, 10
5074
+ deprecate :JumpStart, :none, 2025, 10
5075
+ deprecate :JumpStart=, :none, 2025, 10
5074
5076
 
5075
5077
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
5076
5078
  @Type = type
@@ -15312,8 +15314,8 @@ module TencentCloud
15312
15314
 
15313
15315
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo, :UpstreamCertInfo
15314
15316
  extend Gem::Deprecate
15315
- deprecate :ApplyType, :none, 2025, 9
15316
- deprecate :ApplyType=, :none, 2025, 9
15317
+ deprecate :ApplyType, :none, 2025, 10
15318
+ deprecate :ApplyType=, :none, 2025, 10
15317
15319
 
15318
15320
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil, upstreamcertinfo=nil)
15319
15321
  @ZoneId = zoneid
@@ -17500,12 +17502,12 @@ module TencentCloud
17500
17502
 
17501
17503
  attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17502
17504
  extend Gem::Deprecate
17503
- deprecate :VodeoSubAppId, :none, 2025, 9
17504
- deprecate :VodeoSubAppId=, :none, 2025, 9
17505
- deprecate :VodeoDistributionRange, :none, 2025, 9
17506
- deprecate :VodeoDistributionRange=, :none, 2025, 9
17507
- deprecate :VodeoBucketId, :none, 2025, 9
17508
- deprecate :VodeoBucketId=, :none, 2025, 9
17505
+ deprecate :VodeoSubAppId, :none, 2025, 10
17506
+ deprecate :VodeoSubAppId=, :none, 2025, 10
17507
+ deprecate :VodeoDistributionRange, :none, 2025, 10
17508
+ deprecate :VodeoDistributionRange=, :none, 2025, 10
17509
+ deprecate :VodeoBucketId, :none, 2025, 10
17510
+ deprecate :VodeoBucketId=, :none, 2025, 10
17509
17511
 
17510
17512
  def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17511
17513
  @OriginType = origintype
@@ -17810,12 +17812,12 @@ module TencentCloud
17810
17812
 
17811
17813
  attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
17812
17814
  extend Gem::Deprecate
17813
- deprecate :VodeoSubAppId, :none, 2025, 9
17814
- deprecate :VodeoSubAppId=, :none, 2025, 9
17815
- deprecate :VodeoDistributionRange, :none, 2025, 9
17816
- deprecate :VodeoDistributionRange=, :none, 2025, 9
17817
- deprecate :VodeoBucketId, :none, 2025, 9
17818
- deprecate :VodeoBucketId=, :none, 2025, 9
17815
+ deprecate :VodeoSubAppId, :none, 2025, 10
17816
+ deprecate :VodeoSubAppId=, :none, 2025, 10
17817
+ deprecate :VodeoDistributionRange, :none, 2025, 10
17818
+ deprecate :VodeoDistributionRange=, :none, 2025, 10
17819
+ deprecate :VodeoBucketId, :none, 2025, 10
17820
+ deprecate :VodeoBucketId=, :none, 2025, 10
17819
17821
 
17820
17822
  def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
17821
17823
  @OriginType = origintype
@@ -19504,8 +19506,8 @@ module TencentCloud
19504
19506
 
19505
19507
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
19506
19508
  extend Gem::Deprecate
19507
- deprecate :IgnoreNameCase, :none, 2025, 9
19508
- deprecate :IgnoreNameCase=, :none, 2025, 9
19509
+ deprecate :IgnoreNameCase, :none, 2025, 10
19510
+ deprecate :IgnoreNameCase=, :none, 2025, 10
19509
19511
 
19510
19512
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
19511
19513
  @Operator = operator
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1149
4
+ version: 3.0.1153
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-28 00:00:00.000000000 Z
11
+ date: 2025-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,11 +33,11 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20220901/client.rb
36
+ - lib/tencentcloud-sdk-teo.rb
37
37
  - lib/v20220901/models.rb
38
- - lib/v20220106/client.rb
38
+ - lib/v20220901/client.rb
39
39
  - lib/v20220106/models.rb
40
- - lib/tencentcloud-sdk-teo.rb
40
+ - lib/v20220106/client.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
43
43
  licenses: