tencentcloud-sdk-teo 3.0.689 → 3.0.691
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/tencentcloud-sdk-teo.rb +3 -3
- data/lib/v20220901/models.rb +19 -14
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6e9f93575dd96581a202b892cc7124d3e443730
|
4
|
+
data.tar.gz: ad8cf9a6ac592c23e42ebc7d3c6e81cd0f15eef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c01ae3f1fc642e4ce14938401c1d9c14d6d896bfc688a2c220e076b4e457ab945e02267ae5e242abfd365ac2632ddb77add46653f5c2de3cc4f36a5799fdbc55
|
7
|
+
data.tar.gz: 96df7c3f826fba68409bffafd19e5e66047583180b42d4418b899693654a76186a859b2d9f02c5ff50148ba9075c147ae6dfb501a48741b72715a1ab77a044df
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.691
|
data/lib/tencentcloud-sdk-teo.rb
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
4
4
|
|
5
|
-
require_relative 'v20220106/client'
|
6
|
-
require_relative 'v20220106/models'
|
7
|
-
|
8
5
|
require_relative 'v20220901/client'
|
9
6
|
require_relative 'v20220901/models'
|
10
7
|
|
8
|
+
require_relative 'v20220106/client'
|
9
|
+
require_relative 'v20220106/models'
|
10
|
+
|
11
11
|
module TencentCloud
|
12
12
|
module Teo
|
13
13
|
end
|
data/lib/v20220901/models.rb
CHANGED
@@ -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,
|
1369
|
-
deprecate :IgnoreCacheControl=, :none, 2023,
|
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,
|
2221
|
-
deprecate :EncodeUrl=, :none, 2023,
|
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,
|
2454
|
-
deprecate :AllowDuplicates=, :none, 2023,
|
2455
|
-
deprecate :JumpStart, :none, 2023,
|
2456
|
-
deprecate :JumpStart=, :none, 2023,
|
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,
|
6843
|
-
deprecate :ApplyType=, :none, 2023,
|
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,
|
8644
|
-
deprecate :IgnoreNameCase=, :none, 2023,
|
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.
|
4
|
+
version: 3.0.691
|
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-
|
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
|
@@ -33,10 +33,10 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20220901/client.rb
|
37
|
-
- lib/v20220901/models.rb
|
38
|
-
- lib/v20220106/client.rb
|
39
36
|
- lib/v20220106/models.rb
|
37
|
+
- lib/v20220106/client.rb
|
38
|
+
- lib/v20220901/models.rb
|
39
|
+
- lib/v20220901/client.rb
|
40
40
|
- lib/tencentcloud-sdk-teo.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|