tencentcloud-sdk-teo 3.0.838 → 3.0.840

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3888c8de170c6d240233057f6fb984daa64d055
4
- data.tar.gz: 0fdb43358d03b9f89259e130b2b6f346967f7be1
3
+ metadata.gz: 4c2b596d69fb13772b537ed37eba258973bc9b1d
4
+ data.tar.gz: 55f91ce25c0eaf45ba767afb9bcbd00d1fd70583
5
5
  SHA512:
6
- metadata.gz: 55658b1fd0a3df3cc7799a028924476851e375fca2bccd5aa68b95662a438e8daa84e31bc0be8740f0b8d685d90fbc31a843c48f806bf3f3da1c37e32d5f0d8a
7
- data.tar.gz: 3b211730553c08fc3b88d622460d6d60e943246f0cb03c6c3a110c634c023b20be4a66a932e640133f360d2a1d9de8d0aa203cbd58d72f311d67282b510d2dce
6
+ metadata.gz: d44b01932b322dd748bf47b7964762cb3ffedbd6f1ca53459a7f4abf14e1357ee1ce41ea1691e7ad05f612f38a25afce8bfa07e18406dc9c7a66c7f5a5330897
7
+ data.tar.gz: 9dee928535d10deff3aed3f8dba20a5fbfba162554362f937f715ba970178e4e7d4d791354681c1e44e8f5e5f60518648db691ed64cb38dd09680e2df2b5444e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.838
1
+ 3.0.840
@@ -272,6 +272,30 @@ module TencentCloud
272
272
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
273
273
  end
274
274
 
275
+ # 创建自定义错误页面。
276
+
277
+ # @param request: Request instance for CreateCustomizeErrorPage.
278
+ # @type request: :class:`Tencentcloud::teo::V20220901::CreateCustomizeErrorPageRequest`
279
+ # @rtype: :class:`Tencentcloud::teo::V20220901::CreateCustomizeErrorPageResponse`
280
+ def CreateCustomizeErrorPage(request)
281
+ body = send_request('CreateCustomizeErrorPage', request.serialize)
282
+ response = JSON.parse(body)
283
+ if response['Response'].key?('Error') == false
284
+ model = CreateCustomizeErrorPageResponse.new
285
+ model.deserialize(response['Response'])
286
+ model
287
+ else
288
+ code = response['Response']['Error']['Code']
289
+ message = response['Response']['Error']['Message']
290
+ reqid = response['Response']['RequestId']
291
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
292
+ end
293
+ rescue TencentCloud::Common::TencentCloudSDKException => e
294
+ raise e
295
+ rescue StandardError => e
296
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
297
+ end
298
+
275
299
  # 用于创建四层代理实例。
276
300
 
277
301
  # @param request: Request instance for CreateL4Proxy.
@@ -663,6 +687,30 @@ module TencentCloud
663
687
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
664
688
  end
665
689
 
690
+ # 删除自定义错误页面。
691
+
692
+ # @param request: Request instance for DeleteCustomErrorPage.
693
+ # @type request: :class:`Tencentcloud::teo::V20220901::DeleteCustomErrorPageRequest`
694
+ # @rtype: :class:`Tencentcloud::teo::V20220901::DeleteCustomErrorPageResponse`
695
+ def DeleteCustomErrorPage(request)
696
+ body = send_request('DeleteCustomErrorPage', request.serialize)
697
+ response = JSON.parse(body)
698
+ if response['Response'].key?('Error') == false
699
+ model = DeleteCustomErrorPageResponse.new
700
+ model.deserialize(response['Response'])
701
+ model
702
+ else
703
+ code = response['Response']['Error']['Code']
704
+ message = response['Response']['Error']['Message']
705
+ reqid = response['Response']['RequestId']
706
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
707
+ end
708
+ rescue TencentCloud::Common::TencentCloudSDKException => e
709
+ raise e
710
+ rescue StandardError => e
711
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
712
+ end
713
+
666
714
  # 用于删除四层代理实例。
667
715
 
668
716
  # @param request: Request instance for DeleteL4Proxy.
@@ -1071,6 +1119,30 @@ module TencentCloud
1071
1119
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1072
1120
  end
1073
1121
 
1122
+ # 查询自定义错误页列表。
1123
+
1124
+ # @param request: Request instance for DescribeCustomErrorPages.
1125
+ # @type request: :class:`Tencentcloud::teo::V20220901::DescribeCustomErrorPagesRequest`
1126
+ # @rtype: :class:`Tencentcloud::teo::V20220901::DescribeCustomErrorPagesResponse`
1127
+ def DescribeCustomErrorPages(request)
1128
+ body = send_request('DescribeCustomErrorPages', request.serialize)
1129
+ response = JSON.parse(body)
1130
+ if response['Response'].key?('Error') == false
1131
+ model = DescribeCustomErrorPagesResponse.new
1132
+ model.deserialize(response['Response'])
1133
+ model
1134
+ else
1135
+ code = response['Response']['Error']['Code']
1136
+ message = response['Response']['Error']['Message']
1137
+ reqid = response['Response']['RequestId']
1138
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1139
+ end
1140
+ rescue TencentCloud::Common::TencentCloudSDKException => e
1141
+ raise e
1142
+ rescue StandardError => e
1143
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1144
+ end
1145
+
1074
1146
  # 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
1075
1147
 
1076
1148
  # @param request: Request instance for DescribeDDoSAttackData.
@@ -2093,6 +2165,30 @@ module TencentCloud
2093
2165
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2094
2166
  end
2095
2167
 
2168
+ # 修改自定义错误页面。
2169
+
2170
+ # @param request: Request instance for ModifyCustomErrorPage.
2171
+ # @type request: :class:`Tencentcloud::teo::V20220901::ModifyCustomErrorPageRequest`
2172
+ # @rtype: :class:`Tencentcloud::teo::V20220901::ModifyCustomErrorPageResponse`
2173
+ def ModifyCustomErrorPage(request)
2174
+ body = send_request('ModifyCustomErrorPage', request.serialize)
2175
+ response = JSON.parse(body)
2176
+ if response['Response'].key?('Error') == false
2177
+ model = ModifyCustomErrorPageResponse.new
2178
+ model.deserialize(response['Response'])
2179
+ model
2180
+ else
2181
+ code = response['Response']['Error']['Code']
2182
+ message = response['Response']['Error']['Message']
2183
+ reqid = response['Response']['RequestId']
2184
+ raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2185
+ end
2186
+ rescue TencentCloud::Common::TencentCloudSDKException => e
2187
+ raise e
2188
+ rescue StandardError => e
2189
+ raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2190
+ end
2191
+
2096
2192
  # 完成域名创建之后,您可以为域名配置自有证书,也可以使用 EdgeOne 为您提供的 [免费证书](https://cloud.tencent.com/document/product/1552/90437)。
2097
2193
  # 如果您需要配置自有证书,请先将证书上传至 [SSL证书控制台](https://console.cloud.tencent.com/certoverview),然后在本接口中传入对应的证书 ID。详情参考 [部署自有证书至 EdgeOne 域名
2098
2194
  # ](https://cloud.tencent.com/document/product/1552/88874)。
@@ -1506,8 +1506,8 @@ module TencentCloud
1506
1506
 
1507
1507
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1508
1508
  extend Gem::Deprecate
1509
- deprecate :IgnoreCacheControl, :none, 2024, 5
1510
- deprecate :IgnoreCacheControl=, :none, 2024, 5
1509
+ deprecate :IgnoreCacheControl, :none, 2024, 6
1510
+ deprecate :IgnoreCacheControl=, :none, 2024, 6
1511
1511
 
1512
1512
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1513
1513
  @Switch = switch
@@ -2296,6 +2296,58 @@ module TencentCloud
2296
2296
  end
2297
2297
  end
2298
2298
 
2299
+ # CreateCustomizeErrorPage请求参数结构体
2300
+ class CreateCustomizeErrorPageRequest < TencentCloud::Common::AbstractModel
2301
+ # @param ZoneId: 站点 ID。
2302
+ # @type ZoneId: String
2303
+ # @param Name: 自定义错误页名称,名称为 2-30 个字符。
2304
+ # @type Name: String
2305
+ # @param ContentType: 自定义错误页面类型,取值有:<li>text/html; </li><li>application/json;</li><li>text/plain;</li><li>text/xml。</li>
2306
+ # @type ContentType: String
2307
+ # @param Description: 自定义错误页面描述,描述不超过 60 个字符。
2308
+ # @type Description: String
2309
+ # @param Content: 自定义错误页面内容,内容不超过 2KB。
2310
+ # @type Content: String
2311
+
2312
+ attr_accessor :ZoneId, :Name, :ContentType, :Description, :Content
2313
+
2314
+ def initialize(zoneid=nil, name=nil, contenttype=nil, description=nil, content=nil)
2315
+ @ZoneId = zoneid
2316
+ @Name = name
2317
+ @ContentType = contenttype
2318
+ @Description = description
2319
+ @Content = content
2320
+ end
2321
+
2322
+ def deserialize(params)
2323
+ @ZoneId = params['ZoneId']
2324
+ @Name = params['Name']
2325
+ @ContentType = params['ContentType']
2326
+ @Description = params['Description']
2327
+ @Content = params['Content']
2328
+ end
2329
+ end
2330
+
2331
+ # CreateCustomizeErrorPage返回参数结构体
2332
+ class CreateCustomizeErrorPageResponse < TencentCloud::Common::AbstractModel
2333
+ # @param PageId: 页面 ID。
2334
+ # @type PageId: String
2335
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2336
+ # @type RequestId: String
2337
+
2338
+ attr_accessor :PageId, :RequestId
2339
+
2340
+ def initialize(pageid=nil, requestid=nil)
2341
+ @PageId = pageid
2342
+ @RequestId = requestid
2343
+ end
2344
+
2345
+ def deserialize(params)
2346
+ @PageId = params['PageId']
2347
+ @RequestId = params['RequestId']
2348
+ end
2349
+ end
2350
+
2299
2351
  # CreateL4Proxy请求参数结构体
2300
2352
  class CreateL4ProxyRequest < TencentCloud::Common::AbstractModel
2301
2353
  # @param ZoneId: 站点 ID。
@@ -2685,8 +2737,8 @@ module TencentCloud
2685
2737
 
2686
2738
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
2687
2739
  extend Gem::Deprecate
2688
- deprecate :EncodeUrl, :none, 2024, 5
2689
- deprecate :EncodeUrl=, :none, 2024, 5
2740
+ deprecate :EncodeUrl, :none, 2024, 6
2741
+ deprecate :EncodeUrl=, :none, 2024, 6
2690
2742
 
2691
2743
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
2692
2744
  @ZoneId = zoneid
@@ -3052,10 +3104,10 @@ module TencentCloud
3052
3104
 
3053
3105
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
3054
3106
  extend Gem::Deprecate
3055
- deprecate :AllowDuplicates, :none, 2024, 5
3056
- deprecate :AllowDuplicates=, :none, 2024, 5
3057
- deprecate :JumpStart, :none, 2024, 5
3058
- deprecate :JumpStart=, :none, 2024, 5
3107
+ deprecate :AllowDuplicates, :none, 2024, 6
3108
+ deprecate :AllowDuplicates=, :none, 2024, 6
3109
+ deprecate :JumpStart, :none, 2024, 6
3110
+ deprecate :JumpStart=, :none, 2024, 6
3059
3111
 
3060
3112
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
3061
3113
  @Type = type
@@ -3166,6 +3218,53 @@ module TencentCloud
3166
3218
  end
3167
3219
  end
3168
3220
 
3221
+ # 自定义错误码页面结构体。
3222
+ class CustomErrorPage < TencentCloud::Common::AbstractModel
3223
+ # @param PageId: 自定义错误页面 ID。
3224
+ # @type PageId: String
3225
+ # @param ZoneId: 站点 ID。
3226
+ # @type ZoneId: String
3227
+ # @param Name: 自定义错误页面名称。
3228
+ # @type Name: String
3229
+ # @param ContentType: 自定义错误页面类型。
3230
+ # @type ContentType: String
3231
+ # @param Description: 自定义错误页面描述。
3232
+ # @type Description: String
3233
+ # @param Content: 自定义错误页面内容。
3234
+ # @type Content: String
3235
+ # @param References: 自定义错误页面引用。
3236
+ # @type References: Array
3237
+
3238
+ attr_accessor :PageId, :ZoneId, :Name, :ContentType, :Description, :Content, :References
3239
+
3240
+ def initialize(pageid=nil, zoneid=nil, name=nil, contenttype=nil, description=nil, content=nil, references=nil)
3241
+ @PageId = pageid
3242
+ @ZoneId = zoneid
3243
+ @Name = name
3244
+ @ContentType = contenttype
3245
+ @Description = description
3246
+ @Content = content
3247
+ @References = references
3248
+ end
3249
+
3250
+ def deserialize(params)
3251
+ @PageId = params['PageId']
3252
+ @ZoneId = params['ZoneId']
3253
+ @Name = params['Name']
3254
+ @ContentType = params['ContentType']
3255
+ @Description = params['Description']
3256
+ @Content = params['Content']
3257
+ unless params['References'].nil?
3258
+ @References = []
3259
+ params['References'].each do |i|
3260
+ errorpagereference_tmp = ErrorPageReference.new
3261
+ errorpagereference_tmp.deserialize(i)
3262
+ @References << errorpagereference_tmp
3263
+ end
3264
+ end
3265
+ end
3266
+ end
3267
+
3169
3268
  # 实时日志投递任务中的自定义日志字段。
3170
3269
  class CustomField < TencentCloud::Common::AbstractModel
3171
3270
  # @param Name: 从 HTTP 请求和响应中的指定位置提取数据,取值有:
@@ -3563,6 +3662,42 @@ module TencentCloud
3563
3662
  end
3564
3663
  end
3565
3664
 
3665
+ # DeleteCustomErrorPage请求参数结构体
3666
+ class DeleteCustomErrorPageRequest < TencentCloud::Common::AbstractModel
3667
+ # @param ZoneId: 站点 ID。
3668
+ # @type ZoneId: String
3669
+ # @param PageId: 自定义页面 ID。
3670
+ # @type PageId: String
3671
+
3672
+ attr_accessor :ZoneId, :PageId
3673
+
3674
+ def initialize(zoneid=nil, pageid=nil)
3675
+ @ZoneId = zoneid
3676
+ @PageId = pageid
3677
+ end
3678
+
3679
+ def deserialize(params)
3680
+ @ZoneId = params['ZoneId']
3681
+ @PageId = params['PageId']
3682
+ end
3683
+ end
3684
+
3685
+ # DeleteCustomErrorPage返回参数结构体
3686
+ class DeleteCustomErrorPageResponse < TencentCloud::Common::AbstractModel
3687
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3688
+ # @type RequestId: String
3689
+
3690
+ attr_accessor :RequestId
3691
+
3692
+ def initialize(requestid=nil)
3693
+ @RequestId = requestid
3694
+ end
3695
+
3696
+ def deserialize(params)
3697
+ @RequestId = params['RequestId']
3698
+ end
3699
+ end
3700
+
3566
3701
  # DeleteL4Proxy请求参数结构体
3567
3702
  class DeleteL4ProxyRequest < TencentCloud::Common::AbstractModel
3568
3703
  # @param ZoneId: 站点 ID。
@@ -4513,6 +4648,76 @@ module TencentCloud
4513
4648
  end
4514
4649
  end
4515
4650
 
4651
+ # DescribeCustomErrorPages请求参数结构体
4652
+ class DescribeCustomErrorPagesRequest < TencentCloud::Common::AbstractModel
4653
+ # @param ZoneId: 站点 ID。
4654
+ # @type ZoneId: String
4655
+ # @param Filters: 过滤条件,Filters.Values 的上限为20,详细的过滤条件Name值如下:
4656
+ # <li>page-id: 按照页面 ID 进行过滤;</li>
4657
+ # <li>name: 按照页面名称进行过滤;</li>
4658
+ # <li>description:按照页面描述过滤;</li>
4659
+ # <li>content-type:按照页面类型过滤。</li>
4660
+ # @type Filters: Array
4661
+ # @param Offset: 分页查询偏移量。默认值:0。
4662
+ # @type Offset: Integer
4663
+ # @param Limit: 分页查询限制数目。默认值:20,最大值:1000。
4664
+ # @type Limit: Integer
4665
+
4666
+ attr_accessor :ZoneId, :Filters, :Offset, :Limit
4667
+
4668
+ def initialize(zoneid=nil, filters=nil, offset=nil, limit=nil)
4669
+ @ZoneId = zoneid
4670
+ @Filters = filters
4671
+ @Offset = offset
4672
+ @Limit = limit
4673
+ end
4674
+
4675
+ def deserialize(params)
4676
+ @ZoneId = params['ZoneId']
4677
+ unless params['Filters'].nil?
4678
+ @Filters = []
4679
+ params['Filters'].each do |i|
4680
+ advancedfilter_tmp = AdvancedFilter.new
4681
+ advancedfilter_tmp.deserialize(i)
4682
+ @Filters << advancedfilter_tmp
4683
+ end
4684
+ end
4685
+ @Offset = params['Offset']
4686
+ @Limit = params['Limit']
4687
+ end
4688
+ end
4689
+
4690
+ # DescribeCustomErrorPages返回参数结构体
4691
+ class DescribeCustomErrorPagesResponse < TencentCloud::Common::AbstractModel
4692
+ # @param TotalCount: 自定义错误页面总数。
4693
+ # @type TotalCount: Integer
4694
+ # @param ErrorPages: 自定义错误页面数据列表。
4695
+ # @type ErrorPages: Array
4696
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4697
+ # @type RequestId: String
4698
+
4699
+ attr_accessor :TotalCount, :ErrorPages, :RequestId
4700
+
4701
+ def initialize(totalcount=nil, errorpages=nil, requestid=nil)
4702
+ @TotalCount = totalcount
4703
+ @ErrorPages = errorpages
4704
+ @RequestId = requestid
4705
+ end
4706
+
4707
+ def deserialize(params)
4708
+ @TotalCount = params['TotalCount']
4709
+ unless params['ErrorPages'].nil?
4710
+ @ErrorPages = []
4711
+ params['ErrorPages'].each do |i|
4712
+ customerrorpage_tmp = CustomErrorPage.new
4713
+ customerrorpage_tmp.deserialize(i)
4714
+ @ErrorPages << customerrorpage_tmp
4715
+ end
4716
+ end
4717
+ @RequestId = params['RequestId']
4718
+ end
4719
+ end
4720
+
4516
4721
  # DescribeDDoSAttackData请求参数结构体
4517
4722
  class DescribeDDoSAttackDataRequest < TencentCloud::Common::AbstractModel
4518
4723
  # @param StartTime: 开始时间。
@@ -7180,6 +7385,22 @@ module TencentCloud
7180
7385
  end
7181
7386
  end
7182
7387
 
7388
+ # 自定义错误页面被引用的来源
7389
+ class ErrorPageReference < TencentCloud::Common::AbstractModel
7390
+ # @param BusinessId: 引用的业务 ID,如自定义拦截规则 ID。
7391
+ # @type BusinessId: String
7392
+
7393
+ attr_accessor :BusinessId
7394
+
7395
+ def initialize(businessid=nil)
7396
+ @BusinessId = businessid
7397
+ end
7398
+
7399
+ def deserialize(params)
7400
+ @BusinessId = params['BusinessId']
7401
+ end
7402
+ end
7403
+
7183
7404
  # 例外规则,用于配置需要跳过特定场景的规则
7184
7405
  class ExceptConfig < TencentCloud::Common::AbstractModel
7185
7406
  # @param Switch: 配置开关,取值有:
@@ -8873,6 +9094,58 @@ module TencentCloud
8873
9094
  end
8874
9095
  end
8875
9096
 
9097
+ # ModifyCustomErrorPage请求参数结构体
9098
+ class ModifyCustomErrorPageRequest < TencentCloud::Common::AbstractModel
9099
+ # @param PageId: 自定义错误页面 ID。
9100
+ # @type PageId: String
9101
+ # @param ZoneId: 站点 ID。
9102
+ # @type ZoneId: String
9103
+ # @param Name: 自定义错误页名称,名称为2 - 60个字符。
9104
+ # @type Name: String
9105
+ # @param Description: 自定义错误页描述,描述内容不超过60个字符。
9106
+ # @type Description: String
9107
+ # @param ContentType: 自定义错误页面类型,取值有:<li>text/html。 </li><li>application/json。</li><li>plain/text。</li><li>text/xml。</li>
9108
+ # @type ContentType: String
9109
+ # @param Content: 自定义错误页面内容。内容不超过 2KB。
9110
+ # @type Content: String
9111
+
9112
+ attr_accessor :PageId, :ZoneId, :Name, :Description, :ContentType, :Content
9113
+
9114
+ def initialize(pageid=nil, zoneid=nil, name=nil, description=nil, contenttype=nil, content=nil)
9115
+ @PageId = pageid
9116
+ @ZoneId = zoneid
9117
+ @Name = name
9118
+ @Description = description
9119
+ @ContentType = contenttype
9120
+ @Content = content
9121
+ end
9122
+
9123
+ def deserialize(params)
9124
+ @PageId = params['PageId']
9125
+ @ZoneId = params['ZoneId']
9126
+ @Name = params['Name']
9127
+ @Description = params['Description']
9128
+ @ContentType = params['ContentType']
9129
+ @Content = params['Content']
9130
+ end
9131
+ end
9132
+
9133
+ # ModifyCustomErrorPage返回参数结构体
9134
+ class ModifyCustomErrorPageResponse < TencentCloud::Common::AbstractModel
9135
+ # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9136
+ # @type RequestId: String
9137
+
9138
+ attr_accessor :RequestId
9139
+
9140
+ def initialize(requestid=nil)
9141
+ @RequestId = requestid
9142
+ end
9143
+
9144
+ def deserialize(params)
9145
+ @RequestId = params['RequestId']
9146
+ end
9147
+ end
9148
+
8876
9149
  # ModifyHostsCertificate请求参数结构体
8877
9150
  class ModifyHostsCertificateRequest < TencentCloud::Common::AbstractModel
8878
9151
  # @param ZoneId: 站点 ID。
@@ -8894,8 +9167,8 @@ module TencentCloud
8894
9167
 
8895
9168
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType
8896
9169
  extend Gem::Deprecate
8897
- deprecate :ApplyType, :none, 2024, 5
8898
- deprecate :ApplyType=, :none, 2024, 5
9170
+ deprecate :ApplyType, :none, 2024, 6
9171
+ deprecate :ApplyType=, :none, 2024, 6
8899
9172
 
8900
9173
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil)
8901
9174
  @ZoneId = zoneid
@@ -9902,6 +10175,7 @@ module TencentCloud
9902
10175
  # <li>AWS_S3:AWS S3 对象存储源站;</li>
9903
10176
  # <li>ORIGIN_GROUP:源站组类型源站;</li>
9904
10177
  # <li>VODEO:云点播-混合云版;</li>
10178
+ # <li>VOD:云点播;</li>
9905
10179
  # <li>SPACE:源站卸载,当前仅白名单开放;</li>
9906
10180
  # <li>LB:负载均衡,当前仅白名单开放。</li>
9907
10181
  # @type OriginType: String
@@ -9910,6 +10184,7 @@ module TencentCloud
9910
10184
  # <li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>
9911
10185
  # <li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>
9912
10186
  # <li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>
10187
+ # <li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>
9913
10188
  # <li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>
9914
10189
  # @type Origin: String
9915
10190
  # @param BackupOrigin: 备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 且配置了备源站组时会生效。
@@ -10065,7 +10340,7 @@ module TencentCloud
10065
10340
  # <li>COS:腾讯云 COS 对象存储源站;</li>
10066
10341
  # <li>AWS_S3:AWS S3 对象存储源站;</li>
10067
10342
  # <li>ORIGIN_GROUP:源站组类型源站;</li>
10068
- # <li>VODEO:云点播-混合云版;</li>
10343
+ # <li>VOD:云点播;</li>
10069
10344
  # <li>SPACE:源站卸载,当前仅白名单开放;</li>
10070
10345
  # <li>LB:负载均衡,当前仅白名单开放。</li>
10071
10346
  # @type OriginType: String
@@ -10074,7 +10349,7 @@ module TencentCloud
10074
10349
  # <li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>
10075
10350
  # <li>当 OriginType = AWS_S3,该参数请填写 S3 桶的访问域名;</li>
10076
10351
  # <li>当 OriginType = ORIGIN_GROUP 时,该参数请填写源站组 ID;</li>
10077
- # <li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数填写 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数请填写对应存储桶域名;</li>
10352
+ # <li>当 OriginType = VOD 时,该参数请填写云点播应用 ID ;</li>
10078
10353
  # <li>当 OriginType = LB 时,该参数请填写负载均衡实例 ID,该功能当前仅白名单开放;</li>
10079
10354
  # <li>当 OriginType = SPACE 时,该参数请填写源站卸载空间 ID,该功能当前仅白名单开放。</li>
10080
10355
  # @type Origin: String
@@ -11281,8 +11556,8 @@ module TencentCloud
11281
11556
 
11282
11557
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
11283
11558
  extend Gem::Deprecate
11284
- deprecate :IgnoreNameCase, :none, 2024, 5
11285
- deprecate :IgnoreNameCase=, :none, 2024, 5
11559
+ deprecate :IgnoreNameCase, :none, 2024, 6
11560
+ deprecate :IgnoreNameCase=, :none, 2024, 6
11286
11561
 
11287
11562
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
11288
11563
  @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.838
4
+ version: 3.0.840
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-06-05 00:00:00.000000000 Z
11
+ date: 2024-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common