tencentcloud-sdk-nodejs-as 4.1.162 → 4.1.187

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-as",
3
- "version": "4.1.162",
3
+ "version": "4.1.187",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -970,17 +970,21 @@ export interface ExecuteScalingPolicyResponse {
970
970
  */
971
971
  export interface ForwardLoadBalancerIdentification {
972
972
  /**
973
- * 负载均衡器ID
973
+ * <p>负载均衡器ID</p>
974
974
  */
975
975
  LoadBalancerId: string;
976
976
  /**
977
- * 应用型负载均衡监听器 ID
977
+ * <p>应用型负载均衡监听器 ID</p>
978
978
  */
979
979
  ListenerId: string;
980
980
  /**
981
- * 转发规则ID,注意:针对七层监听器此参数必填
981
+ * <p>转发规则ID,注意:针对七层监听器此参数必填</p>
982
982
  */
983
983
  LocationId?: string;
984
+ /**
985
+ * <p>监听器或转发路径需解绑的端口号列表。</p><p>取值范围:[1, 65535]</p><p>不传递该参数时,默认解绑指定监听器或转发路径关联的所有端口。</p>
986
+ */
987
+ PortList?: Array<number | bigint>;
984
988
  }
985
989
  /**
986
990
  * SetInstancesProtection返回参数结构体