tencentcloud-sdk-teo 3.0.689 → 3.0.690

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +19 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 777e8717a7f3734a8fb21eea76149c6ee6855465
4
- data.tar.gz: 0ff4ec54e3afcb47b212c61100b7d80dbd26d4c0
3
+ metadata.gz: b73c5115f3eb5644a7dcae2d40f00ca151011684
4
+ data.tar.gz: fd6f61041ffb916f9196acaeaf6840d6ca9ed820
5
5
  SHA512:
6
- metadata.gz: 0ee4f29d20dd20a9f8d0fc4b025b0767c657f99a85af69d04930321186a4619942f89959c448a62a8a021b6270c6abec8e699d44b7d5baf5041b14e112090581
7
- data.tar.gz: b6b48c03a7d1a4aea54c250fe24013d025ac73a84b0d659b4f570388c93df9c5e84cedac5ba6fd11b53a911f290d4d399abc8d178ae93c2e8001224c983484dc
6
+ metadata.gz: 3c981c4f9b483ef1d7124fbb6d2c4c9ec8de98d3c277996245f18ec4c22bc31787026eca7a80e3a1c8915e3c90a941404f1f22a6832329c44eba7b04f55a8257
7
+ data.tar.gz: 92457d3c7ae0bad0683e422927739532e2be714ac532deca11ddfc701abecccc1dbbe83219abbdbcb18bfd325c0b5f232281a399736f45d08a2fe1d0167fdf28
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.689
1
+ 3.0.690
@@ -1365,8 +1365,8 @@ module TencentCloud
1365
1365
 
1366
1366
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1367
1367
  extend Gem::Deprecate
1368
- deprecate :IgnoreCacheControl, :none, 2023, 10
1369
- deprecate :IgnoreCacheControl=, :none, 2023, 10
1368
+ deprecate :IgnoreCacheControl, :none, 2023, 11
1369
+ deprecate :IgnoreCacheControl=, :none, 2023, 11
1370
1370
 
1371
1371
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1372
1372
  @Switch = switch
@@ -2217,8 +2217,8 @@ module TencentCloud
2217
2217
 
2218
2218
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
2219
2219
  extend Gem::Deprecate
2220
- deprecate :EncodeUrl, :none, 2023, 10
2221
- deprecate :EncodeUrl=, :none, 2023, 10
2220
+ deprecate :EncodeUrl, :none, 2023, 11
2221
+ deprecate :EncodeUrl=, :none, 2023, 11
2222
2222
 
2223
2223
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
2224
2224
  @ZoneId = zoneid
@@ -2450,10 +2450,10 @@ module TencentCloud
2450
2450
 
2451
2451
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
2452
2452
  extend Gem::Deprecate
2453
- deprecate :AllowDuplicates, :none, 2023, 10
2454
- deprecate :AllowDuplicates=, :none, 2023, 10
2455
- deprecate :JumpStart, :none, 2023, 10
2456
- deprecate :JumpStart=, :none, 2023, 10
2453
+ deprecate :AllowDuplicates, :none, 2023, 11
2454
+ deprecate :AllowDuplicates=, :none, 2023, 11
2455
+ deprecate :JumpStart, :none, 2023, 11
2456
+ deprecate :JumpStart=, :none, 2023, 11
2457
2457
 
2458
2458
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
2459
2459
  @Type = type
@@ -6839,8 +6839,8 @@ module TencentCloud
6839
6839
 
6840
6840
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
6841
6841
  extend Gem::Deprecate
6842
- deprecate :ApplyType, :none, 2023, 10
6843
- deprecate :ApplyType=, :none, 2023, 10
6842
+ deprecate :ApplyType, :none, 2023, 11
6843
+ deprecate :ApplyType=, :none, 2023, 11
6844
6844
 
6845
6845
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
6846
6846
  @ZoneId = zoneid
@@ -7579,10 +7579,13 @@ module TencentCloud
7579
7579
  # @type CreateTime: String
7580
7580
  # @param UpdateTime: 源站组更新时间。
7581
7581
  # @type UpdateTime: String
7582
+ # @param HostHeader: 回源Host Header。
7583
+ # 注意:此字段可能返回 null,表示取不到有效值。
7584
+ # @type HostHeader: String
7582
7585
 
7583
- attr_accessor :GroupId, :Name, :Type, :Records, :References, :CreateTime, :UpdateTime
7586
+ attr_accessor :GroupId, :Name, :Type, :Records, :References, :CreateTime, :UpdateTime, :HostHeader
7584
7587
 
7585
- def initialize(groupid=nil, name=nil, type=nil, records=nil, references=nil, createtime=nil, updatetime=nil)
7588
+ def initialize(groupid=nil, name=nil, type=nil, records=nil, references=nil, createtime=nil, updatetime=nil, hostheader=nil)
7586
7589
  @GroupId = groupid
7587
7590
  @Name = name
7588
7591
  @Type = type
@@ -7590,6 +7593,7 @@ module TencentCloud
7590
7593
  @References = references
7591
7594
  @CreateTime = createtime
7592
7595
  @UpdateTime = updatetime
7596
+ @HostHeader = hostheader
7593
7597
  end
7594
7598
 
7595
7599
  def deserialize(params)
@@ -7614,6 +7618,7 @@ module TencentCloud
7614
7618
  end
7615
7619
  @CreateTime = params['CreateTime']
7616
7620
  @UpdateTime = params['UpdateTime']
7621
+ @HostHeader = params['HostHeader']
7617
7622
  end
7618
7623
  end
7619
7624
 
@@ -8640,8 +8645,8 @@ module TencentCloud
8640
8645
 
8641
8646
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
8642
8647
  extend Gem::Deprecate
8643
- deprecate :IgnoreNameCase, :none, 2023, 10
8644
- deprecate :IgnoreNameCase=, :none, 2023, 10
8648
+ deprecate :IgnoreNameCase, :none, 2023, 11
8649
+ deprecate :IgnoreNameCase=, :none, 2023, 11
8645
8650
 
8646
8651
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
8647
8652
  @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.689
4
+ version: 3.0.690
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-31 00:00:00.000000000 Z
11
+ date: 2023-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common