tencentcloud-sdk-vpc 3.0.1080 → 3.0.1089
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/models.rb +6 -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: 83acbcff477968ab7db5d07c1625b620ac1c2585
|
4
|
+
data.tar.gz: 660bddd573b0ad1fe5aae2f4b00b57033ad92990
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c73d22ceb628b2115e6bad8b0540ef74af494a80c7534fa168f7045910f1a94e9636732f38f4eef6556e10c684750e045d74d181f46a8aea0700f87c356c05
|
7
|
+
data.tar.gz: bb0e48b130725cca499d0eb304b0390868c6ff4380edccd7ce0ea7bc1fe86d27bf67100f5e457b8b6e44dd27331f0c798f4ace9fdc07f17050f68096814516a5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1089
|
data/lib/v20170312/models.rb
CHANGED
@@ -1477,21 +1477,25 @@ module TencentCloud
|
|
1477
1477
|
class AssociateIPv6AddressRequest < TencentCloud::Common::AbstractModel
|
1478
1478
|
# @param IPv6AddressId: 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
1479
1479
|
# @type IPv6AddressId: String
|
1480
|
+
# @param InstanceId: 要绑定的实例 ID。实例 ID 形如:ins-djflxkvi。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。
|
1481
|
+
# @type InstanceId: String
|
1480
1482
|
# @param NetworkInterfaceId: 要绑定的弹性网卡 ID。 弹性网卡 ID 形如:eni-11112222。NetworkInterfaceId 与 InstanceId 不可同时指定。弹性网卡 ID 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的networkInterfaceId获取。
|
1481
1483
|
# @type NetworkInterfaceId: String
|
1482
1484
|
# @param PrivateIPv6Address: 要绑定的内网 IPv6。如果指定了 NetworkInterfaceId 则也必须指定 PrivateIPv6Address ,表示将 EIP 绑定到指定弹性网卡的指定内网 IP 上。同时要确保指定的 PrivateIPv6Address 是指定的 NetworkInterfaceId 上的一个内网 IPv6。指定弹性网卡的内网 IPv6 可通过登录[控制台](https://console.cloud.tencent.com/vpc/eni?rid=1)查询,也可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/api/215/15817)接口返回值中的Ipv6AddressSet.Address获取。
|
1483
1485
|
# @type PrivateIPv6Address: String
|
1484
1486
|
|
1485
|
-
attr_accessor :IPv6AddressId, :NetworkInterfaceId, :PrivateIPv6Address
|
1487
|
+
attr_accessor :IPv6AddressId, :InstanceId, :NetworkInterfaceId, :PrivateIPv6Address
|
1486
1488
|
|
1487
|
-
def initialize(ipv6addressid=nil, networkinterfaceid=nil, privateipv6address=nil)
|
1489
|
+
def initialize(ipv6addressid=nil, instanceid=nil, networkinterfaceid=nil, privateipv6address=nil)
|
1488
1490
|
@IPv6AddressId = ipv6addressid
|
1491
|
+
@InstanceId = instanceid
|
1489
1492
|
@NetworkInterfaceId = networkinterfaceid
|
1490
1493
|
@PrivateIPv6Address = privateipv6address
|
1491
1494
|
end
|
1492
1495
|
|
1493
1496
|
def deserialize(params)
|
1494
1497
|
@IPv6AddressId = params['IPv6AddressId']
|
1498
|
+
@InstanceId = params['InstanceId']
|
1495
1499
|
@NetworkInterfaceId = params['NetworkInterfaceId']
|
1496
1500
|
@PrivateIPv6Address = params['PrivateIPv6Address']
|
1497
1501
|
end
|
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.1089
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|