tencentcloud-sdk-teo 3.0.953 → 3.0.954
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/v20220901/models.rb +35 -33
- 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: 9be6a599ca92017ab079ad372bb2acfaae428195
|
4
|
+
data.tar.gz: 68acd70e8b608835d9c3a6cf4281f53b3133da0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efe8d93a87af8a96fbe058d1cf68989e99f3aba61e928ca440e727ce1eb10150c85301ca2be1a5500ec9dae84556fe24fd5c98b1585969d4775eb0b6bbf51264
|
7
|
+
data.tar.gz: d4161b64c05ceda8cf2d5bede7f992eddbb3dc9b5abb921965ee0a888bcca1fb8a6525f8ac4f55eca869ee4bce16c7f170b382d09268fc27554e8c20005c8fb9
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.954
|
data/lib/v20220901/models.rb
CHANGED
@@ -1520,8 +1520,8 @@ module TencentCloud
|
|
1520
1520
|
|
1521
1521
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
1522
1522
|
extend Gem::Deprecate
|
1523
|
-
deprecate :IgnoreCacheControl, :none, 2024,
|
1524
|
-
deprecate :IgnoreCacheControl=, :none, 2024,
|
1523
|
+
deprecate :IgnoreCacheControl, :none, 2024, 12
|
1524
|
+
deprecate :IgnoreCacheControl=, :none, 2024, 12
|
1525
1525
|
|
1526
1526
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
1527
1527
|
@Switch = switch
|
@@ -2962,8 +2962,8 @@ module TencentCloud
|
|
2962
2962
|
|
2963
2963
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
2964
2964
|
extend Gem::Deprecate
|
2965
|
-
deprecate :EncodeUrl, :none, 2024,
|
2966
|
-
deprecate :EncodeUrl=, :none, 2024,
|
2965
|
+
deprecate :EncodeUrl, :none, 2024, 12
|
2966
|
+
deprecate :EncodeUrl=, :none, 2024, 12
|
2967
2967
|
|
2968
2968
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
2969
2969
|
@ZoneId = zoneid
|
@@ -3330,10 +3330,10 @@ module TencentCloud
|
|
3330
3330
|
|
3331
3331
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
3332
3332
|
extend Gem::Deprecate
|
3333
|
-
deprecate :AllowDuplicates, :none, 2024,
|
3334
|
-
deprecate :AllowDuplicates=, :none, 2024,
|
3335
|
-
deprecate :JumpStart, :none, 2024,
|
3336
|
-
deprecate :JumpStart=, :none, 2024,
|
3333
|
+
deprecate :AllowDuplicates, :none, 2024, 12
|
3334
|
+
deprecate :AllowDuplicates=, :none, 2024, 12
|
3335
|
+
deprecate :JumpStart, :none, 2024, 12
|
3336
|
+
deprecate :JumpStart=, :none, 2024, 12
|
3337
3337
|
|
3338
3338
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
3339
3339
|
@Type = type
|
@@ -7169,7 +7169,7 @@ module TencentCloud
|
|
7169
7169
|
# <li> l7Flow_outFlux_referers:按 Referer 维度统计 L7 EdgeOne 响应流量指标;</li>
|
7170
7170
|
# <li> l7Flow_outFlux_ua_device:按设备类型维度统计 L7 EdgeOne 响应流量指标; </li>
|
7171
7171
|
# <li> l7Flow_outFlux_ua_browser:按浏览器类型维度统计 L7 EdgeOne 响应流量指标;</li>
|
7172
|
-
# <li>
|
7172
|
+
# <li> l7Flow_outFlux_ua_os:按操作系统类型维度统计 L7 EdgeOne 响应流量指标;</li>
|
7173
7173
|
# <li> l7Flow_request_country:按国家/地区维度统计 L7 访问请求数指标;</li>
|
7174
7174
|
# <li> l7Flow_request_province:按中国大陆境内省份维度统计 L7 访问请求数指标;</li>
|
7175
7175
|
# <li> l7Flow_request_statusCode:按状态码维度统计 L7 访问请求数指标;</li>
|
@@ -7180,7 +7180,7 @@ module TencentCloud
|
|
7180
7180
|
# <li> l7Flow_request_referer:按 Referer 维度统计 L7 访问请求数指标;</li>
|
7181
7181
|
# <li> l7Flow_request_ua_device:按设备类型维度统计 L7 访问请求数指标; </li>
|
7182
7182
|
# <li> l7Flow_request_ua_browser:按浏览器类型维度统计 L7 访问请求数指标;</li>
|
7183
|
-
# <li>
|
7183
|
+
# <li> l7Flow_request_ua_os:按操作系统类型维度统计 L7 访问请求数指标。</li>
|
7184
7184
|
# @type MetricName: String
|
7185
7185
|
# @param ZoneIds: 站点 ID 集合,此参数必填。
|
7186
7186
|
# @type ZoneIds: Array
|
@@ -10517,8 +10517,8 @@ module TencentCloud
|
|
10517
10517
|
|
10518
10518
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
|
10519
10519
|
extend Gem::Deprecate
|
10520
|
-
deprecate :ApplyType, :none, 2024,
|
10521
|
-
deprecate :ApplyType=, :none, 2024,
|
10520
|
+
deprecate :ApplyType, :none, 2024, 12
|
10521
|
+
deprecate :ApplyType=, :none, 2024, 12
|
10522
10522
|
|
10523
10523
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
|
10524
10524
|
@ZoneId = zoneid
|
@@ -11670,12 +11670,12 @@ module TencentCloud
|
|
11670
11670
|
|
11671
11671
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
11672
11672
|
extend Gem::Deprecate
|
11673
|
-
deprecate :VodeoSubAppId, :none, 2024,
|
11674
|
-
deprecate :VodeoSubAppId=, :none, 2024,
|
11675
|
-
deprecate :VodeoDistributionRange, :none, 2024,
|
11676
|
-
deprecate :VodeoDistributionRange=, :none, 2024,
|
11677
|
-
deprecate :VodeoBucketId, :none, 2024,
|
11678
|
-
deprecate :VodeoBucketId=, :none, 2024,
|
11673
|
+
deprecate :VodeoSubAppId, :none, 2024, 12
|
11674
|
+
deprecate :VodeoSubAppId=, :none, 2024, 12
|
11675
|
+
deprecate :VodeoDistributionRange, :none, 2024, 12
|
11676
|
+
deprecate :VodeoDistributionRange=, :none, 2024, 12
|
11677
|
+
deprecate :VodeoBucketId, :none, 2024, 12
|
11678
|
+
deprecate :VodeoBucketId=, :none, 2024, 12
|
11679
11679
|
|
11680
11680
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
11681
11681
|
@OriginType = origintype
|
@@ -11965,12 +11965,12 @@ module TencentCloud
|
|
11965
11965
|
|
11966
11966
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId
|
11967
11967
|
extend Gem::Deprecate
|
11968
|
-
deprecate :VodeoSubAppId, :none, 2024,
|
11969
|
-
deprecate :VodeoSubAppId=, :none, 2024,
|
11970
|
-
deprecate :VodeoDistributionRange, :none, 2024,
|
11971
|
-
deprecate :VodeoDistributionRange=, :none, 2024,
|
11972
|
-
deprecate :VodeoBucketId, :none, 2024,
|
11973
|
-
deprecate :VodeoBucketId=, :none, 2024,
|
11968
|
+
deprecate :VodeoSubAppId, :none, 2024, 12
|
11969
|
+
deprecate :VodeoSubAppId=, :none, 2024, 12
|
11970
|
+
deprecate :VodeoDistributionRange, :none, 2024, 12
|
11971
|
+
deprecate :VodeoDistributionRange=, :none, 2024, 12
|
11972
|
+
deprecate :VodeoBucketId, :none, 2024, 12
|
11973
|
+
deprecate :VodeoBucketId=, :none, 2024, 12
|
11974
11974
|
|
11975
11975
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil)
|
11976
11976
|
@OriginType = origintype
|
@@ -13129,19 +13129,21 @@ module TencentCloud
|
|
13129
13129
|
# <li> exist: 存在; </li>
|
13130
13130
|
# <li> notexist: 不存在。</li>
|
13131
13131
|
# @type Operator: String
|
13132
|
-
# @param Target: 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li><li> client_ip:客户端 IP。 </li>
|
13132
|
+
# @param Target: 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求 URL 的查询字符串; </li> <li> request_header:HTTP 请求头部。 </li><li> client_ip:客户端 IP。 </li><li> request_protocol:请求协议。 </li><li> request_method:HTTP 请求方法。 </li>
|
13133
13133
|
# @type Target: String
|
13134
13134
|
# @param Values: 对应匹配类型的参数值,仅在匹配类型为查询字符串或HTTP请求头并且运算符取值为存在或不存在时允许传空数组,对应匹配类型有:
|
13135
|
-
# <li> 文件后缀:jpg、txt等文件后缀;</li>
|
13135
|
+
# <li> 文件后缀:jpg、txt 等文件后缀;</li>
|
13136
13136
|
# <li> 文件名称:例如 foo.jpg 中的 foo;</li>
|
13137
|
-
# <li> 全部(站点任意请求):
|
13137
|
+
# <li> 全部(站点任意请求):all;</li>
|
13138
13138
|
# <li> HOST:当前站点下的 host ,例如www.maxx55.com;</li>
|
13139
13139
|
# <li> URL Path:当前站点下 URL 路径的请求,例如:/example;</li>
|
13140
13140
|
# <li> URL Full:当前站点下完整 URL 请求,必须包含 HTTP 协议,Host 和 路径,例如:https://www.maxx55.cn/example;</li>
|
13141
|
-
# <li> 客户端国家/地区:符合ISO3166标准的国家/地区标识;</li>
|
13142
|
-
# <li> 查询字符串: 当前站点下URL请求中查询字符串的参数值,例如lang=cn&version=1中的cn和1; </li>
|
13143
|
-
# <li> HTTP 请求头: HTTP请求头部字段值,例如Accept-Language:zh-CN,zh;q=0.9中的zh-CN,zh;q=0.9
|
13144
|
-
# <li> 客户端 IP: 当前请求携带的客户端请求IP,支持IPv4
|
13141
|
+
# <li> 客户端国家/地区:符合 ISO3166 标准的国家/地区标识;</li>
|
13142
|
+
# <li> 查询字符串: 当前站点下 URL 请求中查询字符串的参数值,例如 lang=cn&version=1 中的 cn 和 1; </li>
|
13143
|
+
# <li> HTTP 请求头: HTTP 请求头部字段值,例如 Accept-Language:zh-CN,zh;q=0.9中的zh-CN,zh;q=0.9 ;</li>
|
13144
|
+
# <li> 客户端 IP: 当前请求携带的客户端请求 IP,支持 IPv4/IPv6, 支持 IP 段; </li>
|
13145
|
+
# <li> 请求协议: 当前请求的协议,取值范围为:HTTP、HTTPS;</li>
|
13146
|
+
# <li> HTTP 请求方法: 当前请求的方法,取值范围为:GET、HEAD、POST、PUT、DELETE、TRACE、CONNECT、OPTIONS、PATCH、COPY、LOCK、MKCOL、MOVE、PROPFIND、PROPPATCH、UNLOCK。 </li>
|
13145
13147
|
# @type Values: Array
|
13146
13148
|
# @param IgnoreCase: 是否忽略参数值的大小写,默认值为 false。
|
13147
13149
|
# @type IgnoreCase: Boolean
|
@@ -13155,8 +13157,8 @@ module TencentCloud
|
|
13155
13157
|
|
13156
13158
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
13157
13159
|
extend Gem::Deprecate
|
13158
|
-
deprecate :IgnoreNameCase, :none, 2024,
|
13159
|
-
deprecate :IgnoreNameCase=, :none, 2024,
|
13160
|
+
deprecate :IgnoreNameCase, :none, 2024, 12
|
13161
|
+
deprecate :IgnoreNameCase=, :none, 2024, 12
|
13160
13162
|
|
13161
13163
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
13162
13164
|
@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.954
|
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-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|