tencentcloud-sdk-teo 3.0.911 → 3.0.913
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 +50 -9
- 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: a157f0bfca10e192a50a5b583d7e277cfac7f975
|
4
|
+
data.tar.gz: 8cf60b8dd3a6c56ed824994c9eb61fc63f2e8cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78857f416ed357035b334c346349d44dde81e0b762726757d0fd61106158f73d28ec6131b1a52dc819d0642c93014422bce1205503fd40bbab10977f9adf6b67
|
7
|
+
data.tar.gz: b114de0a32828d0bb93db1fbab516a449052a6dd88914310b39bbe68fc5d9d32205cf57e4469f124b6176f5180e7856ec91f6b061938c8a04a628ea142277783
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.913
|
data/lib/v20220901/models.rb
CHANGED
@@ -5803,18 +5803,22 @@ module TencentCloud
|
|
5803
5803
|
|
5804
5804
|
# DescribePurgeTasks请求参数结构体
|
5805
5805
|
class DescribePurgeTasksRequest < TencentCloud::Common::AbstractModel
|
5806
|
-
# @param ZoneId: 站点ID
|
5807
|
-
# 必填参数。
|
5806
|
+
# @param ZoneId: 站点 ID。该参数必填。
|
5808
5807
|
# @type ZoneId: String
|
5809
|
-
# @param StartTime: 查询起始时间,时间与job-id必填一个。
|
5808
|
+
# @param StartTime: 查询起始时间,时间与 job-id 必填一个。
|
5810
5809
|
# @type StartTime: String
|
5811
|
-
# @param EndTime: 查询结束时间,时间与job-id必填一个。
|
5810
|
+
# @param EndTime: 查询结束时间,时间与 job-id 必填一个。
|
5812
5811
|
# @type EndTime: String
|
5813
|
-
# @param Offset: 分页查询偏移量,默认为0。
|
5812
|
+
# @param Offset: 分页查询偏移量,默认为 0。
|
5814
5813
|
# @type Offset: Integer
|
5815
|
-
# @param Limit:
|
5814
|
+
# @param Limit: 分页查询限制数目,默认值:20,最大值:1000。
|
5816
5815
|
# @type Limit: Integer
|
5817
|
-
# @param Filters: 过滤条件,Filters.Values的上限为20
|
5816
|
+
# @param Filters: 过滤条件,Filters.Values的上限为20。详细的过滤条件如下:
|
5817
|
+
# <li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>
|
5818
|
+
# <li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>
|
5819
|
+
# <li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>
|
5820
|
+
# <li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时</li>
|
5821
|
+
# <li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br> purge_url:URL<br> purge_prefix:前缀<br> purge_all:全部缓存内容<br> purge_host:Hostname<br> purge_cache_tag:CacheTag</li>
|
5818
5822
|
# @type Filters: Array
|
5819
5823
|
|
5820
5824
|
attr_accessor :ZoneId, :StartTime, :EndTime, :Offset, :Limit, :Filters
|
@@ -8442,6 +8446,34 @@ module TencentCloud
|
|
8442
8446
|
end
|
8443
8447
|
end
|
8444
8448
|
|
8449
|
+
# 四层远程鉴权信息
|
8450
|
+
class L4ProxyRemoteAuth < TencentCloud::Common::AbstractModel
|
8451
|
+
# @param Switch: 四层远程鉴权开关,取值有:
|
8452
|
+
# <li>on:表示开启;</li>
|
8453
|
+
# <li>off:表示关闭。</li>
|
8454
|
+
# @type Switch: String
|
8455
|
+
# @param Address: 远程鉴权服务地址,格式为: domain/ip:port。例:example.auth.com:8888
|
8456
|
+
# @type Address: String
|
8457
|
+
# @param ServerFaultyBehavior: 远程鉴权服务不可访问后,经过四层转发规则默认回源行为,取值有:
|
8458
|
+
# <li>reject:表示进行拦截,拒绝访问;</li>
|
8459
|
+
# <li>allow:表示允许通过。</li>
|
8460
|
+
# @type ServerFaultyBehavior: String
|
8461
|
+
|
8462
|
+
attr_accessor :Switch, :Address, :ServerFaultyBehavior
|
8463
|
+
|
8464
|
+
def initialize(switch=nil, address=nil, serverfaultybehavior=nil)
|
8465
|
+
@Switch = switch
|
8466
|
+
@Address = address
|
8467
|
+
@ServerFaultyBehavior = serverfaultybehavior
|
8468
|
+
end
|
8469
|
+
|
8470
|
+
def deserialize(params)
|
8471
|
+
@Switch = params['Switch']
|
8472
|
+
@Address = params['Address']
|
8473
|
+
@ServerFaultyBehavior = params['ServerFaultyBehavior']
|
8474
|
+
end
|
8475
|
+
end
|
8476
|
+
|
8445
8477
|
# 四层代理转发规则详情。
|
8446
8478
|
class L4ProxyRule < TencentCloud::Common::AbstractModel
|
8447
8479
|
# @param RuleId: 转发规则 ID。
|
@@ -8503,10 +8535,14 @@ module TencentCloud
|
|
8503
8535
|
# @type Status: String
|
8504
8536
|
# @param BuId: BuID。
|
8505
8537
|
# @type BuId: String
|
8538
|
+
# @param RemoteAuth: 远程鉴权信息。
|
8539
|
+
# 注意:RemoteAuth 在 CreateL4ProxyRules 或 ModifyL4ProxyRules 不可作为入参使用,如有传此参数,会忽略。在 DescribeL4ProxyRules 返回为空时,表示没有开启远程鉴权。
|
8540
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8541
|
+
# @type RemoteAuth: :class:`Tencentcloud::Teo.v20220901.models.L4ProxyRemoteAuth`
|
8506
8542
|
|
8507
|
-
attr_accessor :RuleId, :Protocol, :PortRange, :OriginType, :OriginValue, :OriginPortRange, :ClientIPPassThroughMode, :SessionPersist, :SessionPersistTime, :RuleTag, :Status, :BuId
|
8543
|
+
attr_accessor :RuleId, :Protocol, :PortRange, :OriginType, :OriginValue, :OriginPortRange, :ClientIPPassThroughMode, :SessionPersist, :SessionPersistTime, :RuleTag, :Status, :BuId, :RemoteAuth
|
8508
8544
|
|
8509
|
-
def initialize(ruleid=nil, protocol=nil, portrange=nil, origintype=nil, originvalue=nil, originportrange=nil, clientippassthroughmode=nil, sessionpersist=nil, sessionpersisttime=nil, ruletag=nil, status=nil, buid=nil)
|
8545
|
+
def initialize(ruleid=nil, protocol=nil, portrange=nil, origintype=nil, originvalue=nil, originportrange=nil, clientippassthroughmode=nil, sessionpersist=nil, sessionpersisttime=nil, ruletag=nil, status=nil, buid=nil, remoteauth=nil)
|
8510
8546
|
@RuleId = ruleid
|
8511
8547
|
@Protocol = protocol
|
8512
8548
|
@PortRange = portrange
|
@@ -8519,6 +8555,7 @@ module TencentCloud
|
|
8519
8555
|
@RuleTag = ruletag
|
8520
8556
|
@Status = status
|
8521
8557
|
@BuId = buid
|
8558
|
+
@RemoteAuth = remoteauth
|
8522
8559
|
end
|
8523
8560
|
|
8524
8561
|
def deserialize(params)
|
@@ -8534,6 +8571,10 @@ module TencentCloud
|
|
8534
8571
|
@RuleTag = params['RuleTag']
|
8535
8572
|
@Status = params['Status']
|
8536
8573
|
@BuId = params['BuId']
|
8574
|
+
unless params['RemoteAuth'].nil?
|
8575
|
+
@RemoteAuth = L4ProxyRemoteAuth.new
|
8576
|
+
@RemoteAuth.deserialize(params['RemoteAuth'])
|
8577
|
+
end
|
8537
8578
|
end
|
8538
8579
|
end
|
8539
8580
|
|
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.913
|
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-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|