tencentcloud-sdk-teo 3.0.625 → 3.0.627
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 +7 -7
- 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: eab8e1898c53ac54423fb20f3d2b24dbf59d6c9a
|
|
4
|
+
data.tar.gz: 9a8c3754b92d4a30e3c642624370d483fb247a93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aff6ded934851f2e90d1a87c23d3df9f7572bcde8cb0b9a5396f2606ee85ea1f3fae4af63e3fa1d3f03a736d584fca771ef31566817d16b109b9eddf8b2e3c87
|
|
7
|
+
data.tar.gz: b2379cf60f28f8d5d3829c108e955c49b7f489cf9a4202c556bab85fa9d155c41f2dd349eba0785df8c7b6b590907d81823dca6d6c2e92da646a6a9bfa5a0ac5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.627
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -1224,8 +1224,8 @@ module TencentCloud
|
|
|
1224
1224
|
|
|
1225
1225
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
1226
1226
|
extend Gem::Deprecate
|
|
1227
|
-
deprecate :IgnoreCacheControl, :none, 2023,
|
|
1228
|
-
deprecate :IgnoreCacheControl=, :none, 2023,
|
|
1227
|
+
deprecate :IgnoreCacheControl, :none, 2023, 8
|
|
1228
|
+
deprecate :IgnoreCacheControl=, :none, 2023, 8
|
|
1229
1229
|
|
|
1230
1230
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
1231
1231
|
@Switch = switch
|
|
@@ -1335,9 +1335,9 @@ module TencentCloud
|
|
|
1335
1335
|
|
|
1336
1336
|
# CheckCnameStatus请求参数结构体
|
|
1337
1337
|
class CheckCnameStatusRequest < TencentCloud::Common::AbstractModel
|
|
1338
|
-
# @param ZoneId: 站点ID。
|
|
1338
|
+
# @param ZoneId: 站点 ID。
|
|
1339
1339
|
# @type ZoneId: String
|
|
1340
|
-
# @param RecordNames:
|
|
1340
|
+
# @param RecordNames: 加速域名列表。
|
|
1341
1341
|
# @type RecordNames: Array
|
|
1342
1342
|
|
|
1343
1343
|
attr_accessor :ZoneId, :RecordNames
|
|
@@ -1355,7 +1355,7 @@ module TencentCloud
|
|
|
1355
1355
|
|
|
1356
1356
|
# CheckCnameStatus返回参数结构体
|
|
1357
1357
|
class CheckCnameStatusResponse < TencentCloud::Common::AbstractModel
|
|
1358
|
-
# @param CnameStatus:
|
|
1358
|
+
# @param CnameStatus: 加速域名 CNAME 状态信息列表。
|
|
1359
1359
|
# @type CnameStatus: Array
|
|
1360
1360
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1361
1361
|
# @type RequestId: String
|
|
@@ -2000,8 +2000,8 @@ module TencentCloud
|
|
|
2000
2000
|
|
|
2001
2001
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl
|
|
2002
2002
|
extend Gem::Deprecate
|
|
2003
|
-
deprecate :EncodeUrl, :none, 2023,
|
|
2004
|
-
deprecate :EncodeUrl=, :none, 2023,
|
|
2003
|
+
deprecate :EncodeUrl, :none, 2023, 8
|
|
2004
|
+
deprecate :EncodeUrl=, :none, 2023, 8
|
|
2005
2005
|
|
|
2006
2006
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil)
|
|
2007
2007
|
@ZoneId = zoneid
|
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.627
|
|
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-08-
|
|
11
|
+
date: 2023-08-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|