tencentcloud-sdk-vpc 3.0.600 → 3.0.601
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/v20170312/client.rb +1 -1
- 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: 334588e956ea1d10bda754560605e37be6bbd483
|
|
4
|
+
data.tar.gz: 5a3cee76f9ded6398b51d56fc0a223e83888a7ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4233513f4b7310126ed752ffca99a3219414f916e6ca7b6a3b1263a5e8635022874190bb3aac0b7d8c04501ba0e36f23ff3b72eaa1cd39de935c46b8b140a70
|
|
7
|
+
data.tar.gz: bb28feeecd9ef218eae367c7878a9d4524f147cf16ef8228d443989780248a768240de65287f33160609593131272e8945c57a912f985281b58efec2a4088803
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.601
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -316,7 +316,7 @@ module TencentCloud
|
|
|
316
316
|
# * 将 EIP 绑定到实例(CVM)上,其本质是将 EIP 绑定到实例上主网卡的主内网 IP 上。
|
|
317
317
|
# * 将 EIP 绑定到主网卡的主内网IP上,绑定过程会把其上绑定的普通公网 IP 自动解绑并释放。
|
|
318
318
|
# * 将 EIP 绑定到指定网卡的内网 IP上(非主网卡的主内网IP),则必须先解绑该 EIP,才能再绑定新的。
|
|
319
|
-
# * 将EIP
|
|
319
|
+
# * 将 EIP 绑定到内网型CLB实例的功能处于内测阶段,如需使用,请提交内测申请。
|
|
320
320
|
# * 将 EIP 绑定到NAT网关,请使用接口[AssociateNatGatewayAddress](https://cloud.tencent.com/document/product/215/36722)
|
|
321
321
|
# * EIP 如果欠费或被封堵,则不能被绑定。
|
|
322
322
|
# * 只有状态为 UNBIND 的 EIP 才能够被绑定。
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.601
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|