tencentcloud-sdk-nodejs-cdwdoris 4.1.76 → 4.1.89
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
|
@@ -2914,6 +2914,10 @@ export interface UserInfo {
|
|
|
2914
2914
|
* ranger group id列表
|
|
2915
2915
|
*/
|
|
2916
2916
|
CamRangerGroupIds?: Array<number | bigint>;
|
|
2917
|
+
/**
|
|
2918
|
+
* 0: 灵活场景 1: 固定场景
|
|
2919
|
+
*/
|
|
2920
|
+
ComputeGroupType?: number;
|
|
2917
2921
|
}
|
|
2918
2922
|
/**
|
|
2919
2923
|
* DescribeInstanceUsedSubnets请求参数结构体
|