tencentcloud-sdk-nodejs-clb 4.1.7 → 4.1.12
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
@@ -5453,6 +5453,12 @@ export interface TargetGroupInfo {
|
|
5453
5453
|
注意:此字段可能返回 null,表示取不到有效值。
|
5454
5454
|
*/
|
5455
5455
|
AssociatedRule?: Array<AssociationItem>;
|
5456
|
+
/**
|
5457
|
+
* 后端转发协议类型,支持类型TCP, UDP。仅V2新版目标组支持返回该参数。
|
5458
|
+
|
5459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
5460
|
+
*/
|
5461
|
+
Protocol?: string;
|
5456
5462
|
/**
|
5457
5463
|
* 目标组类型,当前支持v1(旧版目标组), v2(新版目标组), gwlb(全局负载均衡目标组)。
|
5458
5464
|
注意:此字段可能返回 null,表示取不到有效值。
|