tencentcloud-sdk-nodejs-vpc 4.1.56 → 4.1.65
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.
package/package.json
CHANGED
|
@@ -5238,6 +5238,10 @@ export interface AssociateIPv6AddressRequest {
|
|
|
5238
5238
|
* 弹性公网IPv6唯一ID,EIPv6 唯一 ID 形如:eipv6-11112222。可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
|
5239
5239
|
*/
|
|
5240
5240
|
IPv6AddressId: string;
|
|
5241
|
+
/**
|
|
5242
|
+
* 要绑定的实例 ID。实例 ID 形如:ins-djflxkvi。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。
|
|
5243
|
+
*/
|
|
5244
|
+
InstanceId?: string;
|
|
5241
5245
|
/**
|
|
5242
5246
|
* 要绑定的弹性网卡 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获取。
|
|
5243
5247
|
*/
|