tencentcloud-sdk-nodejs-tcbr 4.1.198 → 4.1.205

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-tcbr",
3
- "version": "4.1.198",
3
+ "version": "4.1.205",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -465,43 +465,43 @@ export interface DescribeCloudRunEnvsResponse {
465
465
  */
466
466
  export interface ServerBaseInfo {
467
467
  /**
468
- * 服务名
468
+ * <p>服务名</p>
469
469
  */
470
470
  ServerName?: string;
471
471
  /**
472
- * 默认服务域名
472
+ * <p>默认服务域名</p>
473
473
  */
474
474
  DefaultDomainName?: string;
475
475
  /**
476
- * 自定义域名
476
+ * <p>自定义域名</p>
477
477
  */
478
478
  CustomDomainName?: string;
479
479
  /**
480
- * 服务状态:running/deploying/deploy_failed
480
+ * <p>服务状态:creating/create_failed/freezing/freeze_fail/froze/unfreezing/unfreeze_fail/normal/deleting/delete_failed/abnormal</p><p>枚举值:</p><ul><li>creating: 创建中</li><li>create_failed: 创建失败</li><li>freezing: 冻结中</li><li>freeze_fail: 冻结失败</li><li>froze: 已冻结</li><li>unfreezing: 解冻中</li><li>unfreeze_fail: 解冻失败</li><li>normal: 正常</li><li>deleting: 删除中</li><li>delete_failed: 删除失败</li><li>abnormal: 服务异常</li></ul>
481
481
  */
482
482
  Status?: string;
483
483
  /**
484
- * 更新时间
484
+ * <p>更新时间</p>
485
485
  */
486
486
  UpdateTime?: string;
487
487
  /**
488
- * 公网访问类型
488
+ * <p>公网访问类型</p>
489
489
  */
490
490
  AccessTypes?: Array<string>;
491
491
  /**
492
- * 展示自定义域名
492
+ * <p>展示自定义域名</p>
493
493
  */
494
494
  CustomDomainNames?: Array<string>;
495
495
  /**
496
- * 服务类型: function 云函数2.0;container 容器服务
496
+ * <p>服务类型: function 云函数2.0;container 容器服务</p>
497
497
  */
498
498
  ServerType?: string;
499
499
  /**
500
- * 流量类型,目前只有 FLOW
500
+ * <p>流量类型,目前只有 FLOW</p>
501
501
  */
502
502
  TrafficType?: string;
503
503
  /**
504
- * 创建时间
504
+ * <p>创建时间</p>
505
505
  */
506
506
  CreateTime?: string;
507
507
  }