tencentcloud-sdk-nodejs-batch 4.1.42 → 4.1.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.
package/package.json
CHANGED
|
@@ -1760,11 +1760,11 @@ export interface Placement {
|
|
|
1760
1760
|
*/
|
|
1761
1761
|
Zone: string;
|
|
1762
1762
|
/**
|
|
1763
|
-
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的
|
|
1763
|
+
* 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 `ProjectId` 字段来获取。默认取值0,表示默认项目。
|
|
1764
1764
|
*/
|
|
1765
1765
|
ProjectId?: number;
|
|
1766
1766
|
/**
|
|
1767
|
-
* 实例所属的专用宿主机ID
|
|
1767
|
+
* 实例所属的专用宿主机ID列表,仅用于入参。如果您有购买专用宿主机并且指定了该参数,则您购买的实例就会随机的部署在这些专用宿主机上。该参数可以通过调用 [DescribeHosts](https://cloud.tencent.com/document/api/213/16474) 的返回值中的 `HostId` 字段来获取。
|
|
1768
1768
|
*/
|
|
1769
1769
|
HostIds?: Array<string>;
|
|
1770
1770
|
/**
|
|
@@ -2555,7 +2555,7 @@ export interface TerminateComputeNodeResponse {
|
|
|
2555
2555
|
*/
|
|
2556
2556
|
export interface VirtualPrivateCloud {
|
|
2557
2557
|
/**
|
|
2558
|
-
* 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [
|
|
2558
|
+
* 私有网络ID,形如`vpc-xxx`。有效的VpcId可通过登录[控制台](https://console.cloud.tencent.com/vpc/vpc?rid=1)查询;也可以调用接口 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) ,从接口返回中的`VpcId `字段获取。若在创建子机时VpcId与SubnetId同时传入`DEFAULT`,则强制使用默认vpc网络。
|
|
2559
2559
|
*/
|
|
2560
2560
|
VpcId: string;
|
|
2561
2561
|
/**
|