tencentcloud-sdk-nodejs 4.1.239 → 4.1.241

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.
Files changed (57) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cfs/v20190719/cfs_client.js +33 -15
  3. package/es/services/index.js +1 -0
  4. package/es/services/lighthouse/v20200324/lighthouse_client.js +3 -0
  5. package/es/services/mps/v20190612/mps_client.js +3 -0
  6. package/es/services/teo/v20220901/teo_client.js +24 -12
  7. package/es/services/tokenhub/index.js +4 -0
  8. package/es/services/tokenhub/v20260322/index.js +6 -0
  9. package/es/services/tokenhub/v20260322/tokenhub_client.js +54 -0
  10. package/es/services/tokenhub/v20260322/tokenhub_models.js +1 -0
  11. package/package.json +1 -1
  12. package/tencentcloud/common/sdk_version.d.ts +1 -1
  13. package/tencentcloud/common/sdk_version.js +1 -1
  14. package/tencentcloud/services/apis/v20240801/apis_models.d.ts +62 -40
  15. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +31 -19
  16. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +1 -1
  17. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +254 -22
  18. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +47 -17
  19. package/tencentcloud/services/cfs/v20190719/cfs_client.js +66 -24
  20. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +347 -46
  21. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
  22. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +246 -159
  23. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -31
  24. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -20
  25. package/tencentcloud/services/index.d.ts +1 -0
  26. package/tencentcloud/services/index.js +4 -2
  27. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +59 -1
  28. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +5 -1
  29. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +6 -0
  30. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +79 -20
  31. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -1
  32. package/tencentcloud/services/mps/v20190612/mps_client.js +6 -0
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +75 -0
  34. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -0
  35. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +2 -1
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.js +2 -1
  37. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +35 -26
  38. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +70 -80
  39. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +29 -13
  40. package/tencentcloud/services/teo/v20220901/teo_client.js +42 -18
  41. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +199 -26
  42. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +27 -6
  43. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -7
  44. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +101 -112
  45. package/tencentcloud/services/tokenhub/index.d.ts +6 -0
  46. package/tencentcloud/services/tokenhub/index.js +7 -0
  47. package/tencentcloud/services/tokenhub/v20260322/index.d.ts +6 -0
  48. package/tencentcloud/services/tokenhub/v20260322/index.js +10 -0
  49. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +106 -0
  50. package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +159 -0
  51. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1245 -0
  52. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.js +18 -0
  53. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +29 -29
  54. package/tencentcloud/services/tse/v20201207/tse_client.js +28 -28
  55. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +696 -458
  56. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -19
  57. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1 -1
@@ -4223,6 +4223,23 @@ export interface DeleteAIRecognitionTemplateRequest {
4223
4223
  */
4224
4224
  Definition: number;
4225
4225
  }
4226
+ /**
4227
+ * UpdateVoice请求参数结构体
4228
+ */
4229
+ export interface UpdateVoiceRequest {
4230
+ /**
4231
+ * <p>音色Id</p>
4232
+ */
4233
+ VoiceId: string;
4234
+ /**
4235
+ * <p>更新音色字段</p>
4236
+ */
4237
+ VoiceFields: VoiceUpdateFields;
4238
+ /**
4239
+ * <p>扩展参数,json字符串</p>
4240
+ */
4241
+ ExtParam?: string;
4242
+ }
4226
4243
  /**
4227
4244
  * 查询输入的SRT配置信息。
4228
4245
  */
@@ -16776,6 +16793,43 @@ export interface TEHDConfigForUpdate {
16776
16793
  */
16777
16794
  MaxVideoBitrate?: number;
16778
16795
  }
16796
+ /**
16797
+ * 音色更新字段
16798
+ */
16799
+ export interface VoiceUpdateFields {
16800
+ /**
16801
+ * <p>音色名</p>
16802
+ */
16803
+ Name?: string;
16804
+ /**
16805
+ * <p>音色描述</p>
16806
+ */
16807
+ Description?: string;
16808
+ /**
16809
+ * <p>性别</p><p>枚举值:</p><ul><li>male: 男</li><li>female: 女</li><li>unknown: 未知</li></ul>
16810
+ */
16811
+ Gender?: string;
16812
+ /**
16813
+ * <p>年龄</p><p>枚举值:</p><ul><li>child: 儿童</li><li>teenager: 少年</li><li>youth: 青年</li><li>middle_aged: 中年</li><li>senior: 老年</li><li>unknown: 未知</li></ul>
16814
+ */
16815
+ Age?: string;
16816
+ /**
16817
+ * <p>语言</p>
16818
+ */
16819
+ Languages?: Array<string>;
16820
+ /**
16821
+ * <p>标签</p>
16822
+ */
16823
+ Labels?: Array<string>;
16824
+ /**
16825
+ * <p>场景</p>
16826
+ */
16827
+ Scenes?: Array<string>;
16828
+ /**
16829
+ * <p>试听音频</p>
16830
+ */
16831
+ AudioUrl?: string;
16832
+ }
16779
16833
  /**
16780
16834
  * DescribeStreamPackageSource返回参数结构体
16781
16835
  */
@@ -17579,6 +17633,27 @@ export interface EnableWorkflowResponse {
17579
17633
  */
17580
17634
  RequestId?: string;
17581
17635
  }
17636
+ /**
17637
+ * UpdateVoice返回参数结构体
17638
+ */
17639
+ export interface UpdateVoiceResponse {
17640
+ /**
17641
+ * <p>错误码,正确时返回0</p>
17642
+ */
17643
+ ErrorCode?: number;
17644
+ /**
17645
+ * <p>错误信息,正确时返回success</p>
17646
+ */
17647
+ Msg?: string;
17648
+ /**
17649
+ * <p>更新后的音色信息</p>
17650
+ */
17651
+ Voice?: VoiceInfo;
17652
+ /**
17653
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17654
+ */
17655
+ RequestId?: string;
17656
+ }
17582
17657
  /**
17583
17658
  * 编排原子任务
17584
17659
  */
@@ -1946,4 +1946,8 @@ export interface Invoker {
1946
1946
  * 修改时间。格式为:YYYY-MM-DDThh:mm:ssZ
1947
1947
  */
1948
1948
  UpdatedTime?: string;
1949
+ /**
1950
+ * 标签信息。
1951
+ */
1952
+ Tags?: Array<Tag>;
1949
1953
  }
@@ -433,7 +433,8 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
433
433
  */
434
434
  DescribeMySQLClusterDetail(req: DescribeMySQLClusterDetailRequest, cb?: (error: string, rep: DescribeMySQLClusterDetailResponse) => void): Promise<DescribeMySQLClusterDetailResponse>;
435
435
  /**
436
- * 获取计费相关信息
436
+ * 获取云开发环境的计费相关信息。
437
+ 包括环境的 状态、当前套餐、购买时间、到期时间 等。
437
438
  */
438
439
  DescribeBillingInfo(req: DescribeBillingInfoRequest, cb?: (error: string, rep: DescribeBillingInfoResponse) => void): Promise<DescribeBillingInfoResponse>;
439
440
  /**
@@ -601,7 +601,8 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
601
601
  return this.request("DescribeMySQLClusterDetail", req, cb);
602
602
  }
603
603
  /**
604
- * 获取计费相关信息
604
+ * 获取云开发环境的计费相关信息。
605
+ 包括环境的 状态、当前套餐、购买时间、到期时间 等。
605
606
  */
606
607
  async DescribeBillingInfo(req, cb) {
607
608
  return this.request("DescribeBillingInfo", req, cb);
@@ -2283,9 +2283,13 @@ export interface LocalizedTemplate {
2283
2283
  */
2284
2284
  export interface DescribeBillingInfoResponse {
2285
2285
  /**
2286
- * 环境计费信息列表
2286
+ * <p>环境计费信息列表</p>
2287
2287
  */
2288
2288
  EnvBillingInfoList?: Array<EnvBillingInfoItem>;
2289
+ /**
2290
+ * <p>总个数</p>
2291
+ */
2292
+ Total?: number;
2289
2293
  /**
2290
2294
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2291
2295
  */
@@ -2622,9 +2626,21 @@ export interface ListPGUserMigrationsResponse {
2622
2626
  */
2623
2627
  export interface DescribeBillingInfoRequest {
2624
2628
  /**
2625
- * 环境ID
2629
+ * <p>环境ID</p>
2626
2630
  */
2627
2631
  EnvId?: string;
2632
+ /**
2633
+ * <p>环境列表,当环境列表不为空时,查询的环境以该参数为准</p>
2634
+ */
2635
+ EnvIds?: Array<string>;
2636
+ /**
2637
+ * <p>每页条数(用于拉取列表时分页)</p>
2638
+ */
2639
+ Limit?: number;
2640
+ /**
2641
+ * <p>偏移</p>
2642
+ */
2643
+ Offset?: number;
2628
2644
  }
2629
2645
  /**
2630
2646
  * 扩缩容策略
@@ -3195,78 +3211,71 @@ export interface DestroyMySQLRequest {
3195
3211
  */
3196
3212
  export interface EnvBillingInfoItem {
3197
3213
  /**
3198
- * 环境ID
3214
+ * <p>环境ID</p>
3199
3215
  */
3200
3216
  EnvId?: string;
3201
3217
  /**
3202
- * tcb产品套餐ID,参考DescribePackages接口的返回值。
3218
+ * <p>tcb产品套餐ID,参考DescribePackages接口的返回值。</p>
3203
3219
  */
3204
3220
  PackageId?: string;
3205
3221
  /**
3206
- * 自动续费标记
3222
+ * <p>自动续费标记</p>
3207
3223
  */
3208
3224
  IsAutoRenew?: boolean;
3209
3225
  /**
3210
- * 状态。包含以下取值:
3211
- <li> 空字符串:初始化中</li>
3212
- <li> NORMAL:正常</li>
3213
- <li> ISOLATE:隔离</li>
3226
+ * <p>状态。包含以下取值:</p><li> 空字符串:初始化中</li><li> NORMAL:正常</li><li> ISOLATE:隔离</li>
3214
3227
  */
3215
3228
  Status?: string;
3216
3229
  /**
3217
- * 支付方式。包含以下取值:
3218
- <li> PREPAYMENT:预付费</li>
3219
- <li> POSTPAID:后付费</li>
3230
+ * <p>支付方式。包含以下取值:</p><li> PREPAYMENT:预付费</li><li> POSTPAID:后付费</li>
3220
3231
  */
3221
3232
  PayMode?: string;
3222
3233
  /**
3223
- * 隔离时间,最近一次隔离的时间
3234
+ * <p>隔离时间,最近一次隔离的时间</p>
3224
3235
  */
3225
3236
  IsolatedTime?: string;
3226
3237
  /**
3227
- * 过期时间,套餐即将到期的时间
3238
+ * <p>过期时间,套餐即将到期的时间</p>
3228
3239
  */
3229
3240
  ExpireTime?: string;
3230
3241
  /**
3231
- * 创建时间,第一次接入计费方案的时间。
3242
+ * <p>创建时间,第一次接入计费方案的时间。</p>
3232
3243
  */
3233
3244
  CreateTime?: string;
3234
3245
  /**
3235
- * 更新时间,计费信息最近一次更新的时间。
3246
+ * <p>更新时间,计费信息最近一次更新的时间。</p>
3236
3247
  */
3237
3248
  UpdateTime?: string;
3238
3249
  /**
3239
- * true表示从未升级过付费版。
3250
+ * <p>true表示从未升级过付费版。</p>
3240
3251
  */
3241
3252
  IsAlwaysFree?: boolean;
3242
3253
  /**
3243
- * 付费渠道。
3244
- <li> miniapp:小程序</li>
3245
- <li> qcloud:腾讯云</li>
3254
+ * <p>付费渠道。</p><li> miniapp:小程序</li><li> qcloud:腾讯云</li>
3246
3255
  */
3247
3256
  PaymentChannel?: string;
3248
3257
  /**
3249
- * 最新的订单信息
3258
+ * <p>最新的订单信息</p>
3250
3259
  */
3251
3260
  OrderInfo?: OrderInfo;
3252
3261
  /**
3253
- * 免费配额信息。
3262
+ * <p>免费配额信息。</p>
3254
3263
  */
3255
3264
  FreeQuota?: string;
3256
3265
  /**
3257
- * 是否开启 `超过套餐额度部分转按量付费`
3266
+ * <p>是否开启 <code>超过套餐额度部分转按量付费</code></p>
3258
3267
  */
3259
3268
  EnableOverrun?: boolean;
3260
3269
  /**
3261
- * 环境套餐类型
3270
+ * <p>环境套餐类型</p>
3262
3271
  */
3263
3272
  ExtPackageType?: string;
3264
3273
  /**
3265
- * 是否付费期环境,可取值:yes/no
3274
+ * <p>是否付费期环境,可取值:yes/no。</p>
3266
3275
  */
3267
3276
  EnvCharged?: string;
3268
3277
  /**
3269
- * 是否已激活,可取值:yes/no
3278
+ * <p>是否已激活,可取值:yes/no。</p>
3270
3279
  */
3271
3280
  EnvActivated?: string;
3272
3281
  }
@@ -20,130 +20,134 @@ export interface DescribeCloudRunServersResponse {
20
20
  */
21
21
  export interface ServerBaseConfig {
22
22
  /**
23
- * 环境 Id
23
+ * <p>环境 Id</p>
24
24
  */
25
25
  EnvId: string;
26
26
  /**
27
- * 服务名
27
+ * <p>服务名</p>
28
28
  */
29
29
  ServerName: string;
30
30
  /**
31
- * 是否开启公网访问
31
+ * <p>是否开启公网访问</p>
32
32
  */
33
33
  OpenAccessTypes: Array<string>;
34
34
  /**
35
- * Cpu 规格
35
+ * <p>Cpu 规格</p>
36
36
  */
37
37
  Cpu: number;
38
38
  /**
39
- * Mem 规格
39
+ * <p>Mem 规格</p>
40
40
  */
41
41
  Mem: number;
42
42
  /**
43
- * 最小副本数
43
+ * <p>最小副本数</p>
44
44
  */
45
45
  MinNum: number;
46
46
  /**
47
- * 最大副本数
47
+ * <p>最大副本数</p>
48
48
  */
49
49
  MaxNum: number;
50
50
  /**
51
- * 扩缩容配置
51
+ * <p>扩缩容配置</p>
52
52
  */
53
53
  PolicyDetails: Array<HpaPolicy>;
54
54
  /**
55
- * 日志采集路径
55
+ * <p>日志采集路径</p>
56
56
  */
57
57
  CustomLogs: string;
58
58
  /**
59
- * 环境变量
59
+ * <p>环境变量</p>
60
60
  */
61
61
  EnvParams: string;
62
62
  /**
63
- * 延迟检测时间
63
+ * <p>延迟检测时间</p>
64
64
  */
65
65
  InitialDelaySeconds: number;
66
66
  /**
67
- * 创建时间
67
+ * <p>创建时间</p>
68
68
  */
69
69
  CreateTime: string;
70
70
  /**
71
- * 服务端口
71
+ * <p>服务端口</p>
72
72
  */
73
73
  Port: number;
74
74
  /**
75
- * 是否有Dockerfile
75
+ * <p>是否有Dockerfile</p>
76
76
  */
77
77
  HasDockerfile: boolean;
78
78
  /**
79
- * Dockerfile 文件名
79
+ * <p>Dockerfile 文件名</p>
80
80
  */
81
81
  Dockerfile: string;
82
82
  /**
83
- * 构建目录
83
+ * <p>构建目录</p>
84
84
  */
85
85
  BuildDir: string;
86
86
  /**
87
- * 日志类型: none | default | custom
87
+ * <p>日志类型: none | default | custom</p>
88
88
  */
89
89
  LogType?: string;
90
90
  /**
91
- * cls setId
91
+ * <p>cls setId</p>
92
92
  */
93
93
  LogSetId?: string;
94
94
  /**
95
- * cls 主题id
95
+ * <p>cls 主题id</p>
96
96
  */
97
97
  LogTopicId?: string;
98
98
  /**
99
- * 解析类型:json | line
99
+ * <p>解析类型:json | line</p>
100
100
  */
101
101
  LogParseType?: string;
102
102
  /**
103
- * 服务标签, function: 函数托管
103
+ * <p>服务标签, function: 函数托管</p>
104
104
  */
105
105
  Tag?: string;
106
106
  /**
107
- * 内网访问开关 close | open
107
+ * <p>内网访问开关 close | open</p>
108
108
  */
109
109
  InternalAccess?: string;
110
110
  /**
111
- * 内网域名
111
+ * <p>内网域名</p>
112
112
  */
113
113
  InternalDomain?: string;
114
114
  /**
115
- * 运行模式
115
+ * <p>运行模式</p>
116
116
  */
117
117
  OperationMode?: string;
118
118
  /**
119
- * 定时扩缩容配置
119
+ * <p>定时扩缩容配置</p>
120
120
  */
121
121
  TimerScale?: Array<TimerScale>;
122
122
  /**
123
- * Dockerfile EntryPoint 参数
123
+ * <p>Dockerfile EntryPoint 参数</p>
124
124
  */
125
125
  EntryPoint?: Array<string>;
126
126
  /**
127
- * Dockerfile Cmd 参数
127
+ * <p>Dockerfile Cmd 参数</p>
128
128
  */
129
129
  Cmd?: Array<string>;
130
130
  /**
131
- * 会话亲和性开关
131
+ * <p>会话亲和性开关</p>
132
132
  注意:此字段可能返回 null,表示取不到有效值。
133
133
  */
134
134
  SessionAffinity?: string;
135
135
  /**
136
- * Vpc 配置参数
136
+ * <p>Vpc 配置参数</p>
137
137
  */
138
138
  VpcConf?: VpcConf;
139
139
  /**
140
- * 存储配置信息
140
+ * <p>存储配置信息</p>
141
141
  */
142
142
  VolumesConf?: Array<VolumeConf>;
143
143
  /**
144
- * 关联镜像密钥
144
+ * <p>关联镜像密钥</p>
145
145
  */
146
146
  LinkImageRegistry?: string;
147
+ /**
148
+ * <p>公网访问配置</p>
149
+ */
150
+ PublicNetConf?: PublicNetConf;
147
151
  }
148
152
  /**
149
153
  * DescribeCloudRunProcessLog请求参数结构体
@@ -654,72 +658,49 @@ export interface DeployParam {
654
658
  */
655
659
  export interface DiffConfigItem {
656
660
  /**
657
- * 配置项 Key
658
- MinNum 最小副本数
659
- MaxNum 最大副本数
660
- PolicyDetails 扩缩容策略
661
- AccessTypes 访问类型
662
- TimerScale 定时扩缩容
663
- InternalAccess 内网访问
664
- OperationMode 运行模式 noScale | condScale | alwaysScale | custom | manualScale
665
- SessionAffinity 会话亲和性 open | close
666
- CpuSpecs cpu 规格
667
- MemSpecs mem规格
668
- EnvParam 环境变量
669
- LogPath 日志采集路径
670
- Port 端口
671
- Dockerfile dockerfile 文件名
672
- BuildDir 目标目录
673
- Tag 服务标签
674
- LogType 日志类型 none | default | custom
675
- LogSetId 日志集Id
676
- LogTopicId 日志主题ID
677
- LogParseType 日志解析类型 json | line
678
- EntryPoint entrypoint 命令
679
- Cmd cmd命令
680
- VpcConf 网络信息
661
+ * <p>配置项 Key<br>MinNum 最小副本数<br>MaxNum 最大副本数<br>PolicyDetails 扩缩容策略<br>AccessTypes 访问类型<br>TimerScale 定时扩缩容<br>InternalAccess 内网访问<br>OperationMode 运行模式 noScale | condScale | alwaysScale | custom | manualScale<br>SessionAffinity 会话亲和性 open | close<br>CpuSpecs cpu 规格<br>MemSpecs mem规格<br>EnvParam 环境变量<br>LogPath 日志采集路径<br>Port 端口<br>Dockerfile dockerfile 文件名<br>BuildDir 目标目录<br>Tag 服务标签<br>LogType 日志类型 none | default | custom<br>LogSetId 日志集Id<br>LogTopicId 日志主题ID<br>LogParseType 日志解析类型 json | line<br>EntryPoint entrypoint 命令<br>Cmd cmd命令<br>VpcConf 网络信息</p>
681
662
  */
682
663
  Key: string;
683
664
  /**
684
- * 字符串类型配置项值
685
- InternalAccess、OperationMode、SessionAffinity、EnvParam、LogPath、Dockerfile、BuildDir、Tag、LogType、LogSetId、LogTopicId、LogParseType
665
+ * <p>字符串类型配置项值<br>InternalAccess、OperationMode、SessionAffinity、EnvParam、LogPath、Dockerfile、BuildDir、Tag、LogType、LogSetId、LogTopicId、LogParseType</p>
686
666
  */
687
667
  Value?: string;
688
668
  /**
689
- * int 类型配置项值
690
- MinNum、MaxNum、Port
669
+ * <p>int 类型配置项值<br>MinNum、MaxNum、Port</p>
691
670
  */
692
671
  IntValue?: number;
693
672
  /**
694
- * bool 类型配置项值
673
+ * <p>bool 类型配置项值</p>
695
674
  */
696
675
  BoolValue?: boolean;
697
676
  /**
698
- * 浮点型配置项值
699
- CpuSpecs、MemSpecs
677
+ * <p>浮点型配置项值<br>CpuSpecs、MemSpecs</p>
700
678
  */
701
679
  FloatValue?: number;
702
680
  /**
703
- * 字符串数组配置项值
704
- AccessTypes,EntryPoint,Cmd
681
+ * <p>字符串数组配置项值<br>AccessTypes,EntryPoint,Cmd</p>
705
682
  */
706
683
  ArrayValue?: Array<string>;
707
684
  /**
708
- * 扩缩容策略配置项值
685
+ * <p>扩缩容策略配置项值</p>
709
686
  */
710
687
  PolicyDetails?: Array<HpaPolicy>;
711
688
  /**
712
- * 定时扩缩容配置项值
689
+ * <p>定时扩缩容配置项值</p>
713
690
  */
714
691
  TimerScale?: Array<TimerScale>;
715
692
  /**
716
- * 配置内网访问时网络信息
693
+ * <p>配置内网访问时网络信息</p>
717
694
  */
718
695
  VpcConf?: VpcConf;
719
696
  /**
720
- * 存储配置信息
697
+ * <p>存储配置信息</p>
721
698
  */
722
699
  VolumesConf?: Array<VolumeConf>;
700
+ /**
701
+ * <p>公网访问配置</p>
702
+ */
703
+ PublicNetConf?: PublicNetConf;
723
704
  }
724
705
  /**
725
706
  * SubmitServerRollback返回参数结构体
@@ -998,6 +979,23 @@ export interface UpdateCloudRunServerRequest {
998
979
  */
999
980
  Items?: Array<DiffConfigItem>;
1000
981
  }
982
+ /**
983
+ * 删除版本时需要的简化信息
984
+ */
985
+ export interface SimpleVersion {
986
+ /**
987
+ * 要删除版本的环境 Id
988
+ */
989
+ EnvId: string;
990
+ /**
991
+ * 要删除版本的服务名
992
+ */
993
+ ServerName: string;
994
+ /**
995
+ * 要删除版本的版本名
996
+ */
997
+ VersionName: string;
998
+ }
1001
999
  /**
1002
1000
  * 云日志服务相关信息
1003
1001
  */
@@ -1256,21 +1254,13 @@ export interface LogObject {
1256
1254
  PkgLogId?: string;
1257
1255
  }
1258
1256
  /**
1259
- * 删除版本时需要的简化信息
1257
+ * 公网访问配置
1260
1258
  */
1261
- export interface SimpleVersion {
1262
- /**
1263
- * 要删除版本的环境 Id
1264
- */
1265
- EnvId: string;
1259
+ export interface PublicNetConf {
1266
1260
  /**
1267
- * 要删除版本的服务名
1261
+ * <p>是否开启公网访问</p><p>枚举值:</p><ul><li>ENABLE: 开启公网访问</li><li>DISABLE: 关闭公网访问</li></ul>
1268
1262
  */
1269
- ServerName: string;
1270
- /**
1271
- * 要删除版本的版本名
1272
- */
1273
- VersionName: string;
1263
+ PublicNetStatus?: string;
1274
1264
  }
1275
1265
  /**
1276
1266
  * 通用Key Value