tencentcloud-sdk-cdn 3.0.1139 → 3.0.1143
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/v20180606/models.rb +26 -14
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b9899fecee1a78e28debb482dee5ddf7484ac8b
|
4
|
+
data.tar.gz: f0002cad33978bd330bbcc36dca9b5d728e14d58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e59fcbf0a797a4fc03d2f6e96b431cdf78ccc0431a6b557444c8b9f07531d1d6b661583e1dc28d53bf6c935c8c24693a4c28730aa41a7f5ae531837b9a5f0ff0
|
7
|
+
data.tar.gz: 6a6b3b9442ab49988990426fd378fc3118a401c3cd3a40508a7ff2a8b00eee90e48861b2bf20d97b61f3f0bb539262d9061520b782551f06d8a770240c63da69
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1143
|
data/lib/v20180606/models.rb
CHANGED
@@ -96,14 +96,17 @@ module TencentCloud
|
|
96
96
|
# @type DomainAreaConfigs: Array
|
97
97
|
# @param Channel: 接入渠道,cdn或者ecdn,默认值为cdn
|
98
98
|
# @type Channel: String
|
99
|
+
# @param InheritDomainTags: 是否继承域名标签, 默认保留上一次更改的值
|
100
|
+
# @type InheritDomainTags: Boolean
|
99
101
|
|
100
|
-
attr_accessor :LogsetId, :TopicId, :DomainAreaConfigs, :Channel
|
102
|
+
attr_accessor :LogsetId, :TopicId, :DomainAreaConfigs, :Channel, :InheritDomainTags
|
101
103
|
|
102
|
-
def initialize(logsetid=nil, topicid=nil, domainareaconfigs=nil, channel=nil)
|
104
|
+
def initialize(logsetid=nil, topicid=nil, domainareaconfigs=nil, channel=nil, inheritdomaintags=nil)
|
103
105
|
@LogsetId = logsetid
|
104
106
|
@TopicId = topicid
|
105
107
|
@DomainAreaConfigs = domainareaconfigs
|
106
108
|
@Channel = channel
|
109
|
+
@InheritDomainTags = inheritdomaintags
|
107
110
|
end
|
108
111
|
|
109
112
|
def deserialize(params)
|
@@ -118,6 +121,7 @@ module TencentCloud
|
|
118
121
|
end
|
119
122
|
end
|
120
123
|
@Channel = params['Channel']
|
124
|
+
@InheritDomainTags = params['InheritDomainTags']
|
121
125
|
end
|
122
126
|
end
|
123
127
|
|
@@ -2166,14 +2170,17 @@ module TencentCloud
|
|
2166
2170
|
# @type Channel: String
|
2167
2171
|
# @param DomainAreaConfigs: 域名区域信息
|
2168
2172
|
# @type DomainAreaConfigs: Array
|
2173
|
+
# @param InheritDomainTags: 是否继承域名标签,默认为false
|
2174
|
+
# @type InheritDomainTags: Boolean
|
2169
2175
|
|
2170
|
-
attr_accessor :TopicName, :LogsetId, :Channel, :DomainAreaConfigs
|
2176
|
+
attr_accessor :TopicName, :LogsetId, :Channel, :DomainAreaConfigs, :InheritDomainTags
|
2171
2177
|
|
2172
|
-
def initialize(topicname=nil, logsetid=nil, channel=nil, domainareaconfigs=nil)
|
2178
|
+
def initialize(topicname=nil, logsetid=nil, channel=nil, domainareaconfigs=nil, inheritdomaintags=nil)
|
2173
2179
|
@TopicName = topicname
|
2174
2180
|
@LogsetId = logsetid
|
2175
2181
|
@Channel = channel
|
2176
2182
|
@DomainAreaConfigs = domainareaconfigs
|
2183
|
+
@InheritDomainTags = inheritdomaintags
|
2177
2184
|
end
|
2178
2185
|
|
2179
2186
|
def deserialize(params)
|
@@ -2188,6 +2195,7 @@ module TencentCloud
|
|
2188
2195
|
@DomainAreaConfigs << domainareaconfig_tmp
|
2189
2196
|
end
|
2190
2197
|
end
|
2198
|
+
@InheritDomainTags = params['InheritDomainTags']
|
2191
2199
|
end
|
2192
2200
|
end
|
2193
2201
|
|
@@ -3424,10 +3432,7 @@ module TencentCloud
|
|
3424
3432
|
# last:表示回源层节点
|
3425
3433
|
# 不填充情况下,默认返回边缘节点信息
|
3426
3434
|
# @type Layer: String
|
3427
|
-
# @param Area: 查询区域:
|
3428
|
-
# mainland: 国内节点
|
3429
|
-
# overseas: 海外节点
|
3430
|
-
# global: 全球节点
|
3435
|
+
# @param Area: 查询区域:mainland: 中国境内节点overseas: 海外节点global: 全球节点
|
3431
3436
|
# @type Area: String
|
3432
3437
|
# @param Segment: 是否以IP段的格式返回。
|
3433
3438
|
# @type Segment: Boolean
|
@@ -6247,7 +6252,7 @@ module TencentCloud
|
|
6247
6252
|
# 最多可填充 200 个白名单或 200 个黑名单;
|
6248
6253
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6249
6254
|
# @type Filters: Array
|
6250
|
-
# @param FilterRules: IP
|
6255
|
+
# @param FilterRules: IP 黑白名单分路径配置。黑白名单 IP 总数不能超过 1000 个。
|
6251
6256
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6252
6257
|
# @type FilterRules: Array
|
6253
6258
|
# @param ReturnCode: IP 黑白名单验证失败时返回的 code <br><font color=red>已下线,参数失效,不支持自定义状态码,固定返回514</font>
|
@@ -6589,12 +6594,14 @@ module TencentCloud
|
|
6589
6594
|
# @type TopicName: String
|
6590
6595
|
# @param UpdateTime: 日志主题最近更新时间
|
6591
6596
|
# @type UpdateTime: String
|
6597
|
+
# @param InheritDomainTags: 是否继承域名标签
|
6598
|
+
# @type InheritDomainTags: Boolean
|
6592
6599
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6593
6600
|
# @type RequestId: String
|
6594
6601
|
|
6595
|
-
attr_accessor :AppId, :Channel, :LogsetId, :TopicId, :DomainAreaConfigs, :TopicName, :UpdateTime, :RequestId
|
6602
|
+
attr_accessor :AppId, :Channel, :LogsetId, :TopicId, :DomainAreaConfigs, :TopicName, :UpdateTime, :InheritDomainTags, :RequestId
|
6596
6603
|
|
6597
|
-
def initialize(appid=nil, channel=nil, logsetid=nil, topicid=nil, domainareaconfigs=nil, topicname=nil, updatetime=nil, requestid=nil)
|
6604
|
+
def initialize(appid=nil, channel=nil, logsetid=nil, topicid=nil, domainareaconfigs=nil, topicname=nil, updatetime=nil, inheritdomaintags=nil, requestid=nil)
|
6598
6605
|
@AppId = appid
|
6599
6606
|
@Channel = channel
|
6600
6607
|
@LogsetId = logsetid
|
@@ -6602,6 +6609,7 @@ module TencentCloud
|
|
6602
6609
|
@DomainAreaConfigs = domainareaconfigs
|
6603
6610
|
@TopicName = topicname
|
6604
6611
|
@UpdateTime = updatetime
|
6612
|
+
@InheritDomainTags = inheritdomaintags
|
6605
6613
|
@RequestId = requestid
|
6606
6614
|
end
|
6607
6615
|
|
@@ -6620,6 +6628,7 @@ module TencentCloud
|
|
6620
6628
|
end
|
6621
6629
|
@TopicName = params['TopicName']
|
6622
6630
|
@UpdateTime = params['UpdateTime']
|
6631
|
+
@InheritDomainTags = params['InheritDomainTags']
|
6623
6632
|
@RequestId = params['RequestId']
|
6624
6633
|
end
|
6625
6634
|
end
|
@@ -7181,14 +7190,17 @@ module TencentCloud
|
|
7181
7190
|
# @type Channel: String
|
7182
7191
|
# @param DomainAreaConfigs: 域名区域配置,注意:如果此字段为空,则表示解绑对应主题下的所有域名
|
7183
7192
|
# @type DomainAreaConfigs: Array
|
7193
|
+
# @param InheritDomainTags: 是否继承域名标签
|
7194
|
+
# @type InheritDomainTags: Boolean
|
7184
7195
|
|
7185
|
-
attr_accessor :LogsetId, :TopicId, :Channel, :DomainAreaConfigs
|
7196
|
+
attr_accessor :LogsetId, :TopicId, :Channel, :DomainAreaConfigs, :InheritDomainTags
|
7186
7197
|
|
7187
|
-
def initialize(logsetid=nil, topicid=nil, channel=nil, domainareaconfigs=nil)
|
7198
|
+
def initialize(logsetid=nil, topicid=nil, channel=nil, domainareaconfigs=nil, inheritdomaintags=nil)
|
7188
7199
|
@LogsetId = logsetid
|
7189
7200
|
@TopicId = topicid
|
7190
7201
|
@Channel = channel
|
7191
7202
|
@DomainAreaConfigs = domainareaconfigs
|
7203
|
+
@InheritDomainTags = inheritdomaintags
|
7192
7204
|
end
|
7193
7205
|
|
7194
7206
|
def deserialize(params)
|
@@ -7203,6 +7215,7 @@ module TencentCloud
|
|
7203
7215
|
@DomainAreaConfigs << domainareaconfig_tmp
|
7204
7216
|
end
|
7205
7217
|
end
|
7218
|
+
@InheritDomainTags = params['InheritDomainTags']
|
7206
7219
|
end
|
7207
7220
|
end
|
7208
7221
|
|
@@ -7516,7 +7529,6 @@ module TencentCloud
|
|
7516
7529
|
# 以下备源源站类型尚未全量支持,需要申请试用:
|
7517
7530
|
# ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
7518
7531
|
# ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
7519
|
-
# ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
7520
7532
|
# ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
|
7521
7533
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7522
7534
|
# @type BackupOriginType: String
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cdn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1143
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-09-
|
11
|
+
date: 2025-09-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -34,8 +34,8 @@ extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
36
|
- lib/tencentcloud-sdk-cdn.rb
|
37
|
-
- lib/v20180606/models.rb
|
38
37
|
- lib/v20180606/client.rb
|
38
|
+
- lib/v20180606/models.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|