tencentcloud-sdk-teo 3.0.1188 → 3.0.1201
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 +60 -1
- data/lib/v20220901/models.rb +56 -46
- 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: af85f3c4af40ce3c3a55e4e33c434e03a235577e
|
|
4
|
+
data.tar.gz: 0e2f64b26864e20e43e1607e0c91c67eb3285da7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98535b7843e3dceef9bd25c7bdd23d4b933fce5d79113f22879ec6dd4ac0fcaa5d31242bca1360919d00e43fc5d8640a7cd7bd66d43b4b9786cac7fc176cb724
|
|
7
|
+
data.tar.gz: ec0206d6a699e1ca26325ebcd658e363e69d4e63480998e9cc45b836cd1847385615fbd870971f963c52950764744e2196c62a53ccdecac911a2273b005e0d07
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1201
|
data/lib/v20220901/client.rb
CHANGED
|
@@ -3192,7 +3192,66 @@ module TencentCloud
|
|
|
3192
3192
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
3193
3193
|
end
|
|
3194
3194
|
|
|
3195
|
-
#
|
|
3195
|
+
# 本接口用以查询七层域名业务的回源时序数据,可以通过指定查询维度 <code>DimensionName</code> 进行分组查询,返回多组时序数据。
|
|
3196
|
+
|
|
3197
|
+
# <p>单次请求最多返回 <strong>50,000</strong> 个数据项<code> TimingDataItem </code>。数据项总数的计算规则如下:</p>
|
|
3198
|
+
# <pre>
|
|
3199
|
+
# 指标个数 * 时间点个数 * 维度值个数 = 数据项总数
|
|
3200
|
+
# </pre>
|
|
3201
|
+
# <ul>
|
|
3202
|
+
# <li>
|
|
3203
|
+
# <strong>指标个数</strong>:<code>MetricNames</code> 的列表长度。
|
|
3204
|
+
# </li>
|
|
3205
|
+
# <li>
|
|
3206
|
+
# <strong>时间点个数</strong>:<code>(EndTime - StartTime) / Interval</code>。
|
|
3207
|
+
# </li>
|
|
3208
|
+
# <li>
|
|
3209
|
+
# <strong>维度值个数</strong>:
|
|
3210
|
+
# <ul>
|
|
3211
|
+
# <li>当未指定 <code>DimensionName</code> 时,默认按账号维度汇总数据,维度值个数为 1。</li>
|
|
3212
|
+
# <li>当 <code>DimensionName = domain</code> 时,维度值个数为 <code>Filters</code> 中 <code>domain</code> 过滤条件指定的域名列表长度。</li>
|
|
3213
|
+
# <li>当 <code>DimensionName = origin-status-code-category</code> 时,维度值个数默认为 <code>6</code>。</li>
|
|
3214
|
+
# <li>当 <code>DimensionName = origin-status-code</code> 时,维度值个数默认为 <code>600</code>。</li>
|
|
3215
|
+
# </ul>
|
|
3216
|
+
# </li>
|
|
3217
|
+
# </ul>
|
|
3218
|
+
|
|
3219
|
+
# <p><code>DimensionName</code> 可以与 <code>Filters</code> 组合使用,通过在 <code>Filters</code> 中指定 <code>DimensionName</code> 对应的过滤条件以限制维度值个数。</p>
|
|
3220
|
+
|
|
3221
|
+
# <h3>示例</h3>
|
|
3222
|
+
# <p>以查询某一小时的具体状态码维度的时序数据为例,假设查询条件如下:</p>
|
|
3223
|
+
# <ul>
|
|
3224
|
+
# <li><code>MetricNames = ["l7Flow_request_hy"]</code>(指标个数 = 1)</li>
|
|
3225
|
+
# <li><code>StartTime = 2025-10-01T06:00:00+08:00</code>,<code>EndTime = 2025-10-01T06:59:59+08:00</code>,<code>Interval = "min"</code>(时间点个数 = 60)</li>
|
|
3226
|
+
# <li><code>DimensionName = origin-status-code</code>,<code>Filters = [{"originStatusCode": ["0", "4xx", "5xx"]}]</code>(维度值个数 = 201)</li>
|
|
3227
|
+
# </ul>
|
|
3228
|
+
# <p>则数据项总数为:</p>
|
|
3229
|
+
# <pre>1 × 60 × 201 = 12060 </pre>
|
|
3230
|
+
# <p>未超过限制。</p>
|
|
3231
|
+
|
|
3232
|
+
# <p><strong>注意</strong>:若查询的数据项总数超过 <strong>50,000</strong>,系统会返回错误 <strong>LimitExceeded.TimingDataItemLimitExceeded</strong>。</p>
|
|
3233
|
+
# <p>此时,请通过调整入参减少单次查询的数据项至 50,000 以内,可采取的做法有:</p>
|
|
3234
|
+
# <ol>
|
|
3235
|
+
# <li>
|
|
3236
|
+
# <strong>减少时间点个数</strong>:
|
|
3237
|
+
# <ul>
|
|
3238
|
+
# <li>缩短查询时间范围(<code>StartTime</code> 到 <code>EndTime</code> 之间的时间跨度)。</li>
|
|
3239
|
+
# <li>选择更大的时间间隔(<code>Interval</code>)。</li>
|
|
3240
|
+
# </ul>
|
|
3241
|
+
# </li>
|
|
3242
|
+
# <li>
|
|
3243
|
+
# <strong>减少维度值个数</strong>:
|
|
3244
|
+
# <ul>
|
|
3245
|
+
# <li>调整 <code>Filters</code>,指定更少的 <code>domain</code> 或 <code>originStatusCode</code> 列表。</li>
|
|
3246
|
+
# </ul>
|
|
3247
|
+
# </li>
|
|
3248
|
+
# <li>
|
|
3249
|
+
# <strong>减少指标值个数</strong>:
|
|
3250
|
+
# <ul>
|
|
3251
|
+
# <li>调整 <code>MetricNames</code>,指定更少的查询指标。</li>
|
|
3252
|
+
# </ul>
|
|
3253
|
+
# </li>
|
|
3254
|
+
# </ol>
|
|
3196
3255
|
|
|
3197
3256
|
# @param request: Request instance for DescribeTimingL7OriginPullData.
|
|
3198
3257
|
# @type request: :class:`Tencentcloud::teo::V20220901::DescribeTimingL7OriginPullDataRequest`
|
data/lib/v20220901/models.rb
CHANGED
|
@@ -2323,8 +2323,8 @@ module TencentCloud
|
|
|
2323
2323
|
|
|
2324
2324
|
attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
|
|
2325
2325
|
extend Gem::Deprecate
|
|
2326
|
-
deprecate :IgnoreCacheControl, :none,
|
|
2327
|
-
deprecate :IgnoreCacheControl=, :none,
|
|
2326
|
+
deprecate :IgnoreCacheControl, :none, 2026, 1
|
|
2327
|
+
deprecate :IgnoreCacheControl=, :none, 2026, 1
|
|
2328
2328
|
|
|
2329
2329
|
def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
|
|
2330
2330
|
@Switch = switch
|
|
@@ -4355,7 +4355,6 @@ module TencentCloud
|
|
|
4355
4355
|
# @param Ipv6: 是否开启 IPv6 访问,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
4356
4356
|
# <li>on:开启;</li>
|
|
4357
4357
|
# <li>off:关闭。</li>
|
|
4358
|
-
|
|
4359
4358
|
# @type Ipv6: String
|
|
4360
4359
|
# @param StaticIp: 是否开启固定 IP,不填写时默认为 off。该配置仅在部分加速区域和安全防护配置下支持开启,详情请参考 [新建四层代理实例](https://cloud.tencent.com/document/product/1552/90025) 。取值为:
|
|
4361
4360
|
# <li>on:开启;</li>
|
|
@@ -4366,9 +4365,13 @@ module TencentCloud
|
|
|
4366
4365
|
# <li>off:关闭。</li>
|
|
4367
4366
|
# @type AccelerateMainland: String
|
|
4368
4367
|
# @param DDosProtectionConfig: L3/L4 DDoS 防护配置,不填写时默认使用平台默认防护选项。详情参考 [独立 DDoS 防护](https://cloud.tencent.com/document/product/1552/95994)。
|
|
4368
|
+
# 本字段已废弃,请使用 DDosProtectionId 字段指定关联的DDoS防护配置。
|
|
4369
4369
|
# @type DDosProtectionConfig: :class:`Tencentcloud::Teo.v20220901.models.DDosProtectionConfig`
|
|
4370
4370
|
|
|
4371
4371
|
attr_accessor :ZoneId, :ProxyName, :Area, :Ipv6, :StaticIp, :AccelerateMainland, :DDosProtectionConfig
|
|
4372
|
+
extend Gem::Deprecate
|
|
4373
|
+
deprecate :DDosProtectionConfig, :none, 2026, 1
|
|
4374
|
+
deprecate :DDosProtectionConfig=, :none, 2026, 1
|
|
4372
4375
|
|
|
4373
4376
|
def initialize(zoneid=nil, proxyname=nil, area=nil, ipv6=nil, staticip=nil, acceleratemainland=nil, ddosprotectionconfig=nil)
|
|
4374
4377
|
@ZoneId = zoneid
|
|
@@ -4949,8 +4952,8 @@ module TencentCloud
|
|
|
4949
4952
|
|
|
4950
4953
|
attr_accessor :ZoneId, :Targets, :Mode, :EncodeUrl, :Headers, :PrefetchMediaSegments
|
|
4951
4954
|
extend Gem::Deprecate
|
|
4952
|
-
deprecate :EncodeUrl, :none,
|
|
4953
|
-
deprecate :EncodeUrl=, :none,
|
|
4955
|
+
deprecate :EncodeUrl, :none, 2026, 1
|
|
4956
|
+
deprecate :EncodeUrl=, :none, 2026, 1
|
|
4954
4957
|
|
|
4955
4958
|
def initialize(zoneid=nil, targets=nil, mode=nil, encodeurl=nil, headers=nil, prefetchmediasegments=nil)
|
|
4956
4959
|
@ZoneId = zoneid
|
|
@@ -5034,8 +5037,8 @@ module TencentCloud
|
|
|
5034
5037
|
|
|
5035
5038
|
attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
|
|
5036
5039
|
extend Gem::Deprecate
|
|
5037
|
-
deprecate :EncodeUrl, :none,
|
|
5038
|
-
deprecate :EncodeUrl=, :none,
|
|
5040
|
+
deprecate :EncodeUrl, :none, 2026, 1
|
|
5041
|
+
deprecate :EncodeUrl=, :none, 2026, 1
|
|
5039
5042
|
|
|
5040
5043
|
def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
|
|
5041
5044
|
@ZoneId = zoneid
|
|
@@ -5645,10 +5648,10 @@ module TencentCloud
|
|
|
5645
5648
|
|
|
5646
5649
|
attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
|
|
5647
5650
|
extend Gem::Deprecate
|
|
5648
|
-
deprecate :AllowDuplicates, :none,
|
|
5649
|
-
deprecate :AllowDuplicates=, :none,
|
|
5650
|
-
deprecate :JumpStart, :none,
|
|
5651
|
-
deprecate :JumpStart=, :none,
|
|
5651
|
+
deprecate :AllowDuplicates, :none, 2026, 1
|
|
5652
|
+
deprecate :AllowDuplicates=, :none, 2026, 1
|
|
5653
|
+
deprecate :JumpStart, :none, 2026, 1
|
|
5654
|
+
deprecate :JumpStart=, :none, 2026, 1
|
|
5652
5655
|
|
|
5653
5656
|
def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
|
|
5654
5657
|
@Type = type
|
|
@@ -11205,45 +11208,47 @@ module TencentCloud
|
|
|
11205
11208
|
|
|
11206
11209
|
# DescribeTimingL7OriginPullData请求参数结构体
|
|
11207
11210
|
class DescribeTimingL7OriginPullDataRequest < TencentCloud::Common::AbstractModel
|
|
11208
|
-
# @param
|
|
11209
|
-
# @type
|
|
11210
|
-
# @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
11211
|
-
# @type EndTime: String
|
|
11211
|
+
# @param ZoneIds: 站点 ID 集合,此参数必填。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
11212
|
+
# @type ZoneIds: Array
|
|
11212
11213
|
# @param MetricNames: 指标列表,取值有:
|
|
11213
|
-
# <li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
11214
|
+
# <ul><li>l7Flow_outFlux_hy: EdgeOne 节点至源站方向的请求流量,单位:Byte;</li>
|
|
11214
11215
|
# <li>l7Flow_outBandwidth_hy: EdgeOne 节点至源站方向的请求带宽,单位:bps;</li>
|
|
11215
11216
|
# <li>l7Flow_request_hy: EdgeOne 节点至源站方向的请求数,单位:次。</li>
|
|
11216
11217
|
# <li>l7Flow_inFlux_hy: 源站至 EdgeOne 节点方向的响应流量,单位:Byte;</li>
|
|
11217
|
-
# <li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps
|
|
11218
|
+
# <li>l7Flow_inBandwidth_hy: 源站至 EdgeOne 节点方向的响应带宽,单位:bps。</li></ul>
|
|
11218
11219
|
# @type MetricNames: Array
|
|
11219
|
-
# @param
|
|
11220
|
-
# @type
|
|
11220
|
+
# @param StartTime: 开始时间。
|
|
11221
|
+
# @type StartTime: String
|
|
11222
|
+
# @param EndTime: 结束时间。查询时间范围(`EndTime` - `StartTime`)需小于等于 31 天。
|
|
11223
|
+
# @type EndTime: String
|
|
11221
11224
|
# @param Interval: 查询时间粒度,取值有:
|
|
11222
|
-
# <li>min: 1分钟;</li>
|
|
11223
|
-
# <li>5min: 5分钟;</li>
|
|
11224
|
-
# <li>hour: 1小时;</li>
|
|
11225
|
-
# <li>day: 1天。</li>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
11225
|
+
# <ul><li>min: 1分钟;</li><li>5min: 5分钟;</li><li>hour: 1小时;</li><li>day: 1天。</li></ul>不填将根据开始时间跟结束时间的间距自动推算粒度,具体为:2 小时范围内以 min 粒度查询,2 天范围内以 5min 粒度查询,7 天范围内以 hour 粒度查询,超过 7 天以 day 粒度查询。
|
|
11226
11226
|
# @type Interval: String
|
|
11227
11227
|
# @param Filters: 过滤条件,详细的过滤条件如下:
|
|
11228
|
-
# <li>domain
|
|
11228
|
+
# <ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名,而不是具体域名。</li><li><strong>originStatusCode</strong>:回源状态码,仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本过滤项。<br>对应的 Value 可选项如下:<ul><li><code>1xx</code>:1xx 类型的状态码;</li><li><code>2xx</code>:2xx 类型的状态码;</li><li><code>3xx</code>:3xx 类型的状态码;</li><li><code>4xx</code>:4xx 类型的状态码;</li><li><code>5xx</code>:5xx 类型的状态码;</li><li>在 <code>[0, 600)</code> 范围内的整数(不包括 600)。</li></ul></li></ul>
|
|
11229
|
+
# **注意**:当 <code>DimensionName</code> 不为空时,仅支持 <code>equals</code> 运算符。
|
|
11229
11230
|
# @type Filters: Array
|
|
11231
|
+
# @param DimensionName: <p>查询维度名称,取值有:</p><ul><li><strong>domain</strong>:客户端请求的域名。若按泛域名接入 EdgeOne,则数据中记录为泛域名。<br>使用 domain 维度时必须在 <code>Filters</code> 中包含 <code>domain</code> 过滤项,指定总数不超过 100 个需要查询的域名列表;</li><li><strong>origin-status-code</strong>:回源状态码,如 200、404,<br>仅当 <code>MetricNames = ["l7Flow_request_hy"]</code> 时支持本维度;</li><li><strong>origin-status-code-category</strong>:回源状态码类别,如 2xx、4xx,<br>仅当 <code>MetricNames =["l7Flow_request_hy"]</code> 时支持本维度。</li></ul><p>若 <code>DimensionName</code> 入参为空,默认按 <code>AppId</code> 维度汇总,只返回一组数据。</p><p>若 <code>DimensionName</code> 入参不为空,则按照传入的查询维度分组返回对应的时序数据。例如:</p><ul>当 <code>DimensionName = origin-status-code</code> 时:<ul><li>返回数据中 <code>TimingDataRecords.TypeKey</code> 为具体回源状态码,例如 200。</li><li>返回数据中 <code>TimingDataRecords.TypeValue</code> 是该状态码对应的时序数据。</li></ul></ul>
|
|
11232
|
+
# <strong>注意</strong>:当指定 DimensionName 查询时,禁止并发调用。若超出查询频率限制,会返回错误 <code><strong>InvalidParameter.ActionInProgress</strong></code> 。
|
|
11233
|
+
# @type DimensionName: String
|
|
11230
11234
|
|
|
11231
|
-
attr_accessor :
|
|
11235
|
+
attr_accessor :ZoneIds, :MetricNames, :StartTime, :EndTime, :Interval, :Filters, :DimensionName
|
|
11232
11236
|
|
|
11233
|
-
def initialize(
|
|
11237
|
+
def initialize(zoneids=nil, metricnames=nil, starttime=nil, endtime=nil, interval=nil, filters=nil, dimensionname=nil)
|
|
11238
|
+
@ZoneIds = zoneids
|
|
11239
|
+
@MetricNames = metricnames
|
|
11234
11240
|
@StartTime = starttime
|
|
11235
11241
|
@EndTime = endtime
|
|
11236
|
-
@MetricNames = metricnames
|
|
11237
|
-
@ZoneIds = zoneids
|
|
11238
11242
|
@Interval = interval
|
|
11239
11243
|
@Filters = filters
|
|
11244
|
+
@DimensionName = dimensionname
|
|
11240
11245
|
end
|
|
11241
11246
|
|
|
11242
11247
|
def deserialize(params)
|
|
11248
|
+
@ZoneIds = params['ZoneIds']
|
|
11249
|
+
@MetricNames = params['MetricNames']
|
|
11243
11250
|
@StartTime = params['StartTime']
|
|
11244
11251
|
@EndTime = params['EndTime']
|
|
11245
|
-
@MetricNames = params['MetricNames']
|
|
11246
|
-
@ZoneIds = params['ZoneIds']
|
|
11247
11252
|
@Interval = params['Interval']
|
|
11248
11253
|
unless params['Filters'].nil?
|
|
11249
11254
|
@Filters = []
|
|
@@ -11253,6 +11258,7 @@ module TencentCloud
|
|
|
11253
11258
|
@Filters << querycondition_tmp
|
|
11254
11259
|
end
|
|
11255
11260
|
end
|
|
11261
|
+
@DimensionName = params['DimensionName']
|
|
11256
11262
|
end
|
|
11257
11263
|
end
|
|
11258
11264
|
|
|
@@ -14695,6 +14701,7 @@ module TencentCloud
|
|
|
14695
14701
|
# <li>on:开启</li> <li>off:关闭</li>
|
|
14696
14702
|
# @type AccelerateMainland: String
|
|
14697
14703
|
# @param DDosProtectionConfig: 安全防护配置。
|
|
14704
|
+
# 本字段已废弃。
|
|
14698
14705
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
14699
14706
|
# @type DDosProtectionConfig: :class:`Tencentcloud::Teo.v20220901.models.DDosProtectionConfig`
|
|
14700
14707
|
# @param L4ProxyRuleCount: 四层代理实例下的转发规则数量。
|
|
@@ -14703,6 +14710,9 @@ module TencentCloud
|
|
|
14703
14710
|
# @type UpdateTime: String
|
|
14704
14711
|
|
|
14705
14712
|
attr_accessor :ZoneId, :ProxyId, :ProxyName, :Area, :Cname, :Ips, :Status, :Ipv6, :StaticIp, :AccelerateMainland, :DDosProtectionConfig, :L4ProxyRuleCount, :UpdateTime
|
|
14713
|
+
extend Gem::Deprecate
|
|
14714
|
+
deprecate :DDosProtectionConfig, :none, 2026, 1
|
|
14715
|
+
deprecate :DDosProtectionConfig=, :none, 2026, 1
|
|
14706
14716
|
|
|
14707
14717
|
def initialize(zoneid=nil, proxyid=nil, proxyname=nil, area=nil, cname=nil, ips=nil, status=nil, ipv6=nil, staticip=nil, acceleratemainland=nil, ddosprotectionconfig=nil, l4proxyrulecount=nil, updatetime=nil)
|
|
14708
14718
|
@ZoneId = zoneid
|
|
@@ -16196,8 +16206,8 @@ module TencentCloud
|
|
|
16196
16206
|
|
|
16197
16207
|
attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo, :UpstreamCertInfo
|
|
16198
16208
|
extend Gem::Deprecate
|
|
16199
|
-
deprecate :ApplyType, :none,
|
|
16200
|
-
deprecate :ApplyType=, :none,
|
|
16209
|
+
deprecate :ApplyType, :none, 2026, 1
|
|
16210
|
+
deprecate :ApplyType=, :none, 2026, 1
|
|
16201
16211
|
|
|
16202
16212
|
def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil, upstreamcertinfo=nil)
|
|
16203
16213
|
@ZoneId = zoneid
|
|
@@ -18614,12 +18624,12 @@ module TencentCloud
|
|
|
18614
18624
|
|
|
18615
18625
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :OriginGroupName, :BackOriginGroupName, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
|
18616
18626
|
extend Gem::Deprecate
|
|
18617
|
-
deprecate :VodeoSubAppId, :none,
|
|
18618
|
-
deprecate :VodeoSubAppId=, :none,
|
|
18619
|
-
deprecate :VodeoDistributionRange, :none,
|
|
18620
|
-
deprecate :VodeoDistributionRange=, :none,
|
|
18621
|
-
deprecate :VodeoBucketId, :none,
|
|
18622
|
-
deprecate :VodeoBucketId=, :none,
|
|
18627
|
+
deprecate :VodeoSubAppId, :none, 2026, 1
|
|
18628
|
+
deprecate :VodeoSubAppId=, :none, 2026, 1
|
|
18629
|
+
deprecate :VodeoDistributionRange, :none, 2026, 1
|
|
18630
|
+
deprecate :VodeoDistributionRange=, :none, 2026, 1
|
|
18631
|
+
deprecate :VodeoBucketId, :none, 2026, 1
|
|
18632
|
+
deprecate :VodeoBucketId=, :none, 2026, 1
|
|
18623
18633
|
|
|
18624
18634
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, origingroupname=nil, backorigingroupname=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
|
18625
18635
|
@OriginType = origintype
|
|
@@ -18936,12 +18946,12 @@ module TencentCloud
|
|
|
18936
18946
|
|
|
18937
18947
|
attr_accessor :OriginType, :Origin, :BackupOrigin, :PrivateAccess, :PrivateParameters, :HostHeader, :VodeoSubAppId, :VodeoDistributionRange, :VodeoBucketId, :VodOriginScope, :VodBucketId
|
|
18938
18948
|
extend Gem::Deprecate
|
|
18939
|
-
deprecate :VodeoSubAppId, :none,
|
|
18940
|
-
deprecate :VodeoSubAppId=, :none,
|
|
18941
|
-
deprecate :VodeoDistributionRange, :none,
|
|
18942
|
-
deprecate :VodeoDistributionRange=, :none,
|
|
18943
|
-
deprecate :VodeoBucketId, :none,
|
|
18944
|
-
deprecate :VodeoBucketId=, :none,
|
|
18949
|
+
deprecate :VodeoSubAppId, :none, 2026, 1
|
|
18950
|
+
deprecate :VodeoSubAppId=, :none, 2026, 1
|
|
18951
|
+
deprecate :VodeoDistributionRange, :none, 2026, 1
|
|
18952
|
+
deprecate :VodeoDistributionRange=, :none, 2026, 1
|
|
18953
|
+
deprecate :VodeoBucketId, :none, 2026, 1
|
|
18954
|
+
deprecate :VodeoBucketId=, :none, 2026, 1
|
|
18945
18955
|
|
|
18946
18956
|
def initialize(origintype=nil, origin=nil, backuporigin=nil, privateaccess=nil, privateparameters=nil, hostheader=nil, vodeosubappid=nil, vodeodistributionrange=nil, vodeobucketid=nil, vodoriginscope=nil, vodbucketid=nil)
|
|
18947
18957
|
@OriginType = origintype
|
|
@@ -20670,8 +20680,8 @@ module TencentCloud
|
|
|
20670
20680
|
|
|
20671
20681
|
attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
|
|
20672
20682
|
extend Gem::Deprecate
|
|
20673
|
-
deprecate :IgnoreNameCase, :none,
|
|
20674
|
-
deprecate :IgnoreNameCase=, :none,
|
|
20683
|
+
deprecate :IgnoreNameCase, :none, 2026, 1
|
|
20684
|
+
deprecate :IgnoreNameCase=, :none, 2026, 1
|
|
20675
20685
|
|
|
20676
20686
|
def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
|
|
20677
20687
|
@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.1201
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -35,9 +35,9 @@ extra_rdoc_files: []
|
|
|
35
35
|
files:
|
|
36
36
|
- lib/v20220106/client.rb
|
|
37
37
|
- lib/v20220106/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-teo.rb
|
|
39
38
|
- lib/v20220901/client.rb
|
|
40
39
|
- lib/v20220901/models.rb
|
|
40
|
+
- lib/tencentcloud-sdk-teo.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|