@ucloud-sdks/ucloud-sdk-js 0.2.43 → 0.2.44

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.
@@ -698,6 +698,10 @@ export interface CreateUHostInstanceRequest {
698
698
  * 【若绑定EIP,此参数必填】弹性IP的线路。枚举值: 国际: International BGP: Bgp 各地域允许的线路参数如下: cn-sh1: Bgp cn-sh2: Bgp cn-gd: Bgp cn-bj1: Bgp cn-bj2: Bgp hk: International us-ca: International th-bkk: International kr-seoul:International us-ws:International ge-fra:International sg:International tw-kh:International.其他海外线路均为 International
699
699
  */
700
700
  OperatorName?: string;
701
+ /**
702
+ * 指定EIP Id进行绑定
703
+ */
704
+ ExistEIPId?: string;
701
705
  /**
702
706
  * 当前EIP代金券id。请通过DescribeCoupon接口查询,或登录用户中心查看。
703
707
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ucloud-sdks/ucloud-sdk-js",
3
3
  "description": "ucloud-sdk-js",
4
- "version": "0.2.43",
4
+ "version": "0.2.44",
5
5
  "author": "oas@ucloud.cn",
6
6
  "license": "MIT",
7
7
  "private": false,