tencentcloud-sdk-tem 3.0.1044 → 3.0.1045
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210701/models.rb +0 -249
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a48639a27c1896abdc9b0dddcc108b71dd786a67
|
4
|
+
data.tar.gz: fe834508ae9813c244fac1ae101ee61b37082c8a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 208dc49bcc7f05c24c0a26eafbad01e9fa349792b5efc42c73c53946bd37d1407a9d4547f32412a23632d30d1db390a0e95af633037c47f7c1e90db208a3ef0d
|
7
|
+
data.tar.gz: 4bacc9e5dfc0dd8df9ec11eb83d77ebe757fb7e24c7fca400666b9f5d02babfa8ab61fed04633ea4403d57d6cde93630b5b9c433c15fdf902d0c3cd8c2b06fcb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1045
|
data/lib/v20210701/models.rb
CHANGED
@@ -24,31 +24,23 @@ module TencentCloud
|
|
24
24
|
# @param MaxReplicas: 弹性伸缩最大实例数
|
25
25
|
# @type MaxReplicas: Integer
|
26
26
|
# @param HorizontalAutoscaler: 指标弹性伸缩策略(指标策略和定时策略必须填写一个)
|
27
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
28
27
|
# @type HorizontalAutoscaler: Array
|
29
28
|
# @param CronHorizontalAutoscaler: 定时弹性伸缩策略(指标策略和定时策略必须填写一个)
|
30
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31
29
|
# @type CronHorizontalAutoscaler: Array
|
32
30
|
# @param AutoscalerId: 弹性伸缩ID
|
33
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
34
31
|
# @type AutoscalerId: String
|
35
32
|
# @param AutoscalerName: 弹性伸缩名称
|
36
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37
33
|
# @type AutoscalerName: String
|
38
34
|
# @param Description: 弹性伸缩描述
|
39
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40
35
|
# @type Description: String
|
41
36
|
# @param CreateDate: 创建日期
|
42
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
43
37
|
# @type CreateDate: String
|
44
38
|
# @param ModifyDate: 修改时间
|
45
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
46
39
|
# @type ModifyDate: String
|
47
40
|
# @param EnableDate: 启用时间
|
48
41
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
49
42
|
# @type EnableDate: String
|
50
43
|
# @param Enabled: 是否启用
|
51
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
52
44
|
# @type Enabled: Boolean
|
53
45
|
|
54
46
|
attr_accessor :MinReplicas, :MaxReplicas, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :AutoscalerId, :AutoscalerName, :Description, :CreateDate, :ModifyDate, :EnableDate, :Enabled
|
@@ -220,7 +212,6 @@ module TencentCloud
|
|
220
212
|
# CreateApplicationAutoscaler返回参数结构体
|
221
213
|
class CreateApplicationAutoscalerResponse < TencentCloud::Common::AbstractModel
|
222
214
|
# @param Result: 弹性伸缩策略组合ID
|
223
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
224
215
|
# @type Result: String
|
225
216
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
226
217
|
# @type RequestId: String
|
@@ -375,7 +366,6 @@ module TencentCloud
|
|
375
366
|
# CreateApplicationService返回参数结构体
|
376
367
|
class CreateApplicationServiceResponse < TencentCloud::Common::AbstractModel
|
377
368
|
# @param Result: 是否成功
|
378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
379
369
|
# @type Result: Boolean
|
380
370
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
381
371
|
# @type RequestId: String
|
@@ -483,7 +473,6 @@ module TencentCloud
|
|
483
473
|
# CreateCosToken返回参数结构体
|
484
474
|
class CreateCosTokenResponse < TencentCloud::Common::AbstractModel
|
485
475
|
# @param Result: 成功时为CosToken对象,失败为null
|
486
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
487
476
|
# @type Result: :class:`Tencentcloud::Tem.v20210701.models.CosToken`
|
488
477
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
489
478
|
# @type RequestId: String
|
@@ -582,7 +571,6 @@ module TencentCloud
|
|
582
571
|
# CreateEnvironment返回参数结构体
|
583
572
|
class CreateEnvironmentResponse < TencentCloud::Common::AbstractModel
|
584
573
|
# @param Result: 成功时为环境ID,失败为null
|
585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
586
574
|
# @type Result: String
|
587
575
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
588
576
|
# @type RequestId: String
|
@@ -718,7 +706,6 @@ module TencentCloud
|
|
718
706
|
# CreateResource返回参数结构体
|
719
707
|
class CreateResourceResponse < TencentCloud::Common::AbstractModel
|
720
708
|
# @param Result: 成功与否
|
721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
722
709
|
# @type Result: Boolean
|
723
710
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
724
711
|
# @type RequestId: String
|
@@ -787,7 +774,6 @@ module TencentCloud
|
|
787
774
|
# 00:00(零点零分触发)
|
788
775
|
# @type StartAt: String
|
789
776
|
# @param TargetReplicas: 目标实例数(不大于50)
|
790
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
791
777
|
# @type TargetReplicas: Integer
|
792
778
|
|
793
779
|
attr_accessor :StartAt, :TargetReplicas
|
@@ -834,7 +820,6 @@ module TencentCloud
|
|
834
820
|
# DeleteApplicationAutoscaler返回参数结构体
|
835
821
|
class DeleteApplicationAutoscalerResponse < TencentCloud::Common::AbstractModel
|
836
822
|
# @param Result: 是否成功
|
837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
838
823
|
# @type Result: Boolean
|
839
824
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
840
825
|
# @type RequestId: String
|
@@ -931,7 +916,6 @@ module TencentCloud
|
|
931
916
|
# DeleteApplicationService返回参数结构体
|
932
917
|
class DeleteApplicationServiceResponse < TencentCloud::Common::AbstractModel
|
933
918
|
# @param Result: 是否成功
|
934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
935
919
|
# @type Result: Boolean
|
936
920
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
937
921
|
# @type RequestId: String
|
@@ -1312,22 +1296,16 @@ module TencentCloud
|
|
1312
1296
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1313
1297
|
# @type NewPodList: :class:`Tencentcloud::Tem.v20210701.models.DeployServicePodDetail`
|
1314
1298
|
# @param BatchStatus: 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart"
|
1315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1316
1299
|
# @type BatchStatus: String
|
1317
1300
|
# @param PodNum: 该批次预计旧实例数量
|
1318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1319
1301
|
# @type PodNum: Integer
|
1320
1302
|
# @param BatchIndex: 批次id
|
1321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1322
1303
|
# @type BatchIndex: Integer
|
1323
1304
|
# @param OldPods: 旧实例列表
|
1324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1325
1305
|
# @type OldPods: Array
|
1326
1306
|
# @param NewPods: 新实例列表
|
1327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1328
1307
|
# @type NewPods: Array
|
1329
1308
|
# @param NextBatchStartTime: =0:手动确认批次;>0:下一批次开始时间戳
|
1330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1331
1309
|
# @type NextBatchStartTime: Integer
|
1332
1310
|
|
1333
1311
|
attr_accessor :OldPodList, :NewPodList, :BatchStatus, :PodNum, :BatchIndex, :OldPods, :NewPods, :NextBatchStartTime
|
@@ -1378,25 +1356,18 @@ module TencentCloud
|
|
1378
1356
|
# 分批发布单批次详情
|
1379
1357
|
class DeployServicePodDetail < TencentCloud::Common::AbstractModel
|
1380
1358
|
# @param PodId: pod Id
|
1381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1382
1359
|
# @type PodId: String
|
1383
1360
|
# @param PodStatus: pod状态
|
1384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1385
1361
|
# @type PodStatus: Array
|
1386
1362
|
# @param PodVersion: pod版本
|
1387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1388
1363
|
# @type PodVersion: String
|
1389
1364
|
# @param CreateTime: pod创建时间
|
1390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1391
1365
|
# @type CreateTime: String
|
1392
1366
|
# @param Zone: pod所在可用区
|
1393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1394
1367
|
# @type Zone: String
|
1395
1368
|
# @param Webshell: webshell地址
|
1396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1397
1369
|
# @type Webshell: String
|
1398
1370
|
# @param Status: 状态
|
1399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1400
1371
|
# @type Status: String
|
1401
1372
|
|
1402
1373
|
attr_accessor :PodId, :PodStatus, :PodVersion, :CreateTime, :Zone, :Webshell, :Status
|
@@ -1485,7 +1456,6 @@ module TencentCloud
|
|
1485
1456
|
# DescribeApplicationAutoscalerList返回参数结构体
|
1486
1457
|
class DescribeApplicationAutoscalerListResponse < TencentCloud::Common::AbstractModel
|
1487
1458
|
# @param Result: 弹性伸缩策略组合
|
1488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1489
1459
|
# @type Result: Array
|
1490
1460
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1491
1461
|
# @type RequestId: String
|
@@ -1799,7 +1769,6 @@ module TencentCloud
|
|
1799
1769
|
# @param Records: 记录
|
1800
1770
|
# @type Records: Array
|
1801
1771
|
# @param ContinueToken: 分页游标,用以查询下一页
|
1802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1803
1772
|
# @type ContinueToken: String
|
1804
1773
|
# @param RemainingCount: 剩余数目
|
1805
1774
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2213,7 +2182,6 @@ module TencentCloud
|
|
2213
2182
|
# DescribeIngresses返回参数结构体
|
2214
2183
|
class DescribeIngressesResponse < TencentCloud::Common::AbstractModel
|
2215
2184
|
# @param Result: ingress 数组
|
2216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2217
2185
|
# @type Result: Array
|
2218
2186
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2219
2187
|
# @type RequestId: String
|
@@ -2375,7 +2343,6 @@ module TencentCloud
|
|
2375
2343
|
# DescribeRelatedIngresses返回参数结构体
|
2376
2344
|
class DescribeRelatedIngressesResponse < TencentCloud::Common::AbstractModel
|
2377
2345
|
# @param Result: ingress 数组
|
2378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2379
2346
|
# @type Result: Array
|
2380
2347
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2381
2348
|
# @type RequestId: String
|
@@ -2598,7 +2565,6 @@ module TencentCloud
|
|
2598
2565
|
# DisableApplicationAutoscaler返回参数结构体
|
2599
2566
|
class DisableApplicationAutoscalerResponse < TencentCloud::Common::AbstractModel
|
2600
2567
|
# @param Result: 是否成功
|
2601
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2602
2568
|
# @type Result: Boolean
|
2603
2569
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2604
2570
|
# @type RequestId: String
|
@@ -2625,49 +2591,36 @@ module TencentCloud
|
|
2625
2591
|
# @param Yaml: yaml 内容
|
2626
2592
|
# @type Yaml: String
|
2627
2593
|
# @param ApplicationName: 服务名
|
2628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2629
2594
|
# @type ApplicationName: String
|
2630
2595
|
# @param VersionName: 版本名
|
2631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2632
2596
|
# @type VersionName: String
|
2633
2597
|
# @param ClusterIp: 内网ip
|
2634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2635
2598
|
# @type ClusterIp: Array
|
2636
2599
|
# @param ExternalIp: 外网ip
|
2637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2638
2600
|
# @type ExternalIp: String
|
2639
2601
|
# @param Type: 访问类型,可选值:
|
2640
2602
|
# - EXTERNAL(公网访问)
|
2641
2603
|
# - VPC(vpc内访问)
|
2642
2604
|
# - CLUSTER(集群内访问)
|
2643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2644
2605
|
# @type Type: String
|
2645
2606
|
# @param SubnetId: 子网ID,只在类型为vpc访问时才有值
|
2646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2647
2607
|
# @type SubnetId: String
|
2648
2608
|
# @param LoadBalanceId: 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
|
2649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2650
2609
|
# @type LoadBalanceId: String
|
2651
2610
|
# @param PortMappings: 端口映射
|
2652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2653
2611
|
# @type PortMappings: Array
|
2654
2612
|
# @param ServicePortMappingList: 每种类型访问配置详情
|
2655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2656
2613
|
# @type ServicePortMappingList: Array
|
2657
2614
|
# @param FlushAll: 刷新复写所有类型
|
2658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2659
2615
|
# @type FlushAll: Boolean
|
2660
2616
|
# @param EnableRegistryNextDeploy: 1: 下次部署自动注入注册中心信息;0:不注入
|
2661
2617
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2662
2618
|
# @type EnableRegistryNextDeploy: Integer
|
2663
2619
|
# @param ApplicationId: 返回应用id
|
2664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2665
2620
|
# @type ApplicationId: String
|
2666
2621
|
# @param AllIpDone: 所有服务IP是否已经ready
|
2667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2668
2622
|
# @type AllIpDone: Boolean
|
2669
2623
|
# @param ExternalDomain: clb 域名
|
2670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2671
2624
|
# @type ExternalDomain: String
|
2672
2625
|
|
2673
2626
|
attr_accessor :Name, :Ports, :Yaml, :ApplicationName, :VersionName, :ClusterIp, :ExternalIp, :Type, :SubnetId, :LoadBalanceId, :PortMappings, :ServicePortMappingList, :FlushAll, :EnableRegistryNextDeploy, :ApplicationId, :AllIpDone, :ExternalDomain
|
@@ -2758,7 +2711,6 @@ module TencentCloud
|
|
2758
2711
|
# EnableApplicationAutoscaler返回参数结构体
|
2759
2712
|
class EnableApplicationAutoscalerResponse < TencentCloud::Common::AbstractModel
|
2760
2713
|
# @param Result: 是否成功
|
2761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2762
2714
|
# @type Result: Boolean
|
2763
2715
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2764
2716
|
# @type RequestId: String
|
@@ -2859,7 +2811,6 @@ module TencentCloud
|
|
2859
2811
|
# GenerateApplicationPackageDownloadUrl返回参数结构体
|
2860
2812
|
class GenerateApplicationPackageDownloadUrlResponse < TencentCloud::Common::AbstractModel
|
2861
2813
|
# @param Result: 包下载临时链接
|
2862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2863
2814
|
# @type Result: String
|
2864
2815
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2865
2816
|
# @type RequestId: String
|
@@ -2948,7 +2899,6 @@ module TencentCloud
|
|
2948
2899
|
# @param Enabled: 是否启用
|
2949
2900
|
# @type Enabled: Boolean
|
2950
2901
|
# @param DoubleThreshold: 阈值(小数,优先使用)
|
2951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2952
2902
|
# @type DoubleThreshold: Float
|
2953
2903
|
|
2954
2904
|
attr_accessor :MinReplicas, :MaxReplicas, :Metrics, :Threshold, :Enabled, :DoubleThreshold
|
@@ -2975,7 +2925,6 @@ module TencentCloud
|
|
2975
2925
|
# Ingress 配置
|
2976
2926
|
class IngressInfo < TencentCloud::Common::AbstractModel
|
2977
2927
|
# @param EnvironmentId: 环境ID
|
2978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2979
2928
|
# @type EnvironmentId: String
|
2980
2929
|
# @param AddressIPVersion: ip version
|
2981
2930
|
# @type AddressIPVersion: String
|
@@ -2984,7 +2933,6 @@ module TencentCloud
|
|
2984
2933
|
# @param Rules: rules 配置
|
2985
2934
|
# @type Rules: Array
|
2986
2935
|
# @param ClbId: clb ID
|
2987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2988
2936
|
# @type ClbId: String
|
2989
2937
|
# @param ClusterNamespace: 环境namespace
|
2990
2938
|
# @type ClusterNamespace: String
|
@@ -2992,23 +2940,18 @@ module TencentCloud
|
|
2992
2940
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2993
2941
|
# @type Tls: Array
|
2994
2942
|
# @param ClusterId: 环境集群ID
|
2995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2996
2943
|
# @type ClusterId: String
|
2997
2944
|
# @param Vip: clb ip
|
2998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2999
2945
|
# @type Vip: String
|
3000
2946
|
# @param CreateTime: 创建时间
|
3001
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3002
2947
|
# @type CreateTime: String
|
3003
2948
|
# @param Mixed: 是否混合 https,默认 false,可选值 true 代表有 https 协议监听
|
3004
2949
|
# @type Mixed: Boolean
|
3005
2950
|
# @param RewriteType: 重定向模式,可选值:
|
3006
2951
|
# - AUTO(自动重定向http到https)
|
3007
2952
|
# - NONE(不使用重定向)
|
3008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3009
2953
|
# @type RewriteType: String
|
3010
2954
|
# @param Domain: clb 域名
|
3011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3012
2955
|
# @type Domain: String
|
3013
2956
|
|
3014
2957
|
attr_accessor :EnvironmentId, :AddressIPVersion, :IngressName, :Rules, :ClbId, :ClusterNamespace, :Tls, :ClusterId, :Vip, :CreateTime, :Mixed, :RewriteType, :Domain
|
@@ -3065,7 +3008,6 @@ module TencentCloud
|
|
3065
3008
|
# @param Http: ingress rule value
|
3066
3009
|
# @type Http: :class:`Tencentcloud::Tem.v20210701.models.IngressRuleValue`
|
3067
3010
|
# @param Host: host 地址
|
3068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3069
3011
|
# @type Host: String
|
3070
3012
|
# @param Protocol: 协议,选项为 http, https,默认为 http
|
3071
3013
|
# @type Protocol: String
|
@@ -3185,36 +3127,26 @@ module TencentCloud
|
|
3185
3127
|
# @param InputType: 收集类型,container_stdout 为标准输出;container_file 为文件;
|
3186
3128
|
# @type InputType: String
|
3187
3129
|
# @param LogsetId: 日志集 ID
|
3188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3189
3130
|
# @type LogsetId: String
|
3190
3131
|
# @param TopicId: 日志主题 ID
|
3191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3192
3132
|
# @type TopicId: String
|
3193
3133
|
# @param LogType: 日志提取模式,minimalist_log 为单行全文;multiline_log 为多行全文; fullregex_log 为单行正则; multiline_fullregex_log 为多行正则; json_log 为 json;
|
3194
3134
|
# @type LogType: String
|
3195
3135
|
# @param BeginningRegex: 首行正则表达式,当 LogType 为多行全文、多行正则时生效
|
3196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3197
3136
|
# @type BeginningRegex: String
|
3198
3137
|
# @param LogPath: 收集文件目录,当 InputType=container_file 时生效
|
3199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3200
3138
|
# @type LogPath: String
|
3201
3139
|
# @param FilePattern: 收集文件名模式,当 InputType=container_file 时生效
|
3202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3203
3140
|
# @type FilePattern: String
|
3204
3141
|
# @param CreateDate: 创建时间
|
3205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3206
3142
|
# @type CreateDate: String
|
3207
3143
|
# @param ModifyDate: 更新时间
|
3208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3209
3144
|
# @type ModifyDate: String
|
3210
3145
|
# @param ApplicationId: 应用 ID
|
3211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3212
3146
|
# @type ApplicationId: String
|
3213
3147
|
# @param ApplicationName: 应用名
|
3214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3215
3148
|
# @type ApplicationName: String
|
3216
3149
|
# @param ExtractRule: 导出规则
|
3217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3218
3150
|
# @type ExtractRule: :class:`Tencentcloud::Tem.v20210701.models.LogConfigExtractRule`
|
3219
3151
|
|
3220
3152
|
attr_accessor :Name, :InputType, :LogsetId, :TopicId, :LogType, :BeginningRegex, :LogPath, :FilePattern, :CreateDate, :ModifyDate, :ApplicationId, :ApplicationName, :ExtractRule
|
@@ -3258,37 +3190,26 @@ module TencentCloud
|
|
3258
3190
|
# 日志采集的导出规则配置
|
3259
3191
|
class LogConfigExtractRule < TencentCloud::Common::AbstractModel
|
3260
3192
|
# @param BeginningRegex: 首行正则表达式
|
3261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3262
3193
|
# @type BeginningRegex: String
|
3263
3194
|
# @param Keys: 提取结果
|
3264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3265
3195
|
# @type Keys: Array
|
3266
3196
|
# @param FilterKeys: 过滤键
|
3267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3268
3197
|
# @type FilterKeys: Array
|
3269
3198
|
# @param FilterRegex: 过滤值
|
3270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3271
3199
|
# @type FilterRegex: Array
|
3272
3200
|
# @param LogRegex: 日志正则表达式
|
3273
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3274
3201
|
# @type LogRegex: String
|
3275
3202
|
# @param TimeKey: 时间字段
|
3276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3277
3203
|
# @type TimeKey: String
|
3278
3204
|
# @param TimeFormat: 时间格式
|
3279
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3280
3205
|
# @type TimeFormat: String
|
3281
3206
|
# @param UnMatchUpload: 是否上传解析失败日志
|
3282
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3283
3207
|
# @type UnMatchUpload: String
|
3284
3208
|
# @param UnMatchedKey: 解析失败日志的键名称
|
3285
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3286
3209
|
# @type UnMatchedKey: String
|
3287
3210
|
# @param Backtracking: tracking
|
3288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3289
3211
|
# @type Backtracking: String
|
3290
3212
|
# @param Delimiter: 分隔符
|
3291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3292
3213
|
# @type Delimiter: String
|
3293
3214
|
|
3294
3215
|
attr_accessor :BeginningRegex, :Keys, :FilterKeys, :FilterRegex, :LogRegex, :TimeKey, :TimeFormat, :UnMatchUpload, :UnMatchedKey, :Backtracking, :Delimiter
|
@@ -3325,10 +3246,8 @@ module TencentCloud
|
|
3325
3246
|
# LogConfig 列表结果
|
3326
3247
|
class LogConfigListPage < TencentCloud::Common::AbstractModel
|
3327
3248
|
# @param Records: 记录
|
3328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3329
3249
|
# @type Records: Array
|
3330
3250
|
# @param ContinueToken: 翻页游标
|
3331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3332
3251
|
# @type ContinueToken: String
|
3333
3252
|
|
3334
3253
|
attr_accessor :Records, :ContinueToken
|
@@ -3421,7 +3340,6 @@ module TencentCloud
|
|
3421
3340
|
# ModifyApplicationAutoscaler返回参数结构体
|
3422
3341
|
class ModifyApplicationAutoscalerResponse < TencentCloud::Common::AbstractModel
|
3423
3342
|
# @param Result: 是否成功
|
3424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3425
3343
|
# @type Result: Boolean
|
3426
3344
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3427
3345
|
# @type RequestId: String
|
@@ -3470,7 +3388,6 @@ module TencentCloud
|
|
3470
3388
|
# ModifyApplicationInfo返回参数结构体
|
3471
3389
|
class ModifyApplicationInfoResponse < TencentCloud::Common::AbstractModel
|
3472
3390
|
# @param Result: 成功与否
|
3473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3474
3391
|
# @type Result: Boolean
|
3475
3392
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3476
3393
|
# @type RequestId: String
|
@@ -3519,7 +3436,6 @@ module TencentCloud
|
|
3519
3436
|
# ModifyApplicationReplicas返回参数结构体
|
3520
3437
|
class ModifyApplicationReplicasResponse < TencentCloud::Common::AbstractModel
|
3521
3438
|
# @param Result: 是否成功
|
3522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3523
3439
|
# @type Result: Boolean
|
3524
3440
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3525
3441
|
# @type RequestId: String
|
@@ -3578,7 +3494,6 @@ module TencentCloud
|
|
3578
3494
|
# ModifyApplicationService返回参数结构体
|
3579
3495
|
class ModifyApplicationServiceResponse < TencentCloud::Common::AbstractModel
|
3580
3496
|
# @param Result: 是否成功
|
3581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3582
3497
|
# @type Result: Boolean
|
3583
3498
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3584
3499
|
# @type RequestId: String
|
@@ -3694,7 +3609,6 @@ module TencentCloud
|
|
3694
3609
|
# ModifyEnvironment返回参数结构体
|
3695
3610
|
class ModifyEnvironmentResponse < TencentCloud::Common::AbstractModel
|
3696
3611
|
# @param Result: 成功时为环境ID,失败为null
|
3697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3698
3612
|
# @type Result: Boolean
|
3699
3613
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3700
3614
|
# @type RequestId: String
|
@@ -3810,13 +3724,10 @@ module TencentCloud
|
|
3810
3724
|
# 挂载配置信息
|
3811
3725
|
class MountedSettingConf < TencentCloud::Common::AbstractModel
|
3812
3726
|
# @param ConfigDataName: 配置名称
|
3813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3814
3727
|
# @type ConfigDataName: String
|
3815
3728
|
# @param MountedPath: 挂载路径
|
3816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3817
3729
|
# @type MountedPath: String
|
3818
3730
|
# @param Data: 配置内容
|
3819
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3820
3731
|
# @type Data: Array
|
3821
3732
|
# @param SecretDataName: 加密配置名称
|
3822
3733
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3863,19 +3774,14 @@ module TencentCloud
|
|
3863
3774
|
# @param CreatedDate: 创建时间
|
3864
3775
|
# @type CreatedDate: String
|
3865
3776
|
# @param EnvironmentName: 环境名称
|
3866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3867
3777
|
# @type EnvironmentName: String
|
3868
3778
|
# @param ApmInstanceId: APM 资源 ID
|
3869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3870
3779
|
# @type ApmInstanceId: String
|
3871
3780
|
# @param Locked: 环境是否上锁,1为上锁,0则未上锁
|
3872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3873
3781
|
# @type Locked: Integer
|
3874
3782
|
# @param Tags: 标签
|
3875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3876
3783
|
# @type Tags: Array
|
3877
3784
|
# @param EnvType: 环境类型:test、pre、prod
|
3878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3879
3785
|
# @type EnvType: String
|
3880
3786
|
|
3881
3787
|
attr_accessor :EnvironmentId, :NamespaceName, :Region, :VpcId, :SubnetIds, :Description, :CreatedDate, :EnvironmentName, :ApmInstanceId, :Locked, :Tags, :EnvType
|
@@ -3929,7 +3835,6 @@ module TencentCloud
|
|
3929
3835
|
# @param Pages: 页数
|
3930
3836
|
# @type Pages: Integer
|
3931
3837
|
# @param Current: 当前条目
|
3932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3933
3838
|
# @type Current: Integer
|
3934
3839
|
|
3935
3840
|
attr_accessor :Records, :Total, :Size, :Pages, :Current
|
@@ -4007,16 +3912,12 @@ module TencentCloud
|
|
4007
3912
|
# @param Name: node名字
|
4008
3913
|
# @type Name: String
|
4009
3914
|
# @param Zone: node可用区
|
4010
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4011
3915
|
# @type Zone: String
|
4012
3916
|
# @param SubnetId: node子网ID
|
4013
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4014
3917
|
# @type SubnetId: String
|
4015
3918
|
# @param AvailableIpCount: 可用IP数
|
4016
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4017
3919
|
# @type AvailableIpCount: String
|
4018
3920
|
# @param Cidr: cidr块
|
4019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4020
3921
|
# @type Cidr: String
|
4021
3922
|
|
4022
3923
|
attr_accessor :Name, :Zone, :SubnetId, :AvailableIpCount, :Cidr
|
@@ -4045,13 +3946,10 @@ module TencentCloud
|
|
4045
3946
|
# @param Value: 值
|
4046
3947
|
# @type Value: String
|
4047
3948
|
# @param Type: 类型,default 为自定义,reserved 为系统变量,referenced 为引用配置项
|
4048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4049
3949
|
# @type Type: String
|
4050
3950
|
# @param Config: 配置名称
|
4051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4052
3951
|
# @type Config: String
|
4053
3952
|
# @param Secret: 加密配置名称
|
4054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4055
3953
|
# @type Secret: String
|
4056
3954
|
|
4057
3955
|
attr_accessor :Key, :Value, :Type, :Config, :Secret
|
@@ -4164,7 +4062,6 @@ module TencentCloud
|
|
4164
4062
|
# RestartApplicationPod返回参数结构体
|
4165
4063
|
class RestartApplicationPodResponse < TencentCloud::Common::AbstractModel
|
4166
4064
|
# @param Result: 返回结果
|
4167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4168
4065
|
# @type Result: Boolean
|
4169
4066
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4170
4067
|
# @type RequestId: String
|
@@ -4395,37 +4292,27 @@ module TencentCloud
|
|
4395
4292
|
# @param PodIp: 实例的ip
|
4396
4293
|
# @type PodIp: String
|
4397
4294
|
# @param Zone: 可用区
|
4398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4399
4295
|
# @type Zone: String
|
4400
4296
|
# @param DeployVersion: 部署版本
|
4401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4402
4297
|
# @type DeployVersion: String
|
4403
4298
|
# @param RestartCount: 重启次数
|
4404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4405
4299
|
# @type RestartCount: Integer
|
4406
4300
|
# @param Ready: pod是否就绪
|
4407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4408
4301
|
# @type Ready: Boolean
|
4409
4302
|
# @param ContainerState: 容器状态
|
4410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4411
4303
|
# @type ContainerState: String
|
4412
4304
|
# @param NodeInfo: 实例所在节点信息
|
4413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4414
4305
|
# @type NodeInfo: :class:`Tencentcloud::Tem.v20210701.models.NodeInfo`
|
4415
4306
|
# @param StartTime: 启动时间
|
4416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4417
4307
|
# @type StartTime: String
|
4418
4308
|
# @param Unhealthy: 是否健康
|
4419
4309
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4420
4310
|
# @type Unhealthy: Boolean
|
4421
4311
|
# @param UnhealthyWarningMsg: 不健康时的提示信息
|
4422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4423
4312
|
# @type UnhealthyWarningMsg: String
|
4424
4313
|
# @param VersionId: 版本ID
|
4425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4426
4314
|
# @type VersionId: String
|
4427
4315
|
# @param ApplicationName: 应用名称
|
4428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4429
4316
|
# @type ApplicationName: String
|
4430
4317
|
|
4431
4318
|
attr_accessor :Webshell, :PodId, :Status, :CreateTime, :PodIp, :Zone, :DeployVersion, :RestartCount, :Ready, :ContainerState, :NodeInfo, :StartTime, :Unhealthy, :UnhealthyWarningMsg, :VersionId, :ApplicationName
|
@@ -4483,7 +4370,6 @@ module TencentCloud
|
|
4483
4370
|
# @param Pages: 页数
|
4484
4371
|
# @type Pages: Integer
|
4485
4372
|
# @param Current: 当前条数
|
4486
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4487
4373
|
# @type Current: Integer
|
4488
4374
|
|
4489
4375
|
attr_accessor :Records, :Total, :Size, :Pages, :Current
|
@@ -4515,37 +4401,26 @@ module TencentCloud
|
|
4515
4401
|
# 端口映射详细信息结构体
|
4516
4402
|
class ServicePortMapping < TencentCloud::Common::AbstractModel
|
4517
4403
|
# @param Type: 服务类型:如:EXTERNAL,VPC,CLUSTER
|
4518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4519
4404
|
# @type Type: String
|
4520
4405
|
# @param ServiceName: 服务名称
|
4521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4522
4406
|
# @type ServiceName: String
|
4523
4407
|
# @param ClusterIp: 集群内访问vip
|
4524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4525
4408
|
# @type ClusterIp: String
|
4526
4409
|
# @param ExternalIp: 集群外方位vip
|
4527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4528
4410
|
# @type ExternalIp: String
|
4529
4411
|
# @param SubnetId: 子网id
|
4530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4531
4412
|
# @type SubnetId: String
|
4532
4413
|
# @param VpcId: vpc id
|
4533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4534
4414
|
# @type VpcId: String
|
4535
4415
|
# @param LoadBalanceId: LoadBalance Id
|
4536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4537
4416
|
# @type LoadBalanceId: String
|
4538
4417
|
# @param Yaml: yaml 内容
|
4539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4540
4418
|
# @type Yaml: String
|
4541
4419
|
# @param Ports: 暴露端口列表
|
4542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4543
4420
|
# @type Ports: Array
|
4544
4421
|
# @param PortMappingItemList: 端口映射数组
|
4545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4546
4422
|
# @type PortMappingItemList: Array
|
4547
4423
|
# @param ExternalDomain: clb domain
|
4548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4549
4424
|
# @type ExternalDomain: String
|
4550
4425
|
|
4551
4426
|
attr_accessor :Type, :ServiceName, :ClusterIp, :ExternalIp, :SubnetId, :VpcId, :LoadBalanceId, :Yaml, :Ports, :PortMappingItemList, :ExternalDomain
|
@@ -4589,13 +4464,10 @@ module TencentCloud
|
|
4589
4464
|
# 服务端口映射条目
|
4590
4465
|
class ServicePortMappingItem < TencentCloud::Common::AbstractModel
|
4591
4466
|
# @param Port: 应用访问端口
|
4592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4593
4467
|
# @type Port: Integer
|
4594
4468
|
# @param TargetPort: 应用监听端口
|
4595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4596
4469
|
# @type TargetPort: Integer
|
4597
4470
|
# @param Protocol: 协议类型
|
4598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4599
4471
|
# @type Protocol: String
|
4600
4472
|
|
4601
4473
|
attr_accessor :Port, :TargetPort, :Protocol
|
@@ -4632,34 +4504,25 @@ module TencentCloud
|
|
4632
4504
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4633
4505
|
# @type ExpectedInstances: Integer
|
4634
4506
|
# @param DeployMode: 部署方式
|
4635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4636
4507
|
# @type DeployMode: String
|
4637
4508
|
# @param BuildTaskId: 建构任务ID
|
4638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4639
4509
|
# @type BuildTaskId: String
|
4640
4510
|
# @param EnvironmentId: 环境ID
|
4641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4642
4511
|
# @type EnvironmentId: String
|
4643
4512
|
# @param EnvironmentName: 环境name
|
4644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4645
4513
|
# @type EnvironmentName: String
|
4646
4514
|
# @param ApplicationId: 服务ID
|
4647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4648
4515
|
# @type ApplicationId: String
|
4649
4516
|
# @param ApplicationName: 服务name
|
4650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4651
4517
|
# @type ApplicationName: String
|
4652
4518
|
# @param UnderDeploying: 是否正在发布中
|
4653
4519
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4654
4520
|
# @type UnderDeploying: Boolean
|
4655
4521
|
# @param BatchDeployStatus: 分批次部署状态
|
4656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4657
4522
|
# @type BatchDeployStatus: String
|
4658
4523
|
# @param Zones: 可用区
|
4659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4660
4524
|
# @type Zones: Array
|
4661
4525
|
# @param NodeInfos: 节点信息
|
4662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4663
4526
|
# @type NodeInfos: Array
|
4664
4527
|
# @param PodList: 实例信息
|
4665
4528
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4668,10 +4531,8 @@ module TencentCloud
|
|
4668
4531
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4669
4532
|
# @type WorkloadInfo: :class:`Tencentcloud::Tem.v20210701.models.WorkloadInfo`
|
4670
4533
|
# @param CreateDate: 创建日期
|
4671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4672
4534
|
# @type CreateDate: String
|
4673
4535
|
# @param RegionId: 地域id
|
4674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4675
4536
|
# @type RegionId: String
|
4676
4537
|
|
4677
4538
|
attr_accessor :VersionName, :Status, :EnableEs, :CurrentInstances, :VersionId, :LogOutputConf, :ExpectedInstances, :DeployMode, :BuildTaskId, :EnvironmentId, :EnvironmentName, :ApplicationId, :ApplicationName, :UnderDeploying, :BatchDeployStatus, :Zones, :NodeInfos, :PodList, :WorkloadInfo, :CreateDate, :RegionId
|
@@ -4812,7 +4673,6 @@ module TencentCloud
|
|
4812
4673
|
# @param StorageVolPath: 存储卷路径
|
4813
4674
|
# @type StorageVolPath: String
|
4814
4675
|
# @param StorageVolIp: 存储卷IP
|
4815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4816
4676
|
# @type StorageVolIp: String
|
4817
4677
|
|
4818
4678
|
attr_accessor :StorageVolName, :StorageVolPath, :StorageVolIp
|
@@ -4853,10 +4713,8 @@ module TencentCloud
|
|
4853
4713
|
# 标签
|
4854
4714
|
class Tag < TencentCloud::Common::AbstractModel
|
4855
4715
|
# @param TagKey: 标签键
|
4856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4857
4716
|
# @type TagKey: String
|
4858
4717
|
# @param TagValue: 标签值
|
4859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4860
4718
|
# @type TagValue: String
|
4861
4719
|
|
4862
4720
|
attr_accessor :TagKey, :TagValue
|
@@ -4878,19 +4736,15 @@ module TencentCloud
|
|
4878
4736
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4879
4737
|
# @type DeployStrategyConf: :class:`Tencentcloud::Tem.v20210701.models.DeployStrategyConf`
|
4880
4738
|
# @param StartTime: 开始时间
|
4881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4882
4739
|
# @type StartTime: String
|
4883
4740
|
# @param EndTime: 结束时间
|
4884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4885
4741
|
# @type EndTime: String
|
4886
4742
|
# @param Status: 当前状态
|
4887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4888
4743
|
# @type Status: String
|
4889
4744
|
# @param BetaBatchDetail: beta分批详情
|
4890
4745
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4891
4746
|
# @type BetaBatchDetail: :class:`Tencentcloud::Tem.v20210701.models.DeployServiceBatchDetail`
|
4892
4747
|
# @param OtherBatchDetail: 其他分批详情
|
4893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4894
4748
|
# @type OtherBatchDetail: Array
|
4895
4749
|
# @param OldVersionPodList: 老版本pod列表
|
4896
4750
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4899,19 +4753,14 @@ module TencentCloud
|
|
4899
4753
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4900
4754
|
# @type CurrentBatchIndex: Integer
|
4901
4755
|
# @param ErrorMessage: 错误原因
|
4902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4903
4756
|
# @type ErrorMessage: String
|
4904
4757
|
# @param CurrentBatchStatus: 当前批次状态
|
4905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4906
4758
|
# @type CurrentBatchStatus: String
|
4907
4759
|
# @param NewDeployVersion: 新版本version
|
4908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4909
4760
|
# @type NewDeployVersion: String
|
4910
4761
|
# @param OldDeployVersion: 旧版本version
|
4911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4912
4762
|
# @type OldDeployVersion: String
|
4913
4763
|
# @param NewVersionPackageInfo: 包名称
|
4914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4915
4764
|
# @type NewVersionPackageInfo: String
|
4916
4765
|
# @param NextBatchStartTime: 下一批次开始时间
|
4917
4766
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -4973,13 +4822,10 @@ module TencentCloud
|
|
4973
4822
|
# 环境启动进程(只统计由环境启动操作触发的应用数量)
|
4974
4823
|
class TemEnvironmentStartingStatus < TencentCloud::Common::AbstractModel
|
4975
4824
|
# @param ApplicationNumNeedToStart: 需要启动的应用数量
|
4976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4977
4825
|
# @type ApplicationNumNeedToStart: Integer
|
4978
4826
|
# @param StartedApplicationNum: 已经启动的应用数量
|
4979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4980
4827
|
# @type StartedApplicationNum: Integer
|
4981
4828
|
# @param StartFailedApplicationNum: 启动失败的应用数量
|
4982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4983
4829
|
# @type StartFailedApplicationNum: Integer
|
4984
4830
|
|
4985
4831
|
attr_accessor :ApplicationNumNeedToStart, :StartedApplicationNum, :StartFailedApplicationNum
|
@@ -5000,13 +4846,10 @@ module TencentCloud
|
|
5000
4846
|
# 环境停止进程(只统计由环境停止操作触发的应用数量)
|
5001
4847
|
class TemEnvironmentStoppingStatus < TencentCloud::Common::AbstractModel
|
5002
4848
|
# @param ApplicationNumNeedToStop: 需要停止的应用数量
|
5003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5004
4849
|
# @type ApplicationNumNeedToStop: Integer
|
5005
4850
|
# @param StoppedApplicationNum: 已经停止的应用数量
|
5006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5007
4851
|
# @type StoppedApplicationNum: Integer
|
5008
4852
|
# @param StopFailedApplicationNum: 停止失败的应用数量
|
5009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5010
4853
|
# @type StopFailedApplicationNum: Integer
|
5011
4854
|
|
5012
4855
|
attr_accessor :ApplicationNumNeedToStop, :StoppedApplicationNum, :StopFailedApplicationNum
|
@@ -5035,7 +4878,6 @@ module TencentCloud
|
|
5035
4878
|
# @param Region: 区域名称
|
5036
4879
|
# @type Region: String
|
5037
4880
|
# @param Description: 环境描述
|
5038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5039
4881
|
# @type Description: String
|
5040
4882
|
# @param Status: 状态,1:已销毁;0:正常
|
5041
4883
|
# @type Status: Integer
|
@@ -5062,28 +4904,20 @@ module TencentCloud
|
|
5062
4904
|
# @param Locked: 环境锁,1为上锁,0则为上锁
|
5063
4905
|
# @type Locked: Integer
|
5064
4906
|
# @param AppId: 用户AppId
|
5065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5066
4907
|
# @type AppId: String
|
5067
4908
|
# @param Uin: 用户Uin
|
5068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5069
4909
|
# @type Uin: String
|
5070
4910
|
# @param SubAccountUin: 用户SubAccountUin
|
5071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5072
4911
|
# @type SubAccountUin: String
|
5073
4912
|
# @param ClusterId: 集群ID
|
5074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5075
4913
|
# @type ClusterId: String
|
5076
4914
|
# @param Tags: 标签
|
5077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5078
4915
|
# @type Tags: Array
|
5079
4916
|
# @param HasAuthority: 资源是否有权限
|
5080
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5081
4917
|
# @type HasAuthority: Boolean
|
5082
4918
|
# @param EnvType: 环境类型: test、pre、prod
|
5083
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5084
4919
|
# @type EnvType: String
|
5085
4920
|
# @param RegionId: 地域码
|
5086
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5087
4921
|
# @type RegionId: String
|
5088
4922
|
|
5089
4923
|
attr_accessor :EnvironmentId, :Channel, :EnvironmentName, :Region, :Description, :Status, :Vpc, :CreateDate, :ModifyDate, :Modifier, :Creator, :ApplicationNum, :RunInstancesNum, :SubnetId, :ClusterStatus, :EnableTswTraceService, :Locked, :AppId, :Uin, :SubAccountUin, :ClusterId, :Tags, :HasAuthority, :EnvType, :RegionId
|
@@ -5155,58 +4989,40 @@ module TencentCloud
|
|
5155
4989
|
# 服务
|
5156
4990
|
class TemService < TencentCloud::Common::AbstractModel
|
5157
4991
|
# @param ApplicationId: 主键
|
5158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5159
4992
|
# @type ApplicationId: String
|
5160
4993
|
# @param ApplicationName: 服务名
|
5161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5162
4994
|
# @type ApplicationName: String
|
5163
4995
|
# @param Description: 描述
|
5164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5165
4996
|
# @type Description: String
|
5166
4997
|
# @param EnvironmentId: 命名空间id
|
5167
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5168
4998
|
# @type EnvironmentId: String
|
5169
4999
|
# @param CreateDate: 创建时间
|
5170
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5171
5000
|
# @type CreateDate: String
|
5172
5001
|
# @param ModifyDate: 修改时间
|
5173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5174
5002
|
# @type ModifyDate: String
|
5175
5003
|
# @param Modifier: 修改人
|
5176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5177
5004
|
# @type Modifier: String
|
5178
5005
|
# @param Creator: 创建者
|
5179
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5180
5006
|
# @type Creator: String
|
5181
5007
|
# @param RepoType: tcr个人版or企业版
|
5182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5183
5008
|
# @type RepoType: Integer
|
5184
5009
|
# @param InstanceId: 企业版实例id
|
5185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5186
5010
|
# @type InstanceId: String
|
5187
5011
|
# @param RepoName: 镜像仓库名
|
5188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5189
5012
|
# @type RepoName: String
|
5190
5013
|
# @param CodingLanguage: 编程语言
|
5191
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5192
5014
|
# @type CodingLanguage: String
|
5193
5015
|
# @param DeployMode: 部署方式
|
5194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5195
5016
|
# @type DeployMode: String
|
5196
5017
|
# @param EnvironmentName: 环境名称
|
5197
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5198
5018
|
# @type EnvironmentName: String
|
5199
5019
|
# @param ActiveVersions: 服务当前运行环境的实例信息
|
5200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5201
5020
|
# @type ActiveVersions: Array
|
5202
5021
|
# @param EnableTracing: 是否启用链路追踪
|
5203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5204
5022
|
# @type EnableTracing: Integer
|
5205
5023
|
# @param Tags: 标签
|
5206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5207
5024
|
# @type Tags: Array
|
5208
5025
|
# @param HasAuthority: 是否有资源权限
|
5209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5210
5026
|
# @type HasAuthority: Boolean
|
5211
5027
|
|
5212
5028
|
attr_accessor :ApplicationId, :ApplicationName, :Description, :EnvironmentId, :CreateDate, :ModifyDate, :Modifier, :Creator, :RepoType, :InstanceId, :RepoName, :CodingLanguage, :DeployMode, :EnvironmentName, :ActiveVersions, :EnableTracing, :Tags, :HasAuthority
|
@@ -5316,43 +5132,33 @@ module TencentCloud
|
|
5316
5132
|
# @param ModifyDate: 修改时间
|
5317
5133
|
# @type ModifyDate: String
|
5318
5134
|
# @param StorageMountConfs: 挂载配置
|
5319
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5320
5135
|
# @type StorageMountConfs: Array
|
5321
5136
|
# @param VersionName: 版本名称
|
5322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5323
5137
|
# @type VersionName: String
|
5324
5138
|
# @param LogOutputConf: 日志输出配置
|
5325
5139
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5326
5140
|
# @type LogOutputConf: :class:`Tencentcloud::Tem.v20210701.models.LogOutputConf`
|
5327
5141
|
# @param ApplicationName: 服务名称
|
5328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5329
5142
|
# @type ApplicationName: String
|
5330
5143
|
# @param ApplicationDescription: 服务描述
|
5331
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5332
5144
|
# @type ApplicationDescription: String
|
5333
5145
|
# @param EnvironmentName: 环境名称
|
5334
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5335
5146
|
# @type EnvironmentName: String
|
5336
5147
|
# @param EnvironmentId: 环境ID
|
5337
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5338
5148
|
# @type EnvironmentId: String
|
5339
5149
|
# @param PublicDomain: 公网地址
|
5340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5341
5150
|
# @type PublicDomain: String
|
5342
5151
|
# @param EnablePublicAccess: 是否开通公网访问
|
5343
5152
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5344
5153
|
# @type EnablePublicAccess: Boolean
|
5345
5154
|
# @param CurrentInstances: 现有的实例
|
5346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5347
5155
|
# @type CurrentInstances: Integer
|
5348
5156
|
# @param ExpectedInstances: 期望的实例
|
5349
5157
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5350
5158
|
# @type ExpectedInstances: Integer
|
5351
5159
|
# @param CodingLanguage: 编程语言
|
5352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5353
5160
|
# @type CodingLanguage: String
|
5354
5161
|
# @param PkgName: 程序包名
|
5355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5356
5162
|
# @type PkgName: String
|
5357
5163
|
# @param EsEnable: 是否启用弹性伸缩
|
5358
5164
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5361,40 +5167,30 @@ module TencentCloud
|
|
5361
5167
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5362
5168
|
# @type EsStrategy: Integer
|
5363
5169
|
# @param ImageTag: 镜像tag
|
5364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5365
5170
|
# @type ImageTag: String
|
5366
5171
|
# @param LogEnable: 是否启用log
|
5367
5172
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5368
5173
|
# @type LogEnable: Integer
|
5369
5174
|
# @param MinAliveInstances: 最小实例数
|
5370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5371
5175
|
# @type MinAliveInstances: String
|
5372
5176
|
# @param SecurityGroupIds: 安全组
|
5373
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5374
5177
|
# @type SecurityGroupIds: Array
|
5375
5178
|
# @param ImageCommand: 镜像命令
|
5376
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5377
5179
|
# @type ImageCommand: String
|
5378
5180
|
# @param ImageArgs: 镜像命令参数
|
5379
5181
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5380
5182
|
# @type ImageArgs: Array
|
5381
5183
|
# @param UseRegistryDefaultConfig: 是否使用默认注册中心配置
|
5382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5383
5184
|
# @type UseRegistryDefaultConfig: Boolean
|
5384
5185
|
# @param Service: eks 访问设置
|
5385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5386
5186
|
# @type Service: :class:`Tencentcloud::Tem.v20210701.models.EksService`
|
5387
5187
|
# @param SettingConfs: 挂载配置信息
|
5388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5389
5188
|
# @type SettingConfs: Array
|
5390
5189
|
# @param LogConfs: log path数组信息
|
5391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5392
5190
|
# @type LogConfs: Array
|
5393
5191
|
# @param PostStart: 启动后立即执行的脚本
|
5394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5395
5192
|
# @type PostStart: String
|
5396
5193
|
# @param PreStop: 停止前执行的脚本
|
5397
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5398
5194
|
# @type PreStop: String
|
5399
5195
|
# @param Liveness: 存活探针配置
|
5400
5196
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5403,46 +5199,32 @@ module TencentCloud
|
|
5403
5199
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5404
5200
|
# @type Readiness: :class:`Tencentcloud::Tem.v20210701.models.HealthCheckConfig`
|
5405
5201
|
# @param HorizontalAutoscaler: 弹性策略
|
5406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5407
5202
|
# @type HorizontalAutoscaler: Array
|
5408
5203
|
# @param CronHorizontalAutoscaler: 定时弹性策略
|
5409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5410
5204
|
# @type CronHorizontalAutoscaler: Array
|
5411
5205
|
# @param Zones: 应用实际可用区
|
5412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5413
5206
|
# @type Zones: Array
|
5414
5207
|
# @param LastDeployDate: 最新部署时间
|
5415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5416
5208
|
# @type LastDeployDate: String
|
5417
5209
|
# @param LastDeploySuccessDate: 最新部署成功时间
|
5418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5419
5210
|
# @type LastDeploySuccessDate: String
|
5420
5211
|
# @param NodeInfos: 应用所在node信息
|
5421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5422
5212
|
# @type NodeInfos: Array
|
5423
5213
|
# @param ImageType: image类型 -0 为demo -1为正常image
|
5424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5425
5214
|
# @type ImageType: Integer
|
5426
5215
|
# @param EnableTracing: 是否启用调用链组件
|
5427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5428
5216
|
# @type EnableTracing: Integer
|
5429
5217
|
# @param EnableTracingReport: 是否开启调用链上报,只有 EnableTracing=1 时生效(参数已弃用)
|
5430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5431
5218
|
# @type EnableTracingReport: Integer
|
5432
5219
|
# @param RepoType: 镜像类型:0-个人镜像、1-企业镜像、2-公有镜像
|
5433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5434
5220
|
# @type RepoType: Integer
|
5435
5221
|
# @param BatchDeployStatus: 分批发布子状态:batch_updating、batch_updating_waiting_confirm
|
5436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5437
5222
|
# @type BatchDeployStatus: String
|
5438
5223
|
# @param ApmInstanceId: APM 资源 ID
|
5439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5440
5224
|
# @type ApmInstanceId: String
|
5441
5225
|
# @param WorkloadInfo: 工作负载信息
|
5442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5443
5226
|
# @type WorkloadInfo: :class:`Tencentcloud::Tem.v20210701.models.WorkloadInfo`
|
5444
5227
|
# @param SpeedUp: 是否启用应用加速
|
5445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5446
5228
|
# @type SpeedUp: Boolean
|
5447
5229
|
# @param StartupProbe: 启动检测探针配置
|
5448
5230
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -5450,71 +5232,52 @@ module TencentCloud
|
|
5450
5232
|
# @param OsFlavour: 操作系统版本,可选参数:
|
5451
5233
|
# - ALPINE
|
5452
5234
|
# - CENTOS
|
5453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5454
5235
|
# @type OsFlavour: String
|
5455
5236
|
# @param RepoServer: 镜像仓库server
|
5456
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5457
5237
|
# @type RepoServer: String
|
5458
5238
|
# @param UnderDeploying: 是否正在发布中
|
5459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5460
5239
|
# @type UnderDeploying: Boolean
|
5461
5240
|
# @param EnablePrometheusConf: 监控业务指标监控
|
5462
5241
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5463
5242
|
# @type EnablePrometheusConf: :class:`Tencentcloud::Tem.v20210701.models.EnablePrometheusConf`
|
5464
5243
|
# @param StoppedManually: 是否为手动停止
|
5465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5466
5244
|
# @type StoppedManually: Boolean
|
5467
5245
|
# @param TcrInstanceId: tcr实例ID
|
5468
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5469
5246
|
# @type TcrInstanceId: String
|
5470
5247
|
# @param EnableMetrics: 1:开始自动metrics采集(open-telemetry);
|
5471
5248
|
# 0:关闭metrics采集;
|
5472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5473
5249
|
# @type EnableMetrics: Integer
|
5474
5250
|
# @param AppId: 用户AppId
|
5475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5476
5251
|
# @type AppId: String
|
5477
5252
|
# @param SubAccountUin: 用户SubAccountUin
|
5478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5479
5253
|
# @type SubAccountUin: String
|
5480
5254
|
# @param Uin: 用户Uin
|
5481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5482
5255
|
# @type Uin: String
|
5483
5256
|
# @param Region: 地域
|
5484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5485
5257
|
# @type Region: String
|
5486
5258
|
# @param GroupId: 应用分组ID
|
5487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5488
5259
|
# @type GroupId: String
|
5489
5260
|
# @param EnableRegistry: 是否启用注册中心
|
5490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5491
5261
|
# @type EnableRegistry: Integer
|
5492
5262
|
# @param AutoscalerList: 弹性伸缩数组
|
5493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5494
5263
|
# @type AutoscalerList: Array
|
5495
5264
|
# @param Modifier: 修改人
|
5496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5497
5265
|
# @type Modifier: String
|
5498
5266
|
# @param Creator: 创建人
|
5499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5500
5267
|
# @type Creator: String
|
5501
5268
|
# @param DeployStrategyConf: 部署策略
|
5502
5269
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5503
5270
|
# @type DeployStrategyConf: :class:`Tencentcloud::Tem.v20210701.models.DeployStrategyConf`
|
5504
5271
|
# @param PodList: 实例列表
|
5505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5506
5272
|
# @type PodList: :class:`Tencentcloud::Tem.v20210701.models.DescribeRunPodPage`
|
5507
5273
|
# @param ConfEdited: 发布时配置是否有修改
|
5508
5274
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5509
5275
|
# @type ConfEdited: Boolean
|
5510
5276
|
# @param Tags: 标签
|
5511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5512
5277
|
# @type Tags: Array
|
5513
5278
|
# @param PreStopEncoded: 是否编码
|
5514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5515
5279
|
# @type PreStopEncoded: String
|
5516
5280
|
# @param PostStartEncoded: 是否编码
|
5517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5518
5281
|
# @type PostStartEncoded: String
|
5519
5282
|
|
5520
5283
|
attr_accessor :VersionId, :ApplicationId, :DeployMode, :JdkVersion, :Description, :DeployVersion, :PublishMode, :JvmOpts, :InitPodNum, :CpuSpec, :MemorySpec, :ImgRepo, :ImgName, :ImgVersion, :EsInfo, :EnvConf, :StorageConfs, :Status, :Vpc, :SubnetId, :CreateDate, :ModifyDate, :StorageMountConfs, :VersionName, :LogOutputConf, :ApplicationName, :ApplicationDescription, :EnvironmentName, :EnvironmentId, :PublicDomain, :EnablePublicAccess, :CurrentInstances, :ExpectedInstances, :CodingLanguage, :PkgName, :EsEnable, :EsStrategy, :ImageTag, :LogEnable, :MinAliveInstances, :SecurityGroupIds, :ImageCommand, :ImageArgs, :UseRegistryDefaultConfig, :Service, :SettingConfs, :LogConfs, :PostStart, :PreStop, :Liveness, :Readiness, :HorizontalAutoscaler, :CronHorizontalAutoscaler, :Zones, :LastDeployDate, :LastDeploySuccessDate, :NodeInfos, :ImageType, :EnableTracing, :EnableTracingReport, :RepoType, :BatchDeployStatus, :ApmInstanceId, :WorkloadInfo, :SpeedUp, :StartupProbe, :OsFlavour, :RepoServer, :UnderDeploying, :EnablePrometheusConf, :StoppedManually, :TcrInstanceId, :EnableMetrics, :AppId, :SubAccountUin, :Uin, :Region, :GroupId, :EnableRegistry, :AutoscalerList, :Modifier, :Creator, :DeployStrategyConf, :PodList, :ConfEdited, :Tags, :PreStopEncoded, :PostStartEncoded
|
@@ -5798,13 +5561,10 @@ module TencentCloud
|
|
5798
5561
|
# 创建应用,创建仓库参数
|
5799
5562
|
class UseDefaultRepoParameters < TencentCloud::Common::AbstractModel
|
5800
5563
|
# @param EnterpriseInstanceName: 企业版实例名
|
5801
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5802
5564
|
# @type EnterpriseInstanceName: String
|
5803
5565
|
# @param EnterpriseInstanceChargeType: 企业版收费类型 0 按量收费 1 包年包月
|
5804
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5805
5566
|
# @type EnterpriseInstanceChargeType: Integer
|
5806
5567
|
# @param EnterpriseInstanceType: 企业版规格:basic-基础班 ,standard-标准版,premium-高级版
|
5807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5808
5568
|
# @type EnterpriseInstanceType: String
|
5809
5569
|
|
5810
5570
|
attr_accessor :EnterpriseInstanceName, :EnterpriseInstanceChargeType, :EnterpriseInstanceType
|
@@ -5825,31 +5585,22 @@ module TencentCloud
|
|
5825
5585
|
# 工作负载详情
|
5826
5586
|
class WorkloadInfo < TencentCloud::Common::AbstractModel
|
5827
5587
|
# @param ClusterId: 资源 ID
|
5828
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5829
5588
|
# @type ClusterId: String
|
5830
5589
|
# @param ApplicationName: 应用名
|
5831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5832
5590
|
# @type ApplicationName: String
|
5833
5591
|
# @param VersionName: 版本名称
|
5834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5835
5592
|
# @type VersionName: String
|
5836
5593
|
# @param ReadyReplicas: Ready实例数
|
5837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5838
5594
|
# @type ReadyReplicas: Integer
|
5839
5595
|
# @param Replicas: 实例数
|
5840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5841
5596
|
# @type Replicas: Integer
|
5842
5597
|
# @param UpdatedReplicas: Updated实例数
|
5843
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5844
5598
|
# @type UpdatedReplicas: Integer
|
5845
5599
|
# @param UpdatedReadyReplicas: UpdatedReady实例数
|
5846
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5847
5600
|
# @type UpdatedReadyReplicas: Integer
|
5848
5601
|
# @param UpdateRevision: 更新版本
|
5849
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5850
5602
|
# @type UpdateRevision: String
|
5851
5603
|
# @param CurrentRevision: 当前版本
|
5852
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5853
5604
|
# @type CurrentRevision: String
|
5854
5605
|
|
5855
5606
|
attr_accessor :ClusterId, :ApplicationName, :VersionName, :ReadyReplicas, :Replicas, :UpdatedReplicas, :UpdatedReadyReplicas, :UpdateRevision, :CurrentRevision
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1045
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,11 +33,11 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/
|
37
|
-
- lib/v20201221/models.rb
|
36
|
+
- lib/tencentcloud-sdk-tem.rb
|
38
37
|
- lib/v20210701/client.rb
|
39
38
|
- lib/v20210701/models.rb
|
40
|
-
- lib/
|
39
|
+
- lib/v20201221/client.rb
|
40
|
+
- lib/v20201221/models.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
43
43
|
licenses:
|