tencentcloud-sdk-clb 1.0.352 → 1.0.355
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/v20180317/client.rb +2 -2
- 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: e94053f1fa0405f79d8fad5d45c9a85bd2886137
|
|
4
|
+
data.tar.gz: af006f924bd516f89a0e30dfbeb5deed31bd09d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae8ca0c222b551fe74019a33bf940f96dd929fb9c062c5d7bd117f9721cdf9e606eb0fee95302b69c71f9d1c6b3691c61fdcab96df74f6455b31fb900742defc
|
|
7
|
+
data.tar.gz: 3b2be5308f9a5131fc91d7eac340461b0be74e96531c8d58c046d7309f28c1f32b9a27fb67282e114e1aa02d0322d20a2a68ae0619fc71a877d4a4af08fcd390
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.355
|
data/lib/v20180317/client.rb
CHANGED
|
@@ -79,7 +79,7 @@ module TencentCloud
|
|
|
79
79
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
-
# 批量解绑四七层后端服务。批量解绑的资源数量上限为500
|
|
82
|
+
# 批量解绑四七层后端服务。批量解绑的资源数量上限为500。只支持VPC网络负载均衡。
|
|
83
83
|
|
|
84
84
|
# @param request: Request instance for BatchDeregisterTargets.
|
|
85
85
|
# @type request: :class:`Tencentcloud::clb::V20180317::BatchDeregisterTargetsRequest`
|
|
@@ -127,7 +127,7 @@ module TencentCloud
|
|
|
127
127
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
128
128
|
end
|
|
129
129
|
|
|
130
|
-
# 批量绑定虚拟主机或弹性网卡,支持跨域绑定,支持四层、七层(TCP、UDP、HTTP、HTTPS)协议绑定。批量绑定的资源数量上限为500
|
|
130
|
+
# 批量绑定虚拟主机或弹性网卡,支持跨域绑定,支持四层、七层(TCP、UDP、HTTP、HTTPS)协议绑定。批量绑定的资源数量上限为500。只支持VPC网络负载均衡。
|
|
131
131
|
|
|
132
132
|
# @param request: Request instance for BatchRegisterTargets.
|
|
133
133
|
# @type request: :class:`Tencentcloud::clb::V20180317::BatchRegisterTargetsRequest`
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-clb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.355
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-07-
|
|
11
|
+
date: 2022-07-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|