tencentcloud-sdk-teo 3.0.764 → 3.0.767
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220901/models.rb +15 -15
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8ba88c611fb1f18d23596f78dbde4fcc69158e6c
|
|
4
|
+
data.tar.gz: ae4763e3151170238a94251ff2a87f0eb38e6db4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f403b8a88ef22515c53af4b536ea4e04c1fa6a03a3c15bde7353b5a0fca00b2bd2216f698f8ea07ac7d7afbe67aeee92af0f0dbd2c63c2c22f321b3307dfa24
|
|
7
|
+
data.tar.gz: 56f1798ba9c882d8521e81e7dc2761ec12f51f4518f6f52556ef86d6e0843cac02f36ebc0d5467d12c7dddca1a9dceecad67f7181c026839ca4c95d3d87f939e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.767
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1476,8 +1476,8 @@ module TencentCloud
|
|
|
1476
1476
|
|
|
1477
1477
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1478
1478
|
extend Gem::Deprecate
|
|
1479
|
-
deprecate :IgnoreCacheControl, :none, 2024,
|
|
1480
|
-
deprecate :IgnoreCacheControl=, :none, 2024,
|
|
1479
|
+
deprecate :IgnoreCacheControl, :none, 2024, 2
|
|
1480
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 2
|
|
1481
1481
|
|
|
1482
1482
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1483
1483
|
@Switch = switch
|
|
@@ -2546,8 +2546,8 @@ module TencentCloud
|
|
|
2546
2546
|
|
|
2547
2547
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
|
|
2548
2548
|
extend Gem::Deprecate
|
|
2549
|
-
deprecate :EncodeUrl, :none, 2024,
|
|
2550
|
-
deprecate :EncodeUrl=, :none, 2024,
|
|
2549
|
+
deprecate :EncodeUrl, :none, 2024, 2
|
|
2550
|
+
deprecate :EncodeUrl=, :none, 2024, 2
|
|
2551
2551
|
|
|
2552
2552
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
|
|
2553
2553
|
@ZoneId = zoneid
|
|
@@ -2779,10 +2779,10 @@ module TencentCloud
|
|
|
2779
2779
|
|
|
2780
2780
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
2781
2781
|
extend Gem::Deprecate
|
|
2782
|
-
deprecate :AllowDuplicates, :none, 2024,
|
|
2783
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
|
2784
|
-
deprecate :JumpStart, :none, 2024,
|
|
2785
|
-
deprecate :JumpStart=, :none, 2024,
|
|
2782
|
+
deprecate :AllowDuplicates, :none, 2024, 2
|
|
2783
|
+
deprecate :AllowDuplicates=, :none, 2024, 2
|
|
2784
|
+
deprecate :JumpStart, :none, 2024, 2
|
|
2785
|
+
deprecate :JumpStart=, :none, 2024, 2
|
|
2786
2786
|
|
|
2787
2787
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
2788
2788
|
@Type = type
|
|
@@ -3866,9 +3866,9 @@ module TencentCloud
|
|
|
3866
3866
|
# <li>day:1 天粒度。</li>
|
|
3867
3867
|
# @type Interval: String
|
|
3868
3868
|
# @param Filters: 过滤条件,详细的过滤条件取值如下:
|
|
3869
|
-
# <li>host
|
|
3870
|
-
# <li>proxy-id
|
|
3871
|
-
# <li>region-id
|
|
3869
|
+
# <li>host:按照域名进行过滤。示例值:test.example.com。<br></li>
|
|
3870
|
+
# <li>proxy-id:按照四层代理实例 ID 进行过滤。示例值:sid-2rugn89bkla9。<br></li>
|
|
3871
|
+
# <li>region-id:按照计费大区进行过滤。可选项如下:<br> CH:中国大陆境内<br> AF:非洲<br> AS1:亚太一区<br> AS2:亚太二区<br> AS3:亚太三区<br> EU:欧洲<br> MidEast:中东<br> NA:北美<br> SA:南美</li>
|
|
3872
3872
|
# @type Filters: Array
|
|
3873
3873
|
|
|
3874
3874
|
attr_accessor :StartTime, :EndTime, :ZoneIds, :MetricName, :Interval, :Filters
|
|
@@ -8180,8 +8180,8 @@ module TencentCloud
|
|
|
8180
8180
|
|
|
8181
8181
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
|
|
8182
8182
|
extend Gem::Deprecate
|
|
8183
|
-
deprecate :ApplyType, :none, 2024,
|
|
8184
|
-
deprecate :ApplyType=, :none, 2024,
|
|
8183
|
+
deprecate :ApplyType, :none, 2024, 2
|
|
8184
|
+
deprecate :ApplyType=, :none, 2024, 2
|
|
8185
8185
|
|
|
8186
8186
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
|
|
8187
8187
|
@ZoneId = zoneid
|
|
@@ -10218,8 +10218,8 @@ module TencentCloud
|
|
|
10218
10218
|
|
|
10219
10219
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
10220
10220
|
extend Gem::Deprecate
|
|
10221
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
|
10222
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
|
10221
|
+
deprecate :IgnoreNameCase, :none, 2024, 2
|
|
10222
|
+
deprecate :IgnoreNameCase=, :none, 2024, 2
|
|
10223
10223
|
|
|
10224
10224
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
10225
10225
|
@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.767
|
|
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-
|
|
11
|
+
date: 2024-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|