tencentcloud-sdk-nodejs-batch 4.1.203 → 4.1.205

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-batch",
3
- "version": "4.1.203",
3
+ "version": "4.1.205",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1866,6 +1866,14 @@ export interface Placement {
1866
1866
  * 实例所属的专用宿主机ID,仅用于出参。
1867
1867
  */
1868
1868
  HostId?: string;
1869
+ /**
1870
+ * 专有资源预扣策略。取值范围:<li>ResourcePool:使用实例资源池进行资源预扣</li>
1871
+ */
1872
+ DedicatedResourcePackTenancy?: string;
1873
+ /**
1874
+ * 专有预扣资源ID列表。形如:rpp-7eumgm3l。通过指定专有预扣资源创建实例时,必须同时指定匹配的DedicatedResourcePackTenancy。
1875
+ */
1876
+ DedicatedResourcePackIds?: Array<string>;
1869
1877
  /**
1870
1878
  * 实例所属的实例资源池机架ID,仅用于出参。
1871
1879
  */