tencentcloud-sdk-teo 3.0.748 → 3.0.749

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b0f6be421683c4be35ce3b4b16f235752108f9d
4
- data.tar.gz: 28a6201a7c877de2350918cdcda81c9197795cdd
3
+ metadata.gz: 621cb5d93ff267fa1134f4aafe3a155d3f90b6b2
4
+ data.tar.gz: 30ea1d7368e651b8d702bafbd90eb258fbe8edb6
5
5
  SHA512:
6
- metadata.gz: 45fffe4acc7d246e28f3410e8fe806536ab38ee4b8c00fdaefb38504e6bee62def05deaa248127cbb999e89dc94e4c8b8ec0581227b625201702811b01261b85
7
- data.tar.gz: e764eaa4c27884e6ad5c9ab044adba8228fb482f9b22d35cc747abd4e57fb0851c4a4c8f31dcc7ee9980b530819438f92098387de8d958149c80f7e441d1d0d2
6
+ metadata.gz: 6894e53cd7d84c8561599bf1e6359b6e50da54dfa6249ee0fc0433d5ad93ac250516c29053b695eb19e7b57708a71c81b084bf2bb6bfd154710a2911e1218dba
7
+ data.tar.gz: 1ee7fc9476d3d3916fe5e31f12bf35644845ea7d6af1d91560748164c15f6711ec7e01f0bb85e560d5d27d0e58c5a40afc62f174207f36680c6ad576d7c8aeb2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.748
1
+ 3.0.749
@@ -852,10 +852,12 @@ module TencentCloud
852
852
  # @type Port: Array
853
853
  # @param OriginType: 源站类型,取值有:
854
854
  # <li>custom:手动添加;</li>
855
+ # <li>loadbalancer:负载均衡;</li>
855
856
  # <li>origins:源站组。</li>
856
857
  # @type OriginType: String
857
858
  # @param OriginValue: 源站信息:
858
859
  # <li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
860
+ # <li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
859
861
  # <li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
860
862
  # @type OriginValue: Array
861
863
  # @param RuleId: 规则ID。
@@ -1954,9 +1956,7 @@ module TencentCloud
1954
1956
  # <li>0:关闭加速;</li>
1955
1957
  # <li>1:开启加速。</li>
1956
1958
  # @type AccelerateType: Integer
1957
- # @param ProxyType: 四层代理模式,取值有:
1958
- # <li>hostname:表示子域名模式;</li>
1959
- # <li>instance:表示实例模式。</li>不填写使用默认值instance。
1959
+ # @param ProxyType: 四层代理模式,取值有: <li>instance:表示实例模式。</li>不填写使用默认值instance。
1960
1960
  # @type ProxyType: String
1961
1961
  # @param SessionPersistTime: 会话保持时间,取值范围:30-3600,单位:秒。
1962
1962
  # 不填写使用默认值600。
@@ -2048,10 +2048,12 @@ module TencentCloud
2048
2048
  # @type Port: Array
2049
2049
  # @param OriginType: 源站类型,取值有:
2050
2050
  # <li>custom:手动添加;</li>
2051
+ # <li>loadbalancer:负载均衡;</li>
2051
2052
  # <li>origins:源站组。</li>
2052
2053
  # @type OriginType: String
2053
2054
  # @param OriginValue: 源站信息:
2054
2055
  # <li>当 OriginType 为 custom 时,表示一个或多个源站,如`["8.8.8.8","9.9.9.9"]` 或 `OriginValue=["test.com"]`;</li>
2056
+ # <li>当 OriginType 为 loadbalancer 时,表示一个负载均衡,如`["lb-xdffsfasdfs"]`;</li>
2055
2057
  # <li>当 OriginType 为 origins 时,要求有且仅有一个元素,表示源站组ID,如`["origin-537f5b41-162a-11ed-abaa-525400c5da15"]`。</li>
2056
2058
  # @type OriginValue: Array
2057
2059
  # @param ForwardClientIp: 传递客户端IP,取值有:
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.748
4
+ version: 3.0.749
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-01-12 00:00:00.000000000 Z
11
+ date: 2024-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common