tencentcloud-sdk-teo 3.0.971 → 3.0.973
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/client.rb +1 -1
- data/lib/v20220901/models.rb +25 -24
- 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: 8da18da9b84fefe5e8cbe08cfd8dfa8a8364220b
|
|
4
|
+
data.tar.gz: e2e6f6da94cc9673734e506d6d22608c32aafbeb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db83c33fdcb0e9e99283ae72cda265d21c6464585f28e5957c279f75b7fee1ebafbb0a005edf3a5b32a72551a54c80451353d3d4bcdb881d95b3b15b80ee96c4
|
|
7
|
+
data.tar.gz: 0eb7182e9768576a782248044141f2a8b102a9cc12ed872366f04a1d0edda2a6d702a2591a0910fe2a3d6fd9e2e9bb1412a7c4835bf01770daeabf85e061f608
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.973
|
data/lib/v20220901/client.rb
CHANGED
|
@@ -1527,7 +1527,7 @@ module TencentCloud
|
|
|
1527
1527
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1528
1528
|
end
|
|
1529
1529
|
|
|
1530
|
-
# 您可以用过本接口查看站点下的 DNS 记录信息,包括 DNS
|
|
1530
|
+
# 您可以用过本接口查看站点下的 DNS 记录信息,包括 DNS 记录名、记录类型以及记录内容等信息,支持指定过滤条件查询对应的 DNS 记录信息。
|
|
1531
1531
|
|
|
1532
1532
|
# @param request: Request instance for DescribeDnsRecords.
|
|
1533
1533
|
# @type request: :class:`Tencentcloud::teo::V20220901::DescribeDnsRecordsRequest`
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -400,6 +400,7 @@ module TencentCloud
|
|
|
400
400
|
# <li> Host Header 重写(HostHeader);</li>
|
|
401
401
|
# <li> 强制 HTTPS(ForceRedirect);</li>
|
|
402
402
|
# <li> 回源 HTTPS(OriginPullProtocol);</li>
|
|
403
|
+
# <li> 单连接下载限速(ResponseSpeedLimit);</li>
|
|
403
404
|
# <li> 缓存预刷新(CachePrefresh);</li>
|
|
404
405
|
# <li> 智能压缩(Compression);</li>
|
|
405
406
|
# <li> Hsts;</li>
|
|
@@ -1520,8 +1521,8 @@ module TencentCloud
|
|
|
1520
1521
|
|
|
1521
1522
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1522
1523
|
extend Gem::Deprecate
|
|
1523
|
-
deprecate :IgnoreCacheControl, :none,
|
|
1524
|
-
deprecate :IgnoreCacheControl=, :none,
|
|
1524
|
+
deprecate :IgnoreCacheControl, :none, 2025, 1
|
|
1525
|
+
deprecate :IgnoreCacheControl=, :none, 2025, 1
|
|
1525
1526
|
|
|
1526
1527
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1527
1528
|
@Switch = switch
|
|
@@ -3139,8 +3140,8 @@ module TencentCloud
|
|
|
3139
3140
|
|
|
3140
3141
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
|
3141
3142
|
extend Gem::Deprecate
|
|
3142
|
-
deprecate :EncodeUrl, :none,
|
|
3143
|
-
deprecate :EncodeUrl=, :none,
|
|
3143
|
+
deprecate :EncodeUrl, :none, 2025, 1
|
|
3144
|
+
deprecate :EncodeUrl=, :none, 2025, 1
|
|
3144
3145
|
|
|
3145
3146
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
|
3146
3147
|
@ZoneId = zoneid
|
|
@@ -3507,10 +3508,10 @@ module TencentCloud
|
|
|
3507
3508
|
|
|
3508
3509
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
3509
3510
|
extend Gem::Deprecate
|
|
3510
|
-
deprecate :AllowDuplicates, :none,
|
|
3511
|
-
deprecate :AllowDuplicates=, :none,
|
|
3512
|
-
deprecate :JumpStart, :none,
|
|
3513
|
-
deprecate :JumpStart=, :none,
|
|
3511
|
+
deprecate :AllowDuplicates, :none, 2025, 1
|
|
3512
|
+
deprecate :AllowDuplicates=, :none, 2025, 1
|
|
3513
|
+
deprecate :JumpStart, :none, 2025, 1
|
|
3514
|
+
deprecate :JumpStart=, :none, 2025, 1
|
|
3514
3515
|
|
|
3515
3516
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
3516
3517
|
@Type = type
|
|
@@ -11089,8 +11090,8 @@ module TencentCloud
|
|
|
11089
11090
|
|
|
11090
11091
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
|
11091
11092
|
extend Gem::Deprecate
|
|
11092
|
-
deprecate :ApplyType, :none,
|
|
11093
|
-
deprecate :ApplyType=, :none,
|
|
11093
|
+
deprecate :ApplyType, :none, 2025, 1
|
|
11094
|
+
deprecate :ApplyType=, :none, 2025, 1
|
|
11094
11095
|
|
|
11095
11096
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
|
11096
11097
|
@ZoneId = zoneid
|
|
@@ -12242,12 +12243,12 @@ module TencentCloud
|
|
|
12242
12243
|
|
|
12243
12244
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
12244
12245
|
extend Gem::Deprecate
|
|
12245
|
-
deprecate :VodeoSubAppId, :none,
|
|
12246
|
-
deprecate :VodeoSubAppId=, :none,
|
|
12247
|
-
deprecate :VodeoDistributionRange, :none,
|
|
12248
|
-
deprecate :VodeoDistributionRange=, :none,
|
|
12249
|
-
deprecate :VodeoBucketId, :none,
|
|
12250
|
-
deprecate :VodeoBucketId=, :none,
|
|
12246
|
+
deprecate :VodeoSubAppId, :none, 2025, 1
|
|
12247
|
+
deprecate :VodeoSubAppId=, :none, 2025, 1
|
|
12248
|
+
deprecate :VodeoDistributionRange, :none, 2025, 1
|
|
12249
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 1
|
|
12250
|
+
deprecate :VodeoBucketId, :none, 2025, 1
|
|
12251
|
+
deprecate :VodeoBucketId=, :none, 2025, 1
|
|
12251
12252
|
|
|
12252
12253
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
12253
12254
|
@OriginType = origintype
|
|
@@ -12537,12 +12538,12 @@ module TencentCloud
|
|
|
12537
12538
|
|
|
12538
12539
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
|
12539
12540
|
extend Gem::Deprecate
|
|
12540
|
-
deprecate :VodeoSubAppId, :none,
|
|
12541
|
-
deprecate :VodeoSubAppId=, :none,
|
|
12542
|
-
deprecate :VodeoDistributionRange, :none,
|
|
12543
|
-
deprecate :VodeoDistributionRange=, :none,
|
|
12544
|
-
deprecate :VodeoBucketId, :none,
|
|
12545
|
-
deprecate :VodeoBucketId=, :none,
|
|
12541
|
+
deprecate :VodeoSubAppId, :none, 2025, 1
|
|
12542
|
+
deprecate :VodeoSubAppId=, :none, 2025, 1
|
|
12543
|
+
deprecate :VodeoDistributionRange, :none, 2025, 1
|
|
12544
|
+
deprecate :VodeoDistributionRange=, :none, 2025, 1
|
|
12545
|
+
deprecate :VodeoBucketId, :none, 2025, 1
|
|
12546
|
+
deprecate :VodeoBucketId=, :none, 2025, 1
|
|
12546
12547
|
|
|
12547
12548
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
|
12548
12549
|
@OriginType = origintype
|
|
@@ -13729,8 +13730,8 @@ module TencentCloud
|
|
|
13729
13730
|
|
|
13730
13731
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
13731
13732
|
extend Gem::Deprecate
|
|
13732
|
-
deprecate :IgnoreNameCase, :none,
|
|
13733
|
-
deprecate :IgnoreNameCase=, :none,
|
|
13733
|
+
deprecate :IgnoreNameCase, :none, 2025, 1
|
|
13734
|
+
deprecate :IgnoreNameCase=, :none, 2025, 1
|
|
13734
13735
|
|
|
13735
13736
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
13736
13737
|
@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.973
|
|
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-12-
|
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|