tencentcloud-sdk-nodejs-tsf 4.1.135 → 4.1.138
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
|
@@ -824,7 +824,7 @@ export interface DescribeConfigsResponse {
|
|
|
824
824
|
*/
|
|
825
825
|
export interface ModifyContainerReplicasRequest {
|
|
826
826
|
/**
|
|
827
|
-
* 部署组ID
|
|
827
|
+
* 部署组ID,部署组唯一标识,可以通过[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的容器部署组列表;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的容器部署组
|
|
828
828
|
*/
|
|
829
829
|
GroupId: string;
|
|
830
830
|
/**
|
|
@@ -3504,7 +3504,7 @@ export interface RemoveInstancesRequest {
|
|
|
3504
3504
|
*/
|
|
3505
3505
|
ClusterId: string;
|
|
3506
3506
|
/**
|
|
3507
|
-
* 云主机 ID
|
|
3507
|
+
* 云主机 ID 列表,调用[DescribeInstances](https://cloud.tencent.com/document/api/649/72342)查询已有的云主机列表
|
|
3508
3508
|
*/
|
|
3509
3509
|
InstanceIdList: Array<string>;
|
|
3510
3510
|
}
|
|
@@ -11825,7 +11825,7 @@ export interface ExpandGroupRequest {
|
|
|
11825
11825
|
*/
|
|
11826
11826
|
GroupId: string;
|
|
11827
11827
|
/**
|
|
11828
|
-
* 扩容的机器实例ID列表,调用[
|
|
11828
|
+
* 扩容的机器实例ID列表,调用[DescribeGroupInstances](https://cloud.tencent.com/document/api/649/36066)查询虚拟机部署组云主机列表
|
|
11829
11829
|
*/
|
|
11830
11830
|
InstanceIdList: Array<string>;
|
|
11831
11831
|
}
|