tencentcloud-sdk-nodejs-clb 4.0.1038 → 4.0.1039
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
@@ -3777,6 +3777,10 @@ export interface CreateTargetGroupRequest {
|
|
3777
3777
|
* 目标组绑定的后端服务器
|
3778
3778
|
*/
|
3779
3779
|
TargetGroupInstances?: Array<TargetGroupInstance>
|
3780
|
+
/**
|
3781
|
+
* 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
|
3782
|
+
*/
|
3783
|
+
Type?: string
|
3780
3784
|
/**
|
3781
3785
|
* 标签。
|
3782
3786
|
*/
|
@@ -3601,6 +3601,10 @@ export interface CreateTargetGroupRequest {
|
|
3601
3601
|
* 目标组绑定的后端服务器
|
3602
3602
|
*/
|
3603
3603
|
TargetGroupInstances?: Array<TargetGroupInstance>;
|
3604
|
+
/**
|
3605
|
+
* 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), 默认为v1(旧版目标组)。
|
3606
|
+
*/
|
3607
|
+
Type?: string;
|
3604
3608
|
/**
|
3605
3609
|
* 标签。
|
3606
3610
|
*/
|