tencentcloud-sdk-teo 3.0.885 → 3.0.886

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20220901/models.rb +14 -15
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3605d2d3c9d95bc47304bcf91e9303028c8ff01f
4
- data.tar.gz: f602c93e93fd8027792323c8edc7a36787758cb5
3
+ metadata.gz: 2ce778a157445c939fdce08c67eb28d852baeb03
4
+ data.tar.gz: 162e20dd3b2b871d7ba55af3d07257dc1e5d3548
5
5
  SHA512:
6
- metadata.gz: eb369ac8dd7f08b0ea71693a1883b5ddb79fd23b15e26872048c7aa7f7fc05adcfec095bc553ed1f27b224121b1310e2c06764e2442778fd3889c0dea4ba9229
7
- data.tar.gz: 2910d63c05ca221518177fd3c299ca10aaa8e2158ce89d5320b6762f2ff52a6dd67b48e5cec074c49e83f89724af86daa665ecdf367dd672a8dda58bbeae1814
6
+ metadata.gz: 1341f9989e090d15eca95223215d909d603289461bbd7ce1feb52d11e4b8c1b9ff8fd3ccada78bcd60d6d7c8287d7764870a3c46a4d21eb11fee052f5e646b1d
7
+ data.tar.gz: dfd275c58c480eb193399dd89dc358ecad59a39dcfb1be2191b8b8effa06092b9537530667f350baa87018b9e7fc7856c250ea06f10cd0c731eda519692feca5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.885
1
+ 3.0.886
@@ -1513,8 +1513,8 @@ module TencentCloud
1513
1513
 
1514
1514
  attr_accessor :Switch, :CacheTime, :IgnoreCacheControl
1515
1515
  extend Gem::Deprecate
1516
- deprecate :IgnoreCacheControl, :none, 2024, 7
1517
- deprecate :IgnoreCacheControl=, :none, 2024, 7
1516
+ deprecate :IgnoreCacheControl, :none, 2024, 8
1517
+ deprecate :IgnoreCacheControl=, :none, 2024, 8
1518
1518
 
1519
1519
  def initialize(switch=nil, cachetime=nil, ignorecachecontrol=nil)
1520
1520
  @Switch = switch
@@ -2744,8 +2744,8 @@ module TencentCloud
2744
2744
 
2745
2745
  attr_accessor :ZoneId, :Type, :Method, :Targets, :EncodeUrl, :CacheTag
2746
2746
  extend Gem::Deprecate
2747
- deprecate :EncodeUrl, :none, 2024, 7
2748
- deprecate :EncodeUrl=, :none, 2024, 7
2747
+ deprecate :EncodeUrl, :none, 2024, 8
2748
+ deprecate :EncodeUrl=, :none, 2024, 8
2749
2749
 
2750
2750
  def initialize(zoneid=nil, type=nil, method=nil, targets=nil, encodeurl=nil, cachetag=nil)
2751
2751
  @ZoneId = zoneid
@@ -3111,10 +3111,10 @@ module TencentCloud
3111
3111
 
3112
3112
  attr_accessor :Type, :ZoneName, :Area, :PlanId, :AliasZoneName, :Tags, :AllowDuplicates, :JumpStart
3113
3113
  extend Gem::Deprecate
3114
- deprecate :AllowDuplicates, :none, 2024, 7
3115
- deprecate :AllowDuplicates=, :none, 2024, 7
3116
- deprecate :JumpStart, :none, 2024, 7
3117
- deprecate :JumpStart=, :none, 2024, 7
3114
+ deprecate :AllowDuplicates, :none, 2024, 8
3115
+ deprecate :AllowDuplicates=, :none, 2024, 8
3116
+ deprecate :JumpStart, :none, 2024, 8
3117
+ deprecate :JumpStart=, :none, 2024, 8
3118
3118
 
3119
3119
  def initialize(type=nil, zonename=nil, area=nil, planid=nil, aliaszonename=nil, tags=nil, allowduplicates=nil, jumpstart=nil)
3120
3120
  @Type = type
@@ -5731,8 +5731,7 @@ module TencentCloud
5731
5731
 
5732
5732
  # DescribePrefetchTasks请求参数结构体
5733
5733
  class DescribePrefetchTasksRequest < TencentCloud::Common::AbstractModel
5734
- # @param ZoneId: 站点ID
5735
- # 必填参数。
5734
+ # @param ZoneId: 站点ID。该参数必填。
5736
5735
  # @type ZoneId: String
5737
5736
  # @param StartTime: 查询起始时间,时间与 job-id 必填一个。
5738
5737
  # @type StartTime: String
@@ -5742,7 +5741,7 @@ module TencentCloud
5742
5741
  # @type Offset: Integer
5743
5742
  # @param Limit: 分页查询限制数目,默认值:20,上限:1000。
5744
5743
  # @type Limit: Integer
5745
- # @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:<li>job-id<br>   按照【<strong>任务ID</strong>】进行过滤。job-id形如:1379afjk91u32h,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>target<br>   按照【<strong>目标资源信息</strong>】进行过滤。target形如:http://www.qq.com/1.txt,暂不支持多值。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>domains<br>   按照【<strong>域名</strong>】进行过滤。domains形如:www.qq.com。<br>   类型:String<br>   必选:否。<br>   模糊查询:不支持。</li><li>statuses<br>   按照【<strong>任务状态</strong>】进行过滤。<br>   必选:否<br>   模糊查询:不支持。<br>   可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时</li>
5744
+ # @param Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br>   processing:处理中<br>   success:成功<br>   failed:失败<br>   timeout:超时<br>   invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
5746
5745
  # @type Filters: Array
5747
5746
 
5748
5747
  attr_accessor :ZoneId, :StartTime, :EndTime, :Offset, :Limit, :Filters
@@ -9189,8 +9188,8 @@ module TencentCloud
9189
9188
 
9190
9189
  attr_accessor :ZoneId, :Hosts, :Mode, :ServerCertInfo, :ApplyType, :ClientCertInfo
9191
9190
  extend Gem::Deprecate
9192
- deprecate :ApplyType, :none, 2024, 7
9193
- deprecate :ApplyType=, :none, 2024, 7
9191
+ deprecate :ApplyType, :none, 2024, 8
9192
+ deprecate :ApplyType=, :none, 2024, 8
9194
9193
 
9195
9194
  def initialize(zoneid=nil, hosts=nil, mode=nil, servercertinfo=nil, applytype=nil, clientcertinfo=nil)
9196
9195
  @ZoneId = zoneid
@@ -11613,8 +11612,8 @@ module TencentCloud
11613
11612
 
11614
11613
  attr_accessor :Operator, :Target, :Values, :IgnoreCase, :Name, :IgnoreNameCase
11615
11614
  extend Gem::Deprecate
11616
- deprecate :IgnoreNameCase, :none, 2024, 7
11617
- deprecate :IgnoreNameCase=, :none, 2024, 7
11615
+ deprecate :IgnoreNameCase, :none, 2024, 8
11616
+ deprecate :IgnoreNameCase=, :none, 2024, 8
11618
11617
 
11619
11618
  def initialize(operator=nil, target=nil, values=nil, ignorecase=nil, name=nil, ignorenamecase=nil)
11620
11619
  @Operator = operator
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-teo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.885
4
+ version: 3.0.886
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud