tencentcloud-sdk-nodejs 4.1.3 → 4.1.5
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/README.md +9 -1
- package/es/common/sdk_version.js +1 -1
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +20 -10
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +80 -0
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +83 -77
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +0 -15
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +27 -19
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +0 -4
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +2 -34
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -27
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +2 -29
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +0 -22
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -20
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +28 -34
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +5 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +5 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -35
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +148 -94
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -0
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +0 -23
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +31 -98
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -7
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +11 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +0 -33
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +0 -12
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +56 -91
- package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +2 -2
- package/tencentcloud/services/vcube/v20220410/vcube_client.js +2 -2
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +64 -131
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +42 -62
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
|
@@ -853,7 +853,6 @@ export interface DescribeInvocationMetricDataDimensionResponse {
|
|
|
853
853
|
export interface SearchStdoutLogResponse {
|
|
854
854
|
/**
|
|
855
855
|
* 标准输出日志列表
|
|
856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
857
856
|
*/
|
|
858
857
|
Result?: TsfPageStdoutLogV2;
|
|
859
858
|
/**
|
|
@@ -2781,7 +2780,6 @@ export interface DeleteImageTag {
|
|
|
2781
2780
|
export interface DescribeContainerGroupDeployInfoResponse {
|
|
2782
2781
|
/**
|
|
2783
2782
|
* 获取部署组
|
|
2784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2785
2783
|
*/
|
|
2786
2784
|
Result?: ContainerGroupDeploy;
|
|
2787
2785
|
/**
|
|
@@ -2937,6 +2935,10 @@ export interface ImageRepository {
|
|
|
2937
2935
|
* 仓库名,等同reponame字段
|
|
2938
2936
|
*/
|
|
2939
2937
|
RepoName?: string;
|
|
2938
|
+
/**
|
|
2939
|
+
* 仓库类型
|
|
2940
|
+
*/
|
|
2941
|
+
RepoType?: string;
|
|
2940
2942
|
}
|
|
2941
2943
|
/**
|
|
2942
2944
|
* DescribeInovcationIndicators请求参数结构体
|
|
@@ -4823,7 +4825,6 @@ export interface Namespace {
|
|
|
4823
4825
|
export interface DescribeGroupResponse {
|
|
4824
4826
|
/**
|
|
4825
4827
|
* 虚拟机部署组详情
|
|
4826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4827
4828
|
*/
|
|
4828
4829
|
Result?: VmGroup;
|
|
4829
4830
|
/**
|
|
@@ -5480,22 +5481,18 @@ export interface DescribeGroupUseDetailResponse {
|
|
|
5480
5481
|
export interface ContainerGroupDeploy {
|
|
5481
5482
|
/**
|
|
5482
5483
|
* 部署组id
|
|
5483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5484
5484
|
*/
|
|
5485
5485
|
GroupId?: string;
|
|
5486
5486
|
/**
|
|
5487
5487
|
* 分组名称
|
|
5488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5489
5488
|
*/
|
|
5490
5489
|
GroupName?: string;
|
|
5491
5490
|
/**
|
|
5492
5491
|
* 实例总数
|
|
5493
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5494
5492
|
*/
|
|
5495
5493
|
InstanceNum?: number;
|
|
5496
5494
|
/**
|
|
5497
5495
|
* 已启动实例总数
|
|
5498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5499
5496
|
*/
|
|
5500
5497
|
CurrentNum?: number;
|
|
5501
5498
|
/**
|
|
@@ -5540,7 +5537,6 @@ export interface ContainerGroupDeploy {
|
|
|
5540
5537
|
AccessType?: number;
|
|
5541
5538
|
/**
|
|
5542
5539
|
* 端口映射
|
|
5543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5544
5540
|
*/
|
|
5545
5541
|
ProtocolPorts?: Array<ProtocolPort>;
|
|
5546
5542
|
/**
|
|
@@ -5615,7 +5611,6 @@ export interface ContainerGroupDeploy {
|
|
|
5615
5611
|
HealthCheckSettings?: HealthCheckSettings;
|
|
5616
5612
|
/**
|
|
5617
5613
|
* 是否部署Agent容器
|
|
5618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5619
5614
|
*/
|
|
5620
5615
|
DeployAgent?: boolean;
|
|
5621
5616
|
/**
|
|
@@ -5625,12 +5620,10 @@ export interface ContainerGroupDeploy {
|
|
|
5625
5620
|
Alias?: string;
|
|
5626
5621
|
/**
|
|
5627
5622
|
* 是否创建 k8s service
|
|
5628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5629
5623
|
*/
|
|
5630
5624
|
DisableService?: boolean;
|
|
5631
5625
|
/**
|
|
5632
5626
|
* service 是否为 headless 类型
|
|
5633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5634
5627
|
*/
|
|
5635
5628
|
HeadlessService?: boolean;
|
|
5636
5629
|
/**
|
|
@@ -5655,12 +5648,10 @@ export interface ContainerGroupDeploy {
|
|
|
5655
5648
|
KubeInjectEnable?: boolean;
|
|
5656
5649
|
/**
|
|
5657
5650
|
* 仓库类型 (person, tcr)
|
|
5658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5659
5651
|
*/
|
|
5660
5652
|
RepoType?: string;
|
|
5661
5653
|
/**
|
|
5662
5654
|
* 预热配置设置
|
|
5663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5664
5655
|
*/
|
|
5665
5656
|
WarmupSetting?: WarmupSetting;
|
|
5666
5657
|
/**
|
|
@@ -5670,22 +5661,18 @@ export interface ContainerGroupDeploy {
|
|
|
5670
5661
|
GatewayConfig?: GatewayConfig;
|
|
5671
5662
|
/**
|
|
5672
5663
|
* 容器名称
|
|
5673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5674
5664
|
*/
|
|
5675
5665
|
ContainerName?: string;
|
|
5676
5666
|
/**
|
|
5677
5667
|
* 附加容器列表
|
|
5678
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5679
5668
|
*/
|
|
5680
5669
|
AdditionalContainerList?: Array<GroupContainerInfo>;
|
|
5681
5670
|
/**
|
|
5682
5671
|
* 内部容器列表
|
|
5683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5684
5672
|
*/
|
|
5685
5673
|
InternalContainerList?: Array<GroupContainerInfo>;
|
|
5686
5674
|
/**
|
|
5687
5675
|
* service列表
|
|
5688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5689
5676
|
*/
|
|
5690
5677
|
ServiceSettingList?: Array<ServiceSetting>;
|
|
5691
5678
|
}
|
|
@@ -5915,6 +5902,10 @@ export interface SearchBusinessLogRequest {
|
|
|
5915
5902
|
* 游标ID
|
|
5916
5903
|
*/
|
|
5917
5904
|
ScrollId?: string;
|
|
5905
|
+
/**
|
|
5906
|
+
* 查询es使用searchAfter时,游标
|
|
5907
|
+
*/
|
|
5908
|
+
SearchAfter?: Array<string>;
|
|
5918
5909
|
}
|
|
5919
5910
|
/**
|
|
5920
5911
|
* ExpandGroup返回参数结构体
|
|
@@ -6434,7 +6425,6 @@ export interface RevokeFileConfigResponse {
|
|
|
6434
6425
|
export interface SearchBusinessLogResponse {
|
|
6435
6426
|
/**
|
|
6436
6427
|
* 业务日志列表
|
|
6437
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6438
6428
|
*/
|
|
6439
6429
|
Result?: TsfPageBusinessLogV2;
|
|
6440
6430
|
/**
|
|
@@ -6654,77 +6644,62 @@ export interface GroupContainerInfo {
|
|
|
6654
6644
|
TagName: string;
|
|
6655
6645
|
/**
|
|
6656
6646
|
* 容器名字
|
|
6657
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6658
6647
|
*/
|
|
6659
6648
|
ContainerName?: string;
|
|
6660
6649
|
/**
|
|
6661
6650
|
* 镜像名
|
|
6662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6663
6651
|
*/
|
|
6664
6652
|
RepoName?: string;
|
|
6665
6653
|
/**
|
|
6666
6654
|
* 仓库类型,tcr,address,personal,默认personal
|
|
6667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6668
6655
|
*/
|
|
6669
6656
|
RepoType?: string;
|
|
6670
6657
|
/**
|
|
6671
6658
|
* tcr仓库信息
|
|
6672
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6673
6659
|
*/
|
|
6674
6660
|
TcrRepoInfo?: TcrRepoInfo;
|
|
6675
6661
|
/**
|
|
6676
6662
|
* 镜像server
|
|
6677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6678
6663
|
*/
|
|
6679
6664
|
Server?: string;
|
|
6680
6665
|
/**
|
|
6681
6666
|
* 凭证名字
|
|
6682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6683
6667
|
*/
|
|
6684
6668
|
SecretName?: string;
|
|
6685
6669
|
/**
|
|
6686
6670
|
* jvm 参数
|
|
6687
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6688
6671
|
*/
|
|
6689
6672
|
JvmOpts?: string;
|
|
6690
6673
|
/**
|
|
6691
6674
|
* 容器最大的 CPU 核数,对应 K8S 的 limit
|
|
6692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6693
6675
|
*/
|
|
6694
6676
|
CpuLimit?: string;
|
|
6695
6677
|
/**
|
|
6696
6678
|
* 容器分配的 CPU 核数,对应 K8S 的 request
|
|
6697
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6698
6679
|
*/
|
|
6699
6680
|
CpuRequest?: string;
|
|
6700
6681
|
/**
|
|
6701
6682
|
* 容器分配的内存 MiB 数,对应 K8S 的 request
|
|
6702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6703
6683
|
*/
|
|
6704
6684
|
MemRequest?: string;
|
|
6705
6685
|
/**
|
|
6706
6686
|
* 容器最大的内存 MiB 数,对应 K8S 的 limit
|
|
6707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6708
6687
|
*/
|
|
6709
6688
|
MemLimit?: string;
|
|
6710
6689
|
/**
|
|
6711
6690
|
* 健康检查配置信息
|
|
6712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6713
6691
|
*/
|
|
6714
6692
|
HealthCheckSettings?: HealthCheckSettings;
|
|
6715
6693
|
/**
|
|
6716
6694
|
* 环境变量
|
|
6717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6718
6695
|
*/
|
|
6719
6696
|
Envs?: Array<Env>;
|
|
6720
6697
|
/**
|
|
6721
6698
|
* 环境变量,作为入参时不用填
|
|
6722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6723
6699
|
*/
|
|
6724
6700
|
UserEnvs?: Array<Env>;
|
|
6725
6701
|
/**
|
|
6726
6702
|
* 数据卷挂载点信息
|
|
6727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6728
6703
|
*/
|
|
6729
6704
|
VolumeMountInfoList?: Array<VolumeMountInfo>;
|
|
6730
6705
|
}
|
|
@@ -7136,12 +7111,10 @@ export interface ShrinkGroupRequest {
|
|
|
7136
7111
|
export interface TsfPageStdoutLogV2 {
|
|
7137
7112
|
/**
|
|
7138
7113
|
* 总条数
|
|
7139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7140
7114
|
*/
|
|
7141
7115
|
TotalCount?: number;
|
|
7142
7116
|
/**
|
|
7143
7117
|
* 标准输出日志列表
|
|
7144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7145
7118
|
*/
|
|
7146
7119
|
Content?: Array<StdoutLogV2>;
|
|
7147
7120
|
/**
|
|
@@ -7154,6 +7127,11 @@ export interface TsfPageStdoutLogV2 {
|
|
|
7154
7127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7155
7128
|
*/
|
|
7156
7129
|
Status?: string;
|
|
7130
|
+
/**
|
|
7131
|
+
* 游标ID
|
|
7132
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7133
|
+
*/
|
|
7134
|
+
SearchAfter?: Array<string>;
|
|
7157
7135
|
}
|
|
7158
7136
|
/**
|
|
7159
7137
|
* 仓库列表
|
|
@@ -8128,17 +8106,14 @@ export interface DescribeTaskRecordsResponse {
|
|
|
8128
8106
|
export interface VmGroup {
|
|
8129
8107
|
/**
|
|
8130
8108
|
* 部署组ID
|
|
8131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8132
8109
|
*/
|
|
8133
8110
|
GroupId?: string;
|
|
8134
8111
|
/**
|
|
8135
8112
|
* 部署组名称
|
|
8136
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8137
8113
|
*/
|
|
8138
8114
|
GroupName?: string;
|
|
8139
8115
|
/**
|
|
8140
8116
|
* 部署组状态
|
|
8141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8142
8117
|
*/
|
|
8143
8118
|
GroupStatus?: string;
|
|
8144
8119
|
/**
|
|
@@ -8158,42 +8133,34 @@ export interface VmGroup {
|
|
|
8158
8133
|
PackageVersion?: string;
|
|
8159
8134
|
/**
|
|
8160
8135
|
* 集群ID
|
|
8161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8162
8136
|
*/
|
|
8163
8137
|
ClusterId?: string;
|
|
8164
8138
|
/**
|
|
8165
8139
|
* 集群名称
|
|
8166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8167
8140
|
*/
|
|
8168
8141
|
ClusterName?: string;
|
|
8169
8142
|
/**
|
|
8170
8143
|
* 命名空间ID
|
|
8171
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8172
8144
|
*/
|
|
8173
8145
|
NamespaceId?: string;
|
|
8174
8146
|
/**
|
|
8175
8147
|
* 命名空间名称
|
|
8176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8177
8148
|
*/
|
|
8178
8149
|
NamespaceName?: string;
|
|
8179
8150
|
/**
|
|
8180
8151
|
* 应用ID
|
|
8181
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8182
8152
|
*/
|
|
8183
8153
|
ApplicationId?: string;
|
|
8184
8154
|
/**
|
|
8185
8155
|
* 应用名称
|
|
8186
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8187
8156
|
*/
|
|
8188
8157
|
ApplicationName?: string;
|
|
8189
8158
|
/**
|
|
8190
8159
|
* 部署组机器数目
|
|
8191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8192
8160
|
*/
|
|
8193
8161
|
InstanceCount?: number;
|
|
8194
8162
|
/**
|
|
8195
8163
|
* 部署组运行中机器数目
|
|
8196
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8197
8164
|
*/
|
|
8198
8165
|
RunInstanceCount?: number;
|
|
8199
8166
|
/**
|
|
@@ -8203,17 +8170,14 @@ export interface VmGroup {
|
|
|
8203
8170
|
StartupParameters?: string;
|
|
8204
8171
|
/**
|
|
8205
8172
|
* 部署组创建时间
|
|
8206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8207
8173
|
*/
|
|
8208
8174
|
CreateTime?: string;
|
|
8209
8175
|
/**
|
|
8210
8176
|
* 部署组更新时间
|
|
8211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8212
8177
|
*/
|
|
8213
8178
|
UpdateTime?: string;
|
|
8214
8179
|
/**
|
|
8215
8180
|
* 部署组停止机器数目
|
|
8216
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8217
8181
|
*/
|
|
8218
8182
|
OffInstanceCount?: number;
|
|
8219
8183
|
/**
|
|
@@ -8223,22 +8187,18 @@ export interface VmGroup {
|
|
|
8223
8187
|
GroupDesc?: string;
|
|
8224
8188
|
/**
|
|
8225
8189
|
* 微服务类型
|
|
8226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8227
8190
|
*/
|
|
8228
8191
|
MicroserviceType?: string;
|
|
8229
8192
|
/**
|
|
8230
8193
|
* 应用类型
|
|
8231
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8232
8194
|
*/
|
|
8233
8195
|
ApplicationType?: string;
|
|
8234
8196
|
/**
|
|
8235
8197
|
* 部署组资源类型
|
|
8236
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8237
8198
|
*/
|
|
8238
8199
|
GroupResourceType?: string;
|
|
8239
8200
|
/**
|
|
8240
8201
|
* 部署组更新时间戳
|
|
8241
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8242
8202
|
*/
|
|
8243
8203
|
UpdatedTime?: number;
|
|
8244
8204
|
/**
|
|
@@ -8248,32 +8208,26 @@ export interface VmGroup {
|
|
|
8248
8208
|
DeployDesc?: string;
|
|
8249
8209
|
/**
|
|
8250
8210
|
* 滚动发布的更新方式
|
|
8251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8252
8211
|
*/
|
|
8253
8212
|
UpdateType?: number;
|
|
8254
8213
|
/**
|
|
8255
8214
|
* 发布是否启用beta批次
|
|
8256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8257
8215
|
*/
|
|
8258
8216
|
DeployBetaEnable?: boolean;
|
|
8259
8217
|
/**
|
|
8260
8218
|
* 滚动发布的批次比例列表
|
|
8261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8262
8219
|
*/
|
|
8263
8220
|
DeployBatch?: Array<number>;
|
|
8264
8221
|
/**
|
|
8265
8222
|
* 滚动发布的批次执行方式
|
|
8266
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8267
8223
|
*/
|
|
8268
8224
|
DeployExeMode?: string;
|
|
8269
8225
|
/**
|
|
8270
8226
|
* 滚动发布的每个批次的等待时间
|
|
8271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8272
8227
|
*/
|
|
8273
8228
|
DeployWaitTime?: number;
|
|
8274
8229
|
/**
|
|
8275
8230
|
* 是否开启了健康检查
|
|
8276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8277
8231
|
*/
|
|
8278
8232
|
EnableHealthCheck?: boolean;
|
|
8279
8233
|
/**
|
|
@@ -8303,12 +8257,10 @@ export interface VmGroup {
|
|
|
8303
8257
|
Alias?: string;
|
|
8304
8258
|
/**
|
|
8305
8259
|
* javaagent信息
|
|
8306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8307
8260
|
*/
|
|
8308
8261
|
AgentProfileList?: Array<AgentProfile>;
|
|
8309
8262
|
/**
|
|
8310
8263
|
* 预热属性配置
|
|
8311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8312
8264
|
*/
|
|
8313
8265
|
WarmupSetting?: WarmupSetting;
|
|
8314
8266
|
/**
|
|
@@ -8318,9 +8270,38 @@ export interface VmGroup {
|
|
|
8318
8270
|
GatewayConfig?: GatewayConfig;
|
|
8319
8271
|
/**
|
|
8320
8272
|
* 批次是否开启健康检查
|
|
8321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8322
8273
|
*/
|
|
8323
8274
|
EnableBatchHealthCheck?: boolean;
|
|
8275
|
+
/**
|
|
8276
|
+
* 是否开启cgroup控制内存cpu
|
|
8277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8278
|
+
*/
|
|
8279
|
+
FilebeatCgroupEnable?: boolean;
|
|
8280
|
+
/**
|
|
8281
|
+
* filebeat使用cpu上限
|
|
8282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8283
|
+
*/
|
|
8284
|
+
FilebeatMaxCpu?: number;
|
|
8285
|
+
/**
|
|
8286
|
+
* filebeat使用内存上限
|
|
8287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8288
|
+
*/
|
|
8289
|
+
FilebeatMaxMem?: number;
|
|
8290
|
+
/**
|
|
8291
|
+
* 仓库ID
|
|
8292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8293
|
+
*/
|
|
8294
|
+
RepositoryId?: string;
|
|
8295
|
+
/**
|
|
8296
|
+
* 仓库名称
|
|
8297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8298
|
+
*/
|
|
8299
|
+
RepositoryName?: string;
|
|
8300
|
+
/**
|
|
8301
|
+
* 仓库类型
|
|
8302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8303
|
+
*/
|
|
8304
|
+
RepositoryType?: string;
|
|
8324
8305
|
}
|
|
8325
8306
|
/**
|
|
8326
8307
|
* DescribeApiUseDetail返回参数结构体
|
|
@@ -8341,109 +8322,92 @@ export interface DescribeApiUseDetailResponse {
|
|
|
8341
8322
|
export interface ServiceSetting {
|
|
8342
8323
|
/**
|
|
8343
8324
|
* 0:公网, 1:集群内访问, 2:NodePort, 3: VPC 内网访问
|
|
8344
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8345
8325
|
*/
|
|
8346
8326
|
AccessType: number;
|
|
8347
8327
|
/**
|
|
8348
8328
|
* 容器端口映射
|
|
8349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8350
8329
|
*/
|
|
8351
8330
|
ProtocolPorts: Array<ProtocolPort>;
|
|
8352
8331
|
/**
|
|
8353
8332
|
* 子网ID
|
|
8354
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8355
8333
|
*/
|
|
8356
8334
|
SubnetId: string;
|
|
8357
8335
|
/**
|
|
8358
8336
|
* 是否创建 k8s service,默认为 false
|
|
8359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8360
8337
|
*/
|
|
8361
8338
|
DisableService?: boolean;
|
|
8362
8339
|
/**
|
|
8363
8340
|
* service 是否为 headless 类型
|
|
8364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8365
8341
|
*/
|
|
8366
8342
|
HeadlessService?: boolean;
|
|
8367
8343
|
/**
|
|
8368
8344
|
* 当为 true 且 DisableService 也为 true 时,会删除之前创建的 service,请小心使用
|
|
8369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8370
8345
|
*/
|
|
8371
8346
|
AllowDeleteService?: boolean;
|
|
8372
8347
|
/**
|
|
8373
8348
|
* 开启SessionAffinity,true为开启,false为不开启,默认为false
|
|
8374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8375
8349
|
*/
|
|
8376
8350
|
OpenSessionAffinity?: boolean;
|
|
8377
8351
|
/**
|
|
8378
8352
|
* SessionAffinity会话时间,默认10800
|
|
8379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8380
8353
|
*/
|
|
8381
8354
|
SessionAffinityTimeoutSeconds?: number;
|
|
8382
8355
|
/**
|
|
8383
8356
|
* 服务名称
|
|
8384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8385
8357
|
*/
|
|
8386
8358
|
ServiceName?: string;
|
|
8387
8359
|
/**
|
|
8388
8360
|
* 外部流量策略
|
|
8389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8390
8361
|
*/
|
|
8391
8362
|
ExternalTrafficStrategy?: string;
|
|
8392
8363
|
/**
|
|
8393
8364
|
* 外部流量策略
|
|
8394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8395
8365
|
*/
|
|
8396
8366
|
ExternalTrafficPolicy?: string;
|
|
8397
8367
|
/**
|
|
8398
8368
|
* 负载均衡提供者
|
|
8399
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8400
8369
|
*/
|
|
8401
8370
|
LoadBalancerProvisioner?: string;
|
|
8402
8371
|
/**
|
|
8403
8372
|
* 负载均衡类型
|
|
8404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8405
8373
|
*/
|
|
8406
8374
|
LoadBalancingType?: string;
|
|
8407
8375
|
/**
|
|
8408
8376
|
* k8s负载均衡内网vip
|
|
8409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8410
8377
|
*/
|
|
8411
8378
|
ClusterIp?: string;
|
|
8412
8379
|
/**
|
|
8413
8380
|
* 禁用服务Int记录
|
|
8414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8415
8381
|
*/
|
|
8416
8382
|
DisableServiceInt?: number;
|
|
8417
8383
|
/**
|
|
8418
8384
|
* 开启SessionAffinity Int记录
|
|
8419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8420
8385
|
*/
|
|
8421
8386
|
OpenSessionAffinityInt?: number;
|
|
8422
8387
|
/**
|
|
8423
8388
|
* 开启HeadlessService int记录
|
|
8424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8425
8389
|
*/
|
|
8426
8390
|
HeadlessServiceInt?: number;
|
|
8427
8391
|
/**
|
|
8428
8392
|
* 服务名称
|
|
8429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8430
8393
|
*/
|
|
8431
8394
|
Name?: string;
|
|
8432
8395
|
/**
|
|
8433
8396
|
* VPC网络ID
|
|
8434
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8435
8397
|
*/
|
|
8436
8398
|
VpcId?: string;
|
|
8437
8399
|
/**
|
|
8438
8400
|
* 负载均衡VIP
|
|
8439
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8440
8401
|
*/
|
|
8441
8402
|
LoadBalancingIp?: string;
|
|
8442
8403
|
/**
|
|
8443
8404
|
* 负载均衡id
|
|
8444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8445
8405
|
*/
|
|
8446
8406
|
LoadBalancerId?: string;
|
|
8407
|
+
/**
|
|
8408
|
+
* 已存在的负载均衡id
|
|
8409
|
+
*/
|
|
8410
|
+
ExistingLoadBalancerId?: string;
|
|
8447
8411
|
}
|
|
8448
8412
|
/**
|
|
8449
8413
|
* ModifyUploadInfo请求参数结构体
|
|
@@ -10752,7 +10716,6 @@ export interface DescribeInvocationMetricDataCurveRequest {
|
|
|
10752
10716
|
export interface VmGroupOther {
|
|
10753
10717
|
/**
|
|
10754
10718
|
* 部署组ID
|
|
10755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10756
10719
|
*/
|
|
10757
10720
|
GroupId?: string;
|
|
10758
10721
|
/**
|
|
@@ -10772,27 +10735,22 @@ export interface VmGroupOther {
|
|
|
10772
10735
|
PackageVersion?: string;
|
|
10773
10736
|
/**
|
|
10774
10737
|
* 部署组实例数
|
|
10775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10776
10738
|
*/
|
|
10777
10739
|
InstanceCount?: number;
|
|
10778
10740
|
/**
|
|
10779
10741
|
* 部署组运行中实例数
|
|
10780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10781
10742
|
*/
|
|
10782
10743
|
RunInstanceCount?: number;
|
|
10783
10744
|
/**
|
|
10784
10745
|
* 部署组中停止实例数
|
|
10785
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10786
10746
|
*/
|
|
10787
10747
|
OffInstanceCount?: number;
|
|
10788
10748
|
/**
|
|
10789
10749
|
* 部署组状态
|
|
10790
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10791
10750
|
*/
|
|
10792
10751
|
GroupStatus?: string;
|
|
10793
10752
|
/**
|
|
10794
10753
|
* 服务配置信息是否匹配
|
|
10795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
10796
10754
|
*/
|
|
10797
10755
|
IsNotEqualServiceConfig?: boolean;
|
|
10798
10756
|
/**
|
|
@@ -13187,12 +13145,10 @@ export interface CreateMicroserviceWithDetailRespResponse {
|
|
|
13187
13145
|
export interface TsfPageBusinessLogV2 {
|
|
13188
13146
|
/**
|
|
13189
13147
|
* 总条数
|
|
13190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13191
13148
|
*/
|
|
13192
13149
|
TotalCount?: number;
|
|
13193
13150
|
/**
|
|
13194
13151
|
* 业务日志列表
|
|
13195
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13196
13152
|
*/
|
|
13197
13153
|
Content?: Array<BusinessLogV2>;
|
|
13198
13154
|
/**
|
|
@@ -13205,6 +13161,11 @@ export interface TsfPageBusinessLogV2 {
|
|
|
13205
13161
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13206
13162
|
*/
|
|
13207
13163
|
Status?: string;
|
|
13164
|
+
/**
|
|
13165
|
+
* 查询es时,使用searchAfter返回的游标
|
|
13166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13167
|
+
*/
|
|
13168
|
+
SearchAfter?: Array<string>;
|
|
13208
13169
|
}
|
|
13209
13170
|
/**
|
|
13210
13171
|
* 容器 env 的 FieldRef
|
|
@@ -14605,6 +14566,10 @@ export interface SearchStdoutLogRequest {
|
|
|
14605
14566
|
* 游标ID
|
|
14606
14567
|
*/
|
|
14607
14568
|
ScrollId?: string;
|
|
14569
|
+
/**
|
|
14570
|
+
* 查询es使用searchAfter时,游标
|
|
14571
|
+
*/
|
|
14572
|
+
SearchAfter?: Array<string>;
|
|
14608
14573
|
}
|
|
14609
14574
|
/**
|
|
14610
14575
|
* RedoTaskBatch返回参数结构体
|
|
@@ -32,7 +32,7 @@ export declare class Client extends AbstractClient {
|
|
|
32
32
|
*/
|
|
33
33
|
DescribeXMagicResource(req: DescribeXMagicResourceRequest, cb?: (error: string, rep: DescribeXMagicResourceResponse) => void): Promise<DescribeXMagicResourceResponse>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* 更改测试包名信息
|
|
36
36
|
*/
|
|
37
37
|
ModifyApplication(req: ModifyApplicationRequest, cb?: (error: string, rep: ModifyApplicationResponse) => void): Promise<ModifyApplicationResponse>;
|
|
38
38
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class Client extends AbstractClient {
|
|
|
100
100
|
*/
|
|
101
101
|
CreateLicense(req: CreateLicenseRequest, cb?: (error: string, rep: CreateLicenseResponse) => void): Promise<CreateLicenseResponse>;
|
|
102
102
|
/**
|
|
103
|
-
*
|
|
103
|
+
* 申请开通测试版腾讯特效
|
|
104
104
|
*/
|
|
105
105
|
CreateTestXMagic(req: CreateTestXMagicRequest, cb?: (error: string, rep: CreateTestXMagicResponse) => void): Promise<CreateTestXMagicResponse>;
|
|
106
106
|
/**
|
|
@@ -64,7 +64,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
64
|
return this.request("DescribeXMagicResource", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 更改测试包名信息
|
|
68
68
|
*/
|
|
69
69
|
async ModifyApplication(req, cb) {
|
|
70
70
|
return this.request("ModifyApplication", req, cb);
|
|
@@ -166,7 +166,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
166
166
|
return this.request("CreateLicense", req, cb);
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
*
|
|
169
|
+
* 申请开通测试版腾讯特效
|
|
170
170
|
*/
|
|
171
171
|
async CreateTestXMagic(req, cb) {
|
|
172
172
|
return this.request("CreateTestXMagic", req, cb);
|