tencentcloud-sdk-teo 3.0.813 → 3.0.815

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 +12 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 597975642668c6f6ec2a103cd1ad27875d95f7d0
4
- data.tar.gz: 443f93fcf2a8964f659d8763ec0dab57c2e9166e
3
+ metadata.gz: 13a992a35003a7ab3e644319b5bee2a456653944
4
+ data.tar.gz: 1895b309bb83f8f2d497e0be98708785c86ad0bb
5
5
  SHA512:
6
- metadata.gz: 597380eb4f6439dc37dc53d359c91467e90f7abc6fb90f0c341cc149e6bfdc27fa4554949dda3c728ac650ecaceb8ec5155129b05e9179432bf2b749d9ed9bb7
7
- data.tar.gz: 62a13dd040ea0bd37f0b14325fe273e2be4f38f6b2d294078b87d1c30b6e755d02048fafaff4700f3f5cf6d9940f9739a3a4a4f080df285db7536acad872aee6
6
+ metadata.gz: 22b007238a9a5c3e743ebbf35c668df25984bf3e520697ad6ee574bff29ce3c272e208dabb9fa5b235ebf4523fe1d37f9264745ce0ba9171455655a46fe6f8c4
7
+ data.tar.gz: d1c411c2860f4c9a6f7419a64d95d00920656f307dbf1f59c62b03c2dc8282b8490309d0be9e73a3fe6603b8f448d668ba5098f563278712de8b42581d70f809
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.813
1
+ 3.0.815
@@ -1506,8 +1506,8 @@ module TencentCloud
1506
1506
 
1507
1507
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1508
1508
  extend Gem::Deprecate
1509
- deprecate :IgnoreCacheControl, :none, 2024, 4
1510
- deprecate :IgnoreCacheControl=, :none, 2024, 4
1509
+ deprecate :IgnoreCacheControl, :none, 2024, 5
1510
+ deprecate :IgnoreCacheControl=, :none, 2024, 5
1511
1511
 
1512
1512
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1513
1513
  @Switch = switch
@@ -2667,8 +2667,8 @@ module TencentCloud
2667
2667
 
2668
2668
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
2669
2669
  extend Gem::Deprecate
2670
- deprecate :EncodeUrl, :none, 2024, 4
2671
- deprecate :EncodeUrl=, :none, 2024, 4
2670
+ deprecate :EncodeUrl, :none, 2024, 5
2671
+ deprecate :EncodeUrl=, :none, 2024, 5
2672
2672
 
2673
2673
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
2674
2674
  @ZoneId = zoneid
@@ -3029,10 +3029,10 @@ module TencentCloud
3029
3029
 
3030
3030
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
3031
3031
  extend Gem::Deprecate
3032
- deprecate :AllowDuplicates, :none, 2024, 4
3033
- deprecate :AllowDuplicates=, :none, 2024, 4
3034
- deprecate :JumpStart, :none, 2024, 4
3035
- deprecate :JumpStart=, :none, 2024, 4
3032
+ deprecate :AllowDuplicates, :none, 2024, 5
3033
+ deprecate :AllowDuplicates=, :none, 2024, 5
3034
+ deprecate :JumpStart, :none, 2024, 5
3035
+ deprecate :JumpStart=, :none, 2024, 5
3036
3036
 
3037
3037
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
3038
3038
  @Type = type
@@ -8822,8 +8822,8 @@ module TencentCloud
8822
8822
 
8823
8823
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
8824
8824
  extend Gem::Deprecate
8825
- deprecate :ApplyType, :none, 2024, 4
8826
- deprecate :ApplyType=, :none, 2024, 4
8825
+ deprecate :ApplyType, :none, 2024, 5
8826
+ deprecate :ApplyType=, :none, 2024, 5
8827
8827
 
8828
8828
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
8829
8829
  @ZoneId = zoneid
@@ -11208,8 +11208,8 @@ module TencentCloud
11208
11208
 
11209
11209
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
11210
11210
  extend Gem::Deprecate
11211
- deprecate :IgnoreNameCase, :none, 2024, 4
11212
- deprecate :IgnoreNameCase=, :none, 2024, 4
11211
+ deprecate :IgnoreNameCase, :none, 2024, 5
11212
+ deprecate :IgnoreNameCase=, :none, 2024, 5
11213
11213
 
11214
11214
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
11215
11215
  @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.813
4
+ version: 3.0.815
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-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common