tencentcloud-sdk-nodejs-clb 4.1.288 → 4.1.289

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-clb",
3
- "version": "4.1.288",
3
+ "version": "4.1.289",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -457,6 +457,10 @@ export interface DescribeModelNamesRequest {
457
457
  * <p>过滤PrivateCustom类型自建模型。如果传递了此参数,则只返回具有相同VPC Id的模型。</p>
458
458
  */
459
459
  VpcId?: string;
460
+ /**
461
+ * <p>过滤器,Name取值:</p><ul><li>ModelName:按照模型名称过滤。</li><li>ServiceProviderId:按照BYOK ID过滤。</li><li>InputModalitiesUnion:按照模态过滤。</li></ul>
462
+ */
463
+ Filters?: Array<Filter>;
460
464
  }
461
465
  /**
462
466
  * CreateUserGroup请求参数结构体
@@ -1202,6 +1206,15 @@ export interface AddModelRewriteRequest {
1202
1206
  */
1203
1207
  TargetModel: string;
1204
1208
  }
1209
+ /**
1210
+ * 健康检查配置
1211
+ */
1212
+ export interface ServiceProviderHealthCheckConfigInput {
1213
+ /**
1214
+ * <p>是否开启健康检查</p><p>枚举值:</p><ul><li>true: 是</li><li>false: 否</li></ul>
1215
+ */
1216
+ HealthCheckEnabled?: boolean;
1217
+ }
1205
1218
  /**
1206
1219
  * HTTP/HTTPS监听器下的转发规则绑定的后端服务信息
1207
1220
  */
@@ -4140,6 +4153,10 @@ export interface CreateModelRequest {
4140
4153
  * <p>是否校验服务提供商的SSL证书</p>
4141
4154
  */
4142
4155
  VerifySSL?: boolean;
4156
+ /**
4157
+ * <p>健康检查配置</p>
4158
+ */
4159
+ HealthCheckConfig?: ServiceProviderHealthCheckConfigInput;
4143
4160
  }
4144
4161
  /**
4145
4162
  * 集群的详细信息,如集群ID,名称,类型,可用区,标签等
@@ -5844,6 +5861,15 @@ export interface ConfigListItem {
5844
5861
  */
5845
5862
  UpdateTimestamp?: string;
5846
5863
  }
5864
+ /**
5865
+ * 健康检查配置
5866
+ */
5867
+ export interface ServiceProviderHealthCheckConfigOutput {
5868
+ /**
5869
+ * <p>是否开启健康检查</p><p>枚举值:</p><ul><li>true: 是</li><li>false: 否</li></ul>
5870
+ */
5871
+ HealthCheckEnabled?: boolean;
5872
+ }
5847
5873
  /**
5848
5874
  * DisassociateBudget请求参数结构体
5849
5875
  */
@@ -9040,7 +9066,7 @@ export interface ModelKeyInfoItem {
9040
9066
  */
9041
9067
  ServiceProviderName?: string;
9042
9068
  /**
9043
- * <p>模型状态</p><p>枚举值:</p><ul><li>Active: 运行中</li><li>Provisioning: 创建中</li><li>Configuring: 变配中</li><li>Deleting: 删除中</li><li>ProvisionFailed: 创建失败</li><li>ConfigureFailed: 变配失败</li><li>DeletionFailed: 删除失败</li><li>Disabled: 已禁用</li></ul>
9069
+ * <p>模型状态</p><p>枚举值:</p><ul><li>Active: 运行中</li><li>Provisioning: 创建中</li><li>Configuring: 变配中</li></ul>
9044
9070
  */
9045
9071
  Status?: string;
9046
9072
  /**
@@ -9061,6 +9087,10 @@ export interface ModelKeyInfoItem {
9061
9087
  注意:此字段可能返回 null,表示取不到有效值。
9062
9088
  */
9063
9089
  VpcId?: string;
9090
+ /**
9091
+ * <p>健康检查配置</p>
9092
+ */
9093
+ HealthCheckConfig?: ServiceProviderHealthCheckConfigOutput;
9064
9094
  }
9065
9095
  /**
9066
9096
  * ModifyModelRouterGuardrails返回参数结构体