tencentcloud-sdk-tsf 3.0.1122 → 3.0.1124
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/v20180326/client.rb +1 -1
- data/lib/v20180326/models.rb +447 -314
- metadata +2 -2
data/lib/v20180326/models.rb
CHANGED
@@ -19,9 +19,9 @@ module TencentCloud
|
|
19
19
|
module V20180326
|
20
20
|
# AddClusterInstances请求参数结构体
|
21
21
|
class AddClusterInstancesRequest < TencentCloud::Common::AbstractModel
|
22
|
-
# @param ClusterId: 集群ID
|
22
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
23
23
|
# @type ClusterId: String
|
24
|
-
# @param InstanceIdList: 云主机ID
|
24
|
+
# @param InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
25
25
|
# @type InstanceIdList: Array
|
26
26
|
# @param OsName: 操作系统名称
|
27
27
|
# @type OsName: String
|
@@ -134,9 +134,9 @@ module TencentCloud
|
|
134
134
|
|
135
135
|
# AddInstances请求参数结构体
|
136
136
|
class AddInstancesRequest < TencentCloud::Common::AbstractModel
|
137
|
-
# @param ClusterId: 集群ID
|
137
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
138
138
|
# @type ClusterId: String
|
139
|
-
# @param InstanceIdList: 云主机ID
|
139
|
+
# @param InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
140
140
|
# @type InstanceIdList: Array
|
141
141
|
# @param OsName: 操作系统名称
|
142
142
|
# @type OsName: String
|
@@ -999,9 +999,11 @@ module TencentCloud
|
|
999
999
|
|
1000
1000
|
# AssociateBusinessLogConfig请求参数结构体
|
1001
1001
|
class AssociateBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
1002
|
-
# @param GroupId:
|
1002
|
+
# @param GroupId: 部署组ID
|
1003
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
1003
1004
|
# @type GroupId: String
|
1004
1005
|
# @param ConfigIdList: 日志配置项ID列表
|
1006
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
1005
1007
|
# @type ConfigIdList: Array
|
1006
1008
|
|
1007
1009
|
attr_accessor :GroupId, :ConfigIdList
|
@@ -1019,7 +1021,7 @@ module TencentCloud
|
|
1019
1021
|
|
1020
1022
|
# AssociateBusinessLogConfig返回参数结构体
|
1021
1023
|
class AssociateBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
|
1022
|
-
# @param Result:
|
1024
|
+
# @param Result: 操作结果,true:成功,false:失败
|
1023
1025
|
# @type Result: Boolean
|
1024
1026
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1025
1027
|
# @type RequestId: String
|
@@ -1039,15 +1041,18 @@ module TencentCloud
|
|
1039
1041
|
|
1040
1042
|
# AssociateConfigWithGroup请求参数结构体
|
1041
1043
|
class AssociateConfigWithGroupRequest < TencentCloud::Common::AbstractModel
|
1042
|
-
# @param ConfigId: 配置项
|
1044
|
+
# @param ConfigId: 配置项ID
|
1045
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
1043
1046
|
# @type ConfigId: String
|
1044
1047
|
# @param Groups: 部署组信息
|
1045
1048
|
# @type Groups: Array
|
1046
1049
|
# @param SelectAll: 是否选择全部投递,1 表示全部,0或不填表示非全部
|
1047
1050
|
# @type SelectAll: Integer
|
1048
|
-
# @param NamespaceId: 命名空间
|
1051
|
+
# @param NamespaceId: 命名空间ID
|
1052
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
1049
1053
|
# @type NamespaceId: String
|
1050
|
-
# @param ClusterId: 集群
|
1054
|
+
# @param ClusterId: 集群ID
|
1055
|
+
# 可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
1051
1056
|
# @type ClusterId: String
|
1052
1057
|
# @param SearchWord: 模糊搜索关键词
|
1053
1058
|
# @type SearchWord: String
|
@@ -1304,10 +1309,10 @@ module TencentCloud
|
|
1304
1309
|
# @type ConfigTags: String
|
1305
1310
|
# @param ConfigPipeline: 配置项对应的ES管道
|
1306
1311
|
# @type ConfigPipeline: String
|
1307
|
-
# @param ConfigCreateTime:
|
1312
|
+
# @param ConfigCreateTime: 配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
1308
1313
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1314
|
# @type ConfigCreateTime: String
|
1310
|
-
# @param ConfigUpdateTime:
|
1315
|
+
# @param ConfigUpdateTime: 配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
1311
1316
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1317
|
# @type ConfigUpdateTime: String
|
1313
1318
|
# @param ConfigSchema: 配置项解析规则
|
@@ -1321,13 +1326,21 @@ module TencentCloud
|
|
1321
1326
|
# @type FilebeatConfigEnable: Boolean
|
1322
1327
|
# @param FilebeatCloseTimeout: close_timeout参数
|
1323
1328
|
# @type FilebeatCloseTimeout: Integer
|
1324
|
-
|
1325
|
-
|
1329
|
+
# @param FilebeatIgnoreOlder: filebeat ignore_older参数
|
1330
|
+
# @type FilebeatIgnoreOlder: Integer
|
1331
|
+
# @param FilebeatHarvesterLimit: filebeat harvester_limit参数
|
1332
|
+
# @type FilebeatHarvesterLimit: Integer
|
1333
|
+
# @param FilebeatCloseInactive: filebeat close_inactive参数
|
1334
|
+
# @type FilebeatCloseInactive: Integer
|
1335
|
+
# @param FilebeatCleanInactive: filebeat clean_inactive参数
|
1336
|
+
# @type FilebeatCleanInactive: Integer
|
1337
|
+
|
1338
|
+
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
|
1326
1339
|
extend Gem::Deprecate
|
1327
1340
|
deprecate :ConfigAssociatedGroups, :none, 2025, 8
|
1328
1341
|
deprecate :ConfigAssociatedGroups=, :none, 2025, 8
|
1329
1342
|
|
1330
|
-
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil)
|
1343
|
+
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
|
1331
1344
|
@ConfigId = configid
|
1332
1345
|
@ConfigName = configname
|
1333
1346
|
@ConfigPath = configpath
|
@@ -1341,6 +1354,10 @@ module TencentCloud
|
|
1341
1354
|
@ConfigAssociatedGroupList = configassociatedgrouplist
|
1342
1355
|
@FilebeatConfigEnable = filebeatconfigenable
|
1343
1356
|
@FilebeatCloseTimeout = filebeatclosetimeout
|
1357
|
+
@FilebeatIgnoreOlder = filebeatignoreolder
|
1358
|
+
@FilebeatHarvesterLimit = filebeatharvesterlimit
|
1359
|
+
@FilebeatCloseInactive = filebeatcloseinactive
|
1360
|
+
@FilebeatCleanInactive = filebeatcleaninactive
|
1344
1361
|
end
|
1345
1362
|
|
1346
1363
|
def deserialize(params)
|
@@ -1374,6 +1391,10 @@ module TencentCloud
|
|
1374
1391
|
end
|
1375
1392
|
@FilebeatConfigEnable = params['FilebeatConfigEnable']
|
1376
1393
|
@FilebeatCloseTimeout = params['FilebeatCloseTimeout']
|
1394
|
+
@FilebeatIgnoreOlder = params['FilebeatIgnoreOlder']
|
1395
|
+
@FilebeatHarvesterLimit = params['FilebeatHarvesterLimit']
|
1396
|
+
@FilebeatCloseInactive = params['FilebeatCloseInactive']
|
1397
|
+
@FilebeatCleanInactive = params['FilebeatCleanInactive']
|
1377
1398
|
end
|
1378
1399
|
end
|
1379
1400
|
|
@@ -1387,7 +1408,7 @@ module TencentCloud
|
|
1387
1408
|
# @type ApplicationId: String
|
1388
1409
|
# @param ApplicationName: 部署组所属应用名称
|
1389
1410
|
# @type ApplicationName: String
|
1390
|
-
# @param ApplicationType:
|
1411
|
+
# @param ApplicationType: 部署组所属应用类型,C:容器应用,V:虚拟机应用
|
1391
1412
|
# @type ApplicationType: String
|
1392
1413
|
# @param NamespaceId: 部署组所属命名空间ID
|
1393
1414
|
# @type NamespaceId: String
|
@@ -1397,9 +1418,9 @@ module TencentCloud
|
|
1397
1418
|
# @type ClusterId: String
|
1398
1419
|
# @param ClusterName: 部署组所属集群名称
|
1399
1420
|
# @type ClusterName: String
|
1400
|
-
# @param ClusterType:
|
1421
|
+
# @param ClusterType: 部署组所属集群类型,C:容器集群,V:虚拟机集群
|
1401
1422
|
# @type ClusterType: String
|
1402
|
-
# @param AssociatedTime:
|
1423
|
+
# @param AssociatedTime: 部署组关联日志配置时间,格式yyyy-MM-dd HH:mm:ss
|
1403
1424
|
# @type AssociatedTime: String
|
1404
1425
|
|
1405
1426
|
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ClusterType, :AssociatedTime
|
@@ -1435,7 +1456,7 @@ module TencentCloud
|
|
1435
1456
|
|
1436
1457
|
# 业务日志配置解析规则
|
1437
1458
|
class BusinessLogConfigSchema < TencentCloud::Common::AbstractModel
|
1438
|
-
# @param SchemaType:
|
1459
|
+
# @param SchemaType: 解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
|
1439
1460
|
# @type SchemaType: Integer
|
1440
1461
|
# @param SchemaContent: 解析规则内容
|
1441
1462
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1446,7 +1467,7 @@ module TencentCloud
|
|
1446
1467
|
# @param SchemaMultilinePattern: 解析规则对应的多行匹配规则
|
1447
1468
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1448
1469
|
# @type SchemaMultilinePattern: String
|
1449
|
-
# @param SchemaCreateTime:
|
1470
|
+
# @param SchemaCreateTime: 解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
|
1450
1471
|
# @type SchemaCreateTime: String
|
1451
1472
|
# @param SchemaPatternLayout: 用户填写的解析规则
|
1452
1473
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1479,7 +1500,7 @@ module TencentCloud
|
|
1479
1500
|
# @type InstanceId: String
|
1480
1501
|
# @param Content: 日志内容
|
1481
1502
|
# @type Content: String
|
1482
|
-
# @param Timestamp:
|
1503
|
+
# @param Timestamp: 日志时间戳,单位毫秒
|
1483
1504
|
# @type Timestamp: Integer
|
1484
1505
|
# @param InstanceIp: 实例IP
|
1485
1506
|
# @type InstanceIp: String
|
@@ -1689,7 +1710,7 @@ module TencentCloud
|
|
1689
1710
|
# @param ClusterDesc: 集群描述
|
1690
1711
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1691
1712
|
# @type ClusterDesc: String
|
1692
|
-
# @param ClusterType:
|
1713
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
1693
1714
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1694
1715
|
# @type ClusterType: String
|
1695
1716
|
# @param VpcId: 集群所属私有网络ID
|
@@ -1725,10 +1746,10 @@ module TencentCloud
|
|
1725
1746
|
# @param DeleteFlag: 删除标记:true:可以删除;false:不可删除
|
1726
1747
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1727
1748
|
# @type DeleteFlag: Boolean
|
1728
|
-
# @param CreateTime:
|
1749
|
+
# @param CreateTime: 创建时间,格式为YYYY-MM-DD HH:MM:SS
|
1729
1750
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1730
1751
|
# @type CreateTime: String
|
1731
|
-
# @param UpdateTime:
|
1752
|
+
# @param UpdateTime: 更新时间,格式为YYYY-MM-DD HH:MM:SS
|
1732
1753
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1733
1754
|
# @type UpdateTime: String
|
1734
1755
|
# @param TsfRegionId: 集群所属TSF地域ID
|
@@ -1782,7 +1803,7 @@ module TencentCloud
|
|
1782
1803
|
# @param KuberneteApiServer: api地址
|
1783
1804
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1784
1805
|
# @type KuberneteApiServer: String
|
1785
|
-
# @param KuberneteNativeType: K
|
1806
|
+
# @param KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
1786
1807
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1787
1808
|
# @type KuberneteNativeType: String
|
1788
1809
|
# @param KuberneteNativeSecret: native secret
|
@@ -2560,7 +2581,7 @@ module TencentCloud
|
|
2560
2581
|
# @param TcrRepoInfo: TcrRepoInfo值
|
2561
2582
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2562
2583
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
2563
|
-
# @param VolumeInfos:
|
2584
|
+
# @param VolumeInfos: 数据卷信息,数组结构
|
2564
2585
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2565
2586
|
# @type VolumeInfos: Array
|
2566
2587
|
# @param VolumeMountInfos: 数据卷挂载信息,list
|
@@ -3667,7 +3688,7 @@ module TencentCloud
|
|
3667
3688
|
|
3668
3689
|
# CreateApplication请求参数结构体
|
3669
3690
|
class CreateApplicationRequest < TencentCloud::Common::AbstractModel
|
3670
|
-
# @param ApplicationName:
|
3691
|
+
# @param ApplicationName: 应用名称,最长60字符
|
3671
3692
|
# @type ApplicationName: String
|
3672
3693
|
# @param ApplicationType: 应用类型,V:虚拟机应用;C:容器应用;S:serverless应用
|
3673
3694
|
# @type ApplicationType: String
|
@@ -3681,7 +3702,7 @@ module TencentCloud
|
|
3681
3702
|
# @type ApplicationResourceType: String
|
3682
3703
|
# @param ApplicationRuntimeType: 应用runtime类型
|
3683
3704
|
# @type ApplicationRuntimeType: String
|
3684
|
-
# @param ProgramId:
|
3705
|
+
# @param ProgramId: 【数据集ID】。可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a26486wy)进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
|
3685
3706
|
# @type ProgramId: String
|
3686
3707
|
# @param ServiceConfigList: 服务配置信息列表
|
3687
3708
|
# @type ServiceConfigList: Array
|
@@ -3780,9 +3801,12 @@ module TencentCloud
|
|
3780
3801
|
class CreateClusterRequest < TencentCloud::Common::AbstractModel
|
3781
3802
|
# @param ClusterName: 集群名称
|
3782
3803
|
# @type ClusterName: String
|
3783
|
-
# @param ClusterType:
|
3804
|
+
# @param ClusterType: 指定集群类型,目前支持:
|
3805
|
+
# - `V`:虚拟机集群
|
3806
|
+
# - `C`:容器集群
|
3807
|
+
# - `S`:Serverless 集群
|
3784
3808
|
# @type ClusterType: String
|
3785
|
-
# @param VpcId: 私有网络ID
|
3809
|
+
# @param VpcId: 私有网络ID,可通过调用[DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372)查询已创建的私有网络列表或登录控制台进行查看;也可以调用[CreateVpc](https://cloud.tencent.com/document/api/215/1309)创建新的私有网络。
|
3786
3810
|
# @type VpcId: String
|
3787
3811
|
# @param ClusterCIDR: 分配给集群容器和服务IP的CIDR
|
3788
3812
|
# @type ClusterCIDR: String
|
@@ -4128,9 +4152,9 @@ module TencentCloud
|
|
4128
4152
|
|
4129
4153
|
# CreateContainGroup请求参数结构体
|
4130
4154
|
class CreateContainGroupRequest < TencentCloud::Common::AbstractModel
|
4131
|
-
# @param ApplicationId:
|
4155
|
+
# @param ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
4132
4156
|
# @type ApplicationId: String
|
4133
|
-
# @param NamespaceId:
|
4157
|
+
# @param NamespaceId: 分组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
4134
4158
|
# @type NamespaceId: String
|
4135
4159
|
# @param GroupName: 分组名称字段,长度1~60,字母或下划线开头,可包含字母数字下划线
|
4136
4160
|
# @type GroupName: String
|
@@ -4156,11 +4180,9 @@ module TencentCloud
|
|
4156
4180
|
# @type CpuRequest: String
|
4157
4181
|
# @param MemRequest: 初始分配的内存 MiB 数,对应 K8S request
|
4158
4182
|
# @type MemRequest: String
|
4159
|
-
# @param GroupResourceType: 部署组资源类型;
|
4160
|
-
# DEF — 默认资源类型;
|
4161
|
-
# GW — 网关资源类型;
|
4183
|
+
# @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
4162
4184
|
# @type GroupResourceType: String
|
4163
|
-
# @param SubnetId:
|
4185
|
+
# @param SubnetId: 分组所属【子网ID】,可前往TKE侧集群[控制台](https://console.cloud.tencent.com/tke2/cluster/sub/list/basic/info/base?rid=1&clusterId=cls-2nhp3g1i)进行获取
|
4164
4186
|
# @type SubnetId: String
|
4165
4187
|
# @param AgentCpuRequest: agent 容器分配的 CPU 核数,对应 K8S 的 request
|
4166
4188
|
# @type AgentCpuRequest: String
|
@@ -4475,26 +4497,28 @@ module TencentCloud
|
|
4475
4497
|
|
4476
4498
|
# CreateGroup请求参数结构体
|
4477
4499
|
class CreateGroupRequest < TencentCloud::Common::AbstractModel
|
4478
|
-
# @param ApplicationId:
|
4500
|
+
# @param ApplicationId: 部署组所属的【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
4479
4501
|
# @type ApplicationId: String
|
4480
|
-
# @param NamespaceId:
|
4502
|
+
# @param NamespaceId: 部署组所属【命名空间ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
4481
4503
|
# @type NamespaceId: String
|
4482
4504
|
# @param GroupName: 部署组名称
|
4483
4505
|
# @type GroupName: String
|
4484
|
-
# @param ClusterId:
|
4506
|
+
# @param ClusterId: 部署组所属的【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
4485
4507
|
# @type ClusterId: String
|
4486
4508
|
# @param GroupDesc: 部署组描述
|
4487
4509
|
# @type GroupDesc: String
|
4488
|
-
# @param GroupResourceType: 部署组资源类型;DEF
|
4510
|
+
# @param GroupResourceType: 部署组资源类型;DEF 表示默认资源类型
|
4489
4511
|
# @type GroupResourceType: String
|
4490
4512
|
# @param Alias: 部署组备注
|
4491
4513
|
# @type Alias: String
|
4492
4514
|
# @param Tags: 标签列表
|
4493
4515
|
# @type Tags: Array
|
4516
|
+
# @param K8sNamespaceName: k8s命名空间名称
|
4517
|
+
# @type K8sNamespaceName: String
|
4494
4518
|
|
4495
|
-
attr_accessor :ApplicationId, :NamespaceId, :GroupName, :ClusterId, :GroupDesc, :GroupResourceType, :Alias, :Tags
|
4519
|
+
attr_accessor :ApplicationId, :NamespaceId, :GroupName, :ClusterId, :GroupDesc, :GroupResourceType, :Alias, :Tags, :K8sNamespaceName
|
4496
4520
|
|
4497
|
-
def initialize(applicationid=nil, namespaceid=nil, groupname=nil, clusterid=nil, groupdesc=nil, groupresourcetype=nil, _alias=nil, tags=nil)
|
4521
|
+
def initialize(applicationid=nil, namespaceid=nil, groupname=nil, clusterid=nil, groupdesc=nil, groupresourcetype=nil, _alias=nil, tags=nil, k8snamespacename=nil)
|
4498
4522
|
@ApplicationId = applicationid
|
4499
4523
|
@NamespaceId = namespaceid
|
4500
4524
|
@GroupName = groupname
|
@@ -4503,6 +4527,7 @@ module TencentCloud
|
|
4503
4527
|
@GroupResourceType = groupresourcetype
|
4504
4528
|
@Alias = _alias
|
4505
4529
|
@Tags = tags
|
4530
|
+
@K8sNamespaceName = k8snamespacename
|
4506
4531
|
end
|
4507
4532
|
|
4508
4533
|
def deserialize(params)
|
@@ -4521,6 +4546,7 @@ module TencentCloud
|
|
4521
4546
|
@Tags << tag_tmp
|
4522
4547
|
end
|
4523
4548
|
end
|
4549
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
4524
4550
|
end
|
4525
4551
|
end
|
4526
4552
|
|
@@ -4758,26 +4784,28 @@ module TencentCloud
|
|
4758
4784
|
class CreateNamespaceRequest < TencentCloud::Common::AbstractModel
|
4759
4785
|
# @param NamespaceName: 命名空间名称
|
4760
4786
|
# @type NamespaceName: String
|
4761
|
-
# @param ClusterId: 集群ID
|
4787
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
4762
4788
|
# @type ClusterId: String
|
4763
4789
|
# @param NamespaceDesc: 命名空间描述
|
4764
4790
|
# @type NamespaceDesc: String
|
4765
|
-
# @param NamespaceResourceType:
|
4791
|
+
# @param NamespaceResourceType: 命名空间资源类型;DEF:表示默认资源类型;GW:表示网关资源类型
|
4766
4792
|
# @type NamespaceResourceType: String
|
4767
|
-
# @param NamespaceType:
|
4793
|
+
# @param NamespaceType: 命名空间类型;DEF 表示默认普通命名空间;GLOBAL 表示全局命名空间
|
4768
4794
|
# @type NamespaceType: String
|
4769
|
-
# @param NamespaceId: 命名空间ID
|
4795
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
4770
4796
|
# @type NamespaceId: String
|
4771
4797
|
# @param IsHaEnable: 是否开启高可用,1 表示开启,0 表示不开启
|
4772
4798
|
# @type IsHaEnable: String
|
4773
|
-
# @param ProgramId: 需要绑定的数据集ID
|
4799
|
+
# @param ProgramId: 需要绑定的数据集ID,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
4774
4800
|
# @type ProgramId: String
|
4775
|
-
# @param ProgramIdList: 需要绑定的数据集ID
|
4801
|
+
# @param ProgramIdList: 需要绑定的数据集ID列表,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
4776
4802
|
# @type ProgramIdList: Array
|
4803
|
+
# @param CreateK8sNamespaceFlag: 是否创建k8s命名空间标识
|
4804
|
+
# @type CreateK8sNamespaceFlag: Boolean
|
4777
4805
|
|
4778
|
-
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId, :ProgramIdList
|
4806
|
+
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId, :ProgramIdList, :CreateK8sNamespaceFlag
|
4779
4807
|
|
4780
|
-
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil, programidlist=nil)
|
4808
|
+
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil, programidlist=nil, createk8snamespaceflag=nil)
|
4781
4809
|
@NamespaceName = namespacename
|
4782
4810
|
@ClusterId = clusterid
|
4783
4811
|
@NamespaceDesc = namespacedesc
|
@@ -4787,6 +4815,7 @@ module TencentCloud
|
|
4787
4815
|
@IsHaEnable = ishaenable
|
4788
4816
|
@ProgramId = programid
|
4789
4817
|
@ProgramIdList = programidlist
|
4818
|
+
@CreateK8sNamespaceFlag = createk8snamespaceflag
|
4790
4819
|
end
|
4791
4820
|
|
4792
4821
|
def deserialize(params)
|
@@ -4799,6 +4828,7 @@ module TencentCloud
|
|
4799
4828
|
@IsHaEnable = params['IsHaEnable']
|
4800
4829
|
@ProgramId = params['ProgramId']
|
4801
4830
|
@ProgramIdList = params['ProgramIdList']
|
4831
|
+
@CreateK8sNamespaceFlag = params['CreateK8sNamespaceFlag']
|
4802
4832
|
end
|
4803
4833
|
end
|
4804
4834
|
|
@@ -5477,7 +5507,7 @@ module TencentCloud
|
|
5477
5507
|
# @type Label: String
|
5478
5508
|
# @param Value: 当前坐标 Y轴的值
|
5479
5509
|
# @type Value: String
|
5480
|
-
# @param Timestamp:
|
5510
|
+
# @param Timestamp: 该坐标点时间戳,单位毫秒
|
5481
5511
|
# @type Timestamp: String
|
5482
5512
|
|
5483
5513
|
attr_accessor :Label, :Value, :Timestamp
|
@@ -5627,7 +5657,7 @@ module TencentCloud
|
|
5627
5657
|
|
5628
5658
|
# DeleteApplication请求参数结构体
|
5629
5659
|
class DeleteApplicationRequest < TencentCloud::Common::AbstractModel
|
5630
|
-
# @param ApplicationId: 应用ID
|
5660
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
5631
5661
|
# @type ApplicationId: String
|
5632
5662
|
# @param SyncDeleteImageRepository: 是否删除镜像仓库
|
5633
5663
|
# @type SyncDeleteImageRepository: Boolean
|
@@ -5669,7 +5699,7 @@ module TencentCloud
|
|
5669
5699
|
|
5670
5700
|
# DeleteCluster请求参数结构体
|
5671
5701
|
class DeleteClusterRequest < TencentCloud::Common::AbstractModel
|
5672
|
-
# @param ClusterId: 集群ID
|
5702
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
|
5673
5703
|
# @type ClusterId: String
|
5674
5704
|
# @param Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
5675
5705
|
# @type Unbind: Boolean
|
@@ -5785,7 +5815,7 @@ module TencentCloud
|
|
5785
5815
|
|
5786
5816
|
# DeleteContainerGroup请求参数结构体
|
5787
5817
|
class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
|
5788
|
-
# @param GroupId: 部署组ID
|
5818
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
5789
5819
|
# @type GroupId: String
|
5790
5820
|
|
5791
5821
|
attr_accessor :GroupId
|
@@ -5901,7 +5931,7 @@ module TencentCloud
|
|
5901
5931
|
|
5902
5932
|
# DeleteGroup请求参数结构体
|
5903
5933
|
class DeleteGroupRequest < TencentCloud::Common::AbstractModel
|
5904
|
-
# @param GroupId: 部署组ID
|
5934
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
5905
5935
|
# @type GroupId: String
|
5906
5936
|
|
5907
5937
|
attr_accessor :GroupId
|
@@ -5959,7 +5989,7 @@ module TencentCloud
|
|
5959
5989
|
|
5960
5990
|
# DeleteImageTags请求参数结构体
|
5961
5991
|
class DeleteImageTagsRequest < TencentCloud::Common::AbstractModel
|
5962
|
-
# @param ImageTags:
|
5992
|
+
# @param ImageTags: 需要删除的镜像版本列表,可通过调用[DescribeImageTags](https://cloud.tencent.com/document/api/649/36052)查询已创建的镜像版本列表或登录控制台进行查看。
|
5963
5993
|
# @type ImageTags: Array
|
5964
5994
|
# @param RepoType: 企业: tcr ;个人: personal或者不填
|
5965
5995
|
# @type RepoType: String
|
@@ -6122,9 +6152,9 @@ module TencentCloud
|
|
6122
6152
|
|
6123
6153
|
# DeleteNamespace请求参数结构体
|
6124
6154
|
class DeleteNamespaceRequest < TencentCloud::Common::AbstractModel
|
6125
|
-
# @param NamespaceId: 命名空间ID
|
6155
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
6126
6156
|
# @type NamespaceId: String
|
6127
|
-
# @param ClusterId: 集群ID
|
6157
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
6128
6158
|
# @type ClusterId: String
|
6129
6159
|
|
6130
6160
|
attr_accessor :NamespaceId, :ClusterId
|
@@ -6474,15 +6504,15 @@ module TencentCloud
|
|
6474
6504
|
# @type CollectPath: Array
|
6475
6505
|
# @param Groups: 关联部署组信息
|
6476
6506
|
# @type Groups: Array
|
6477
|
-
# @param CreateTime:
|
6507
|
+
# @param CreateTime: 创建时间,格式yyyy-MM-dd HH:mm:ss
|
6478
6508
|
# @type CreateTime: String
|
6479
|
-
# @param KafkaVIp:
|
6509
|
+
# @param KafkaVIp: Kafka的vip
|
6480
6510
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6481
6511
|
# @type KafkaVIp: String
|
6482
|
-
# @param KafkaAddress:
|
6512
|
+
# @param KafkaAddress: Kafka地址
|
6483
6513
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6484
6514
|
# @type KafkaAddress: String
|
6485
|
-
# @param KafkaVPort:
|
6515
|
+
# @param KafkaVPort: Kafka端口
|
6486
6516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6487
6517
|
# @type KafkaVPort: String
|
6488
6518
|
# @param Topic: Topic
|
@@ -6490,18 +6520,18 @@ module TencentCloud
|
|
6490
6520
|
# @param LineRule: LineRule
|
6491
6521
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6492
6522
|
# @type LineRule: String
|
6493
|
-
# @param CustomRule:
|
6523
|
+
# @param CustomRule: 自定义规则
|
6494
6524
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6495
6525
|
# @type CustomRule: String
|
6496
6526
|
# @param EnableGlobalLineRule: EnableGlobalLineRule
|
6497
6527
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6498
6528
|
# @type EnableGlobalLineRule: Boolean
|
6499
|
-
# @param EnableAuth:
|
6529
|
+
# @param EnableAuth: 是否开启认证
|
6500
6530
|
# @type EnableAuth: Boolean
|
6501
|
-
# @param Username:
|
6531
|
+
# @param Username: 用户名
|
6502
6532
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6503
6533
|
# @type Username: String
|
6504
|
-
# @param Password:
|
6534
|
+
# @param Password: 密码
|
6505
6535
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6506
6536
|
# @type Password: String
|
6507
6537
|
# @param KafkaInfos: KafkaInfos
|
@@ -6736,10 +6766,18 @@ module TencentCloud
|
|
6736
6766
|
# @type EnvClean: Boolean
|
6737
6767
|
# @param DeployDesc: 本次部署的描述信息
|
6738
6768
|
# @type DeployDesc: String
|
6739
|
-
|
6740
|
-
|
6741
|
-
|
6742
|
-
|
6769
|
+
# @param K8sNamespaceName: k8s命名空间名称
|
6770
|
+
# @type K8sNamespaceName: String
|
6771
|
+
# @param StaticIpEnabled: 是否启用静态IP
|
6772
|
+
# @type StaticIpEnabled: Boolean
|
6773
|
+
# @param PodManagementPolicyType: 启动策略[OrderedReady/Parallel]
|
6774
|
+
# @type PodManagementPolicyType: String
|
6775
|
+
# @param Partition: 滚动更新分区序号
|
6776
|
+
# @type Partition: Integer
|
6777
|
+
|
6778
|
+
attr_accessor :ApplicationId, :ObservabilityConfig, :ClusterId, :GroupId, :Envs, :VolumeMountInfoList, :LifeCycleHookList, :AdditionalContainerList, :VolumeInfoList, :ServiceSettingList, :Alias, :GroupName, :Tags, :ContainerKind, :Server, :RepoName, :RepoType, :TcrRepoInfo, :SecretName, :TagName, :HealthCheckSettings, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :JvmOpts, :InitContainerEnable, :PrivilegeContainerEnable, :RunCommand, :RunArg, :InstanceNum, :SchedulingStrategy, :RestartPolicy, :ServiceSpecEncode, :IstioMemRequest, :IstioCpuRequest, :IstioMemLimit, :IstioCpuLimit, :ServiceGovernanceConfig, :AgentMemRequest, :AgentCpuRequest, :AgentMemLimit, :AgentCpuLimit, :UpdateType, :UpdateIvl, :MaxSurge, :MaxUnavailable, :WarmupSetting, :ConfigTemplateId, :ConfigTemplateVersion, :VolumeClean, :NamespaceId, :DeployAgent, :AgentProfileList, :ServiceClean, :EnvClean, :DeployDesc, :K8sNamespaceName, :StaticIpEnabled, :PodManagementPolicyType, :Partition
|
6779
|
+
|
6780
|
+
def initialize(applicationid=nil, observabilityconfig=nil, clusterid=nil, groupid=nil, envs=nil, volumemountinfolist=nil, lifecyclehooklist=nil, additionalcontainerlist=nil, volumeinfolist=nil, servicesettinglist=nil, _alias=nil, groupname=nil, tags=nil, containerkind=nil, server=nil, reponame=nil, repotype=nil, tcrrepoinfo=nil, secretname=nil, tagname=nil, healthchecksettings=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, jvmopts=nil, initcontainerenable=nil, privilegecontainerenable=nil, runcommand=nil, runarg=nil, instancenum=nil, schedulingstrategy=nil, restartpolicy=nil, servicespecencode=nil, istiomemrequest=nil, istiocpurequest=nil, istiomemlimit=nil, istiocpulimit=nil, servicegovernanceconfig=nil, agentmemrequest=nil, agentcpurequest=nil, agentmemlimit=nil, agentcpulimit=nil, updatetype=nil, updateivl=nil, maxsurge=nil, maxunavailable=nil, warmupsetting=nil, configtemplateid=nil, configtemplateversion=nil, volumeclean=nil, namespaceid=nil, deployagent=nil, agentprofilelist=nil, serviceclean=nil, envclean=nil, deploydesc=nil, k8snamespacename=nil, staticipenabled=nil, podmanagementpolicytype=nil, partition=nil)
|
6743
6781
|
@ApplicationId = applicationid
|
6744
6782
|
@ObservabilityConfig = observabilityconfig
|
6745
6783
|
@ClusterId = clusterid
|
@@ -6797,6 +6835,10 @@ module TencentCloud
|
|
6797
6835
|
@ServiceClean = serviceclean
|
6798
6836
|
@EnvClean = envclean
|
6799
6837
|
@DeployDesc = deploydesc
|
6838
|
+
@K8sNamespaceName = k8snamespacename
|
6839
|
+
@StaticIpEnabled = staticipenabled
|
6840
|
+
@PodManagementPolicyType = podmanagementpolicytype
|
6841
|
+
@Partition = partition
|
6800
6842
|
end
|
6801
6843
|
|
6802
6844
|
def deserialize(params)
|
@@ -6931,6 +6973,10 @@ module TencentCloud
|
|
6931
6973
|
@ServiceClean = params['ServiceClean']
|
6932
6974
|
@EnvClean = params['EnvClean']
|
6933
6975
|
@DeployDesc = params['DeployDesc']
|
6976
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
6977
|
+
@StaticIpEnabled = params['StaticIpEnabled']
|
6978
|
+
@PodManagementPolicyType = params['PodManagementPolicyType']
|
6979
|
+
@Partition = params['Partition']
|
6934
6980
|
end
|
6935
6981
|
end
|
6936
6982
|
|
@@ -6984,7 +7030,7 @@ module TencentCloud
|
|
6984
7030
|
|
6985
7031
|
# DeployContainerGroup请求参数结构体
|
6986
7032
|
class DeployContainerGroupRequest < TencentCloud::Common::AbstractModel
|
6987
|
-
# @param GroupId: 部署组ID
|
7033
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
6988
7034
|
# @type GroupId: String
|
6989
7035
|
# @param TagName: 镜像版本名称,如v1
|
6990
7036
|
# @type TagName: String
|
@@ -7221,9 +7267,9 @@ module TencentCloud
|
|
7221
7267
|
|
7222
7268
|
# DeployGroup请求参数结构体
|
7223
7269
|
class DeployGroupRequest < TencentCloud::Common::AbstractModel
|
7224
|
-
# @param GroupId: 部署组ID
|
7270
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
7225
7271
|
# @type GroupId: String
|
7226
|
-
# @param PkgId:
|
7272
|
+
# @param PkgId: 软件包ID,可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看
|
7227
7273
|
# @type PkgId: String
|
7228
7274
|
# @param StartupParameters: 部署组启动参数
|
7229
7275
|
# @type StartupParameters: String
|
@@ -7243,7 +7289,7 @@ module TencentCloud
|
|
7243
7289
|
# @type DeployBatch: Array
|
7244
7290
|
# @param DeployExeMode: 滚动发布的执行方式,auto表示自动, manual表示手动
|
7245
7291
|
# @type DeployExeMode: String
|
7246
|
-
# @param DeployWaitTime:
|
7292
|
+
# @param DeployWaitTime: 滚动发布每个批次的时间间隔,单位min。默认值是0,不等待。
|
7247
7293
|
# @type DeployWaitTime: Integer
|
7248
7294
|
# @param StartScript: 启动脚本 base64编码
|
7249
7295
|
# @type StartScript: String
|
@@ -7674,7 +7720,7 @@ module TencentCloud
|
|
7674
7720
|
|
7675
7721
|
# DescribeApplicationAttribute请求参数结构体
|
7676
7722
|
class DescribeApplicationAttributeRequest < TencentCloud::Common::AbstractModel
|
7677
|
-
# @param ApplicationId:
|
7723
|
+
# @param ApplicationId: 【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
7678
7724
|
# @type ApplicationId: String
|
7679
7725
|
|
7680
7726
|
attr_accessor :ApplicationId
|
@@ -7713,7 +7759,7 @@ module TencentCloud
|
|
7713
7759
|
|
7714
7760
|
# DescribeApplication请求参数结构体
|
7715
7761
|
class DescribeApplicationRequest < TencentCloud::Common::AbstractModel
|
7716
|
-
# @param ApplicationId: 应用ID
|
7762
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
7717
7763
|
# @type ApplicationId: String
|
7718
7764
|
|
7719
7765
|
attr_accessor :ApplicationId
|
@@ -7757,17 +7803,22 @@ module TencentCloud
|
|
7757
7803
|
# @type SearchWord: String
|
7758
7804
|
# @param OrderBy: 排序字段
|
7759
7805
|
# @type OrderBy: String
|
7760
|
-
# @param OrderType:
|
7806
|
+
# @param OrderType: 指定排序类型,目前支持:
|
7807
|
+
# `0`:降序
|
7808
|
+
# `1`:升序
|
7761
7809
|
# @type OrderType: Integer
|
7762
|
-
# @param Offset:
|
7810
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
7763
7811
|
# @type Offset: Integer
|
7764
|
-
# @param Limit:
|
7812
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
7765
7813
|
# @type Limit: Integer
|
7766
|
-
# @param ApplicationType:
|
7814
|
+
# @param ApplicationType: 指定应用类型,目前支持:
|
7815
|
+
# - `V`:普通应用/CVM应用
|
7816
|
+
# - `C`:容器应用
|
7817
|
+
# - `S`:serverless 应用
|
7767
7818
|
# @type ApplicationType: String
|
7768
7819
|
# @param MicroserviceType: 应用的微服务类型
|
7769
7820
|
# @type MicroserviceType: String
|
7770
|
-
# @param ApplicationResourceTypeList:
|
7821
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
7771
7822
|
# @type ApplicationResourceTypeList: Array
|
7772
7823
|
# @param ApplicationIdList: IdList
|
7773
7824
|
# @type ApplicationIdList: Array
|
@@ -7867,7 +7918,8 @@ module TencentCloud
|
|
7867
7918
|
|
7868
7919
|
# DescribeBusinessLogConfig请求参数结构体
|
7869
7920
|
class DescribeBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
7870
|
-
# @param ConfigId:
|
7921
|
+
# @param ConfigId: 日志配置项ID
|
7922
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
7871
7923
|
# @type ConfigId: String
|
7872
7924
|
|
7873
7925
|
attr_accessor :ConfigId
|
@@ -7912,9 +7964,10 @@ module TencentCloud
|
|
7912
7964
|
# @type Limit: Integer
|
7913
7965
|
# @param SearchWord: 模糊匹配关键词
|
7914
7966
|
# @type SearchWord: String
|
7915
|
-
# @param DisableProgramAuthCheck:
|
7967
|
+
# @param DisableProgramAuthCheck: 是否禁用数据集鉴权
|
7916
7968
|
# @type DisableProgramAuthCheck: Boolean
|
7917
|
-
# @param ConfigIdList:
|
7969
|
+
# @param ConfigIdList: 日志配置项ID
|
7970
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
7918
7971
|
# @type ConfigIdList: Array
|
7919
7972
|
|
7920
7973
|
attr_accessor :Offset, :Limit, :SearchWord, :DisableProgramAuthCheck, :ConfigIdList
|
@@ -7961,17 +8014,17 @@ module TencentCloud
|
|
7961
8014
|
|
7962
8015
|
# DescribeClusterInstances请求参数结构体
|
7963
8016
|
class DescribeClusterInstancesRequest < TencentCloud::Common::AbstractModel
|
7964
|
-
# @param ClusterId: 集群ID
|
8017
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
7965
8018
|
# @type ClusterId: String
|
7966
8019
|
# @param SearchWord: 搜索字段
|
7967
8020
|
# @type SearchWord: String
|
7968
8021
|
# @param OrderBy: 排序字段
|
7969
8022
|
# @type OrderBy: String
|
7970
|
-
# @param OrderType:
|
8023
|
+
# @param OrderType: 排序类型;0:升序,1:降序。
|
7971
8024
|
# @type OrderType: Integer
|
7972
|
-
# @param Offset:
|
8025
|
+
# @param Offset: 偏移量,默认值:0。
|
7973
8026
|
# @type Offset: Integer
|
7974
|
-
# @param Limit:
|
8027
|
+
# @param Limit: 分页个数,默认值:20。
|
7975
8028
|
# @type Limit: Integer
|
7976
8029
|
|
7977
8030
|
attr_accessor :ClusterId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
|
@@ -8020,17 +8073,17 @@ module TencentCloud
|
|
8020
8073
|
|
8021
8074
|
# DescribeClusters请求参数结构体
|
8022
8075
|
class DescribeClustersRequest < TencentCloud::Common::AbstractModel
|
8023
|
-
# @param SearchWord:
|
8076
|
+
# @param SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
8024
8077
|
# @type SearchWord: String
|
8025
|
-
# @param OrderBy:
|
8078
|
+
# @param OrderBy: 排序字段,例如创建时间
|
8026
8079
|
# @type OrderBy: String
|
8027
|
-
# @param OrderType:
|
8080
|
+
# @param OrderType: 排序方式,0表示升序,1表示倒序
|
8028
8081
|
# @type OrderType: Integer
|
8029
|
-
# @param Offset:
|
8082
|
+
# @param Offset: 偏移量,默认0
|
8030
8083
|
# @type Offset: Integer
|
8031
|
-
# @param Limit:
|
8084
|
+
# @param Limit: 分页个数,0-50 之间,默认20
|
8032
8085
|
# @type Limit: Integer
|
8033
|
-
# @param ClusterType:
|
8086
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
8034
8087
|
# @type ClusterType: String
|
8035
8088
|
# @param ClusterIdList: idList
|
8036
8089
|
# @type ClusterIdList: Array
|
@@ -8426,19 +8479,19 @@ module TencentCloud
|
|
8426
8479
|
|
8427
8480
|
# DescribeContainerEvents请求参数结构体
|
8428
8481
|
class DescribeContainerEventsRequest < TencentCloud::Common::AbstractModel
|
8429
|
-
# @param ResourceType: event 的资源类型, group
|
8482
|
+
# @param ResourceType: event 的资源类型, 仅支持 group
|
8430
8483
|
# @type ResourceType: String
|
8431
|
-
# @param ResourceId:
|
8484
|
+
# @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
|
8432
8485
|
# @type ResourceId: String
|
8433
8486
|
# @param Offset: 偏移量,取值从0开始
|
8434
8487
|
# @type Offset: Integer
|
8435
8488
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8436
8489
|
# @type Limit: Integer
|
8437
|
-
# @param GroupId:
|
8490
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
8438
8491
|
# @type GroupId: String
|
8439
|
-
# @param Kind: event
|
8492
|
+
# @param Kind: event的资源种类
|
8440
8493
|
# @type Kind: String
|
8441
|
-
# @param Type: event
|
8494
|
+
# @param Type: event 的事件级别
|
8442
8495
|
# @type Type: String
|
8443
8496
|
# @param ResourceName: 资源名称
|
8444
8497
|
# @type ResourceName: String
|
@@ -8497,7 +8550,7 @@ module TencentCloud
|
|
8497
8550
|
|
8498
8551
|
# DescribeContainerGroupAttribute请求参数结构体
|
8499
8552
|
class DescribeContainerGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
8500
|
-
# @param GroupId: 部署组ID
|
8553
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
8501
8554
|
# @type GroupId: String
|
8502
8555
|
|
8503
8556
|
attr_accessor :GroupId
|
@@ -8536,7 +8589,7 @@ module TencentCloud
|
|
8536
8589
|
|
8537
8590
|
# DescribeContainerGroupDeployInfo请求参数结构体
|
8538
8591
|
class DescribeContainerGroupDeployInfoRequest < TencentCloud::Common::AbstractModel
|
8539
|
-
# @param GroupId:
|
8592
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
8540
8593
|
# @type GroupId: String
|
8541
8594
|
|
8542
8595
|
attr_accessor :GroupId
|
@@ -8614,7 +8667,7 @@ module TencentCloud
|
|
8614
8667
|
|
8615
8668
|
# DescribeContainerGroups请求参数结构体
|
8616
8669
|
class DescribeContainerGroupsRequest < TencentCloud::Common::AbstractModel
|
8617
|
-
# @param ApplicationId:
|
8670
|
+
# @param ApplicationId: 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
8618
8671
|
# @type ApplicationId: String
|
8619
8672
|
# @param SearchWord: 搜索字段,模糊搜索groupName字段
|
8620
8673
|
# @type SearchWord: String
|
@@ -8626,9 +8679,9 @@ module TencentCloud
|
|
8626
8679
|
# @type Offset: Integer
|
8627
8680
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8628
8681
|
# @type Limit: Integer
|
8629
|
-
# @param ClusterId:
|
8682
|
+
# @param ClusterId: 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
8630
8683
|
# @type ClusterId: String
|
8631
|
-
# @param NamespaceId:
|
8684
|
+
# @param NamespaceId: 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
8632
8685
|
# @type NamespaceId: String
|
8633
8686
|
|
8634
8687
|
attr_accessor :ApplicationId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit, :ClusterId, :NamespaceId
|
@@ -8723,7 +8776,8 @@ module TencentCloud
|
|
8723
8776
|
|
8724
8777
|
# DescribeDeliveryConfigByGroupId请求参数结构体
|
8725
8778
|
class DescribeDeliveryConfigByGroupIdRequest < TencentCloud::Common::AbstractModel
|
8726
|
-
# @param GroupId: 部署组
|
8779
|
+
# @param GroupId: 部署组ID
|
8780
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
8727
8781
|
# @type GroupId: String
|
8728
8782
|
|
8729
8783
|
attr_accessor :GroupId
|
@@ -8762,7 +8816,8 @@ module TencentCloud
|
|
8762
8816
|
|
8763
8817
|
# DescribeDeliveryConfig请求参数结构体
|
8764
8818
|
class DescribeDeliveryConfigRequest < TencentCloud::Common::AbstractModel
|
8765
|
-
# @param ConfigId:
|
8819
|
+
# @param ConfigId: 日志配置项ID
|
8820
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
8766
8821
|
# @type ConfigId: String
|
8767
8822
|
|
8768
8823
|
attr_accessor :ConfigId
|
@@ -8807,9 +8862,11 @@ module TencentCloud
|
|
8807
8862
|
# @type Offset: Integer
|
8808
8863
|
# @param Limit: 搜索条数
|
8809
8864
|
# @type Limit: Integer
|
8810
|
-
# @param ProgramIdList: 数据集
|
8865
|
+
# @param ProgramIdList: 数据集ID列表
|
8866
|
+
# 可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
8811
8867
|
# @type ProgramIdList: Array
|
8812
|
-
# @param ConfigIdList:
|
8868
|
+
# @param ConfigIdList: 日志配置项ID列表
|
8869
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
8813
8870
|
# @type ConfigIdList: Array
|
8814
8871
|
|
8815
8872
|
attr_accessor :SearchWord, :Offset, :Limit, :ProgramIdList, :ConfigIdList
|
@@ -9256,7 +9313,7 @@ module TencentCloud
|
|
9256
9313
|
|
9257
9314
|
# DescribeGroupAttribute请求参数结构体
|
9258
9315
|
class DescribeGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
9259
|
-
# @param GroupId: 部署组ID
|
9316
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
9260
9317
|
# @type GroupId: String
|
9261
9318
|
|
9262
9319
|
attr_accessor :GroupId
|
@@ -9346,7 +9403,8 @@ module TencentCloud
|
|
9346
9403
|
|
9347
9404
|
# DescribeGroupBusinessLogConfigs请求参数结构体
|
9348
9405
|
class DescribeGroupBusinessLogConfigsRequest < TencentCloud::Common::AbstractModel
|
9349
|
-
# @param GroupId:
|
9406
|
+
# @param GroupId: 部署组ID
|
9407
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
9350
9408
|
# @type GroupId: String
|
9351
9409
|
|
9352
9410
|
attr_accessor :GroupId
|
@@ -9436,17 +9494,17 @@ module TencentCloud
|
|
9436
9494
|
|
9437
9495
|
# DescribeGroupInstances请求参数结构体
|
9438
9496
|
class DescribeGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
9439
|
-
# @param GroupId: 部署组ID
|
9497
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
9440
9498
|
# @type GroupId: String
|
9441
9499
|
# @param SearchWord: 搜索字段
|
9442
9500
|
# @type SearchWord: String
|
9443
9501
|
# @param OrderBy: 排序字段
|
9444
9502
|
# @type OrderBy: String
|
9445
|
-
# @param OrderType:
|
9503
|
+
# @param OrderType: 排序类型;0:升序,1:降序
|
9446
9504
|
# @type OrderType: Integer
|
9447
|
-
# @param Offset:
|
9505
|
+
# @param Offset: 偏移量,默认值:0
|
9448
9506
|
# @type Offset: Integer
|
9449
|
-
# @param Limit:
|
9507
|
+
# @param Limit: 分页个数;默认值:20
|
9450
9508
|
# @type Limit: Integer
|
9451
9509
|
|
9452
9510
|
attr_accessor :GroupId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
|
@@ -9534,7 +9592,7 @@ module TencentCloud
|
|
9534
9592
|
|
9535
9593
|
# DescribeGroup请求参数结构体
|
9536
9594
|
class DescribeGroupRequest < TencentCloud::Common::AbstractModel
|
9537
|
-
# @param GroupId: 部署组ID
|
9595
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
9538
9596
|
# @type GroupId: String
|
9539
9597
|
|
9540
9598
|
attr_accessor :GroupId
|
@@ -9630,19 +9688,19 @@ module TencentCloud
|
|
9630
9688
|
class DescribeGroupsRequest < TencentCloud::Common::AbstractModel
|
9631
9689
|
# @param SearchWord: 搜索字段
|
9632
9690
|
# @type SearchWord: String
|
9633
|
-
# @param ApplicationId: 应用ID
|
9691
|
+
# @param ApplicationId: 应用ID。调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用或通过[CreateApplication](https://cloud.tencent.com/document/api/649/36094)接口创建新的应用。
|
9634
9692
|
# @type ApplicationId: String
|
9635
9693
|
# @param OrderBy: 排序字段
|
9636
9694
|
# @type OrderBy: String
|
9637
|
-
# @param OrderType:
|
9695
|
+
# @param OrderType: 排序方式,0:升序,1:降序
|
9638
9696
|
# @type OrderType: Integer
|
9639
|
-
# @param Offset:
|
9697
|
+
# @param Offset: 偏移量,默认值:0
|
9640
9698
|
# @type Offset: Integer
|
9641
|
-
# @param Limit:
|
9699
|
+
# @param Limit: 分页个数,默认值:20
|
9642
9700
|
# @type Limit: Integer
|
9643
|
-
# @param NamespaceId: 命名空间ID
|
9701
|
+
# @param NamespaceId: 命名空间ID。调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)查询已创建的命名空间或通过[CreateNamespace](https://cloud.tencent.com/document/api/649/36098)接口创建新的集群。
|
9644
9702
|
# @type NamespaceId: String
|
9645
|
-
# @param ClusterId: 集群ID
|
9703
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
9646
9704
|
# @type ClusterId: String
|
9647
9705
|
# @param GroupResourceTypeList: 部署组资源类型列表
|
9648
9706
|
# @type GroupResourceTypeList: Array
|
@@ -9768,13 +9826,13 @@ module TencentCloud
|
|
9768
9826
|
class DescribeImageRepositoryRequest < TencentCloud::Common::AbstractModel
|
9769
9827
|
# @param SearchWord: 仓库名,搜索关键字,不带命名空间的
|
9770
9828
|
# @type SearchWord: String
|
9771
|
-
# @param Offset:
|
9829
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9772
9830
|
# @type Offset: Integer
|
9773
|
-
# @param Limit:
|
9831
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9774
9832
|
# @type Limit: Integer
|
9775
9833
|
# @param RepoType: 企业: tcr ;个人: personal或者不填
|
9776
9834
|
# @type RepoType: String
|
9777
|
-
# @param ApplicationId: 应用
|
9835
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
9778
9836
|
# @type ApplicationId: String
|
9779
9837
|
# @param TcrRepoInfo: TcrRepoInfo值
|
9780
9838
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
@@ -9832,11 +9890,11 @@ module TencentCloud
|
|
9832
9890
|
|
9833
9891
|
# DescribeImageTags请求参数结构体
|
9834
9892
|
class DescribeImageTagsRequest < TencentCloud::Common::AbstractModel
|
9835
|
-
# @param ApplicationId: 应用
|
9893
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
9836
9894
|
# @type ApplicationId: String
|
9837
|
-
# @param Offset:
|
9895
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9838
9896
|
# @type Offset: Integer
|
9839
|
-
# @param Limit:
|
9897
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9840
9898
|
# @type Limit: Integer
|
9841
9899
|
# @param QueryImageIdFlag: 不填和0:查询 1:不查询
|
9842
9900
|
# @type QueryImageIdFlag: Integer
|
@@ -9986,7 +10044,7 @@ module TencentCloud
|
|
9986
10044
|
|
9987
10045
|
# DescribeInstances请求参数结构体
|
9988
10046
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
9989
|
-
# @param Filters:
|
10047
|
+
# @param Filters: 过滤条件,name表示过滤字段,value表示过滤字段值。
|
9990
10048
|
# @type Filters: Array
|
9991
10049
|
# @param Offset: 偏移量,默认为0
|
9992
10050
|
# @type Offset: Integer
|
@@ -10040,17 +10098,17 @@ module TencentCloud
|
|
10040
10098
|
|
10041
10099
|
# DescribeInvocationMetricDataCurve请求参数结构体
|
10042
10100
|
class DescribeInvocationMetricDataCurveRequest < TencentCloud::Common::AbstractModel
|
10043
|
-
# @param StartTime:
|
10101
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10044
10102
|
# @type StartTime: String
|
10045
|
-
# @param EndTime:
|
10103
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10046
10104
|
# @type EndTime: String
|
10047
|
-
# @param Period:
|
10105
|
+
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10048
10106
|
# @type Period: Integer
|
10049
|
-
# @param MetricDimensions:
|
10107
|
+
# @param MetricDimensions: 查询指标维度,不能为空
|
10050
10108
|
# @type MetricDimensions: Array
|
10051
|
-
# @param Metrics:
|
10109
|
+
# @param Metrics: 查询指标名,不能为空
|
10052
10110
|
# @type Metrics: Array
|
10053
|
-
# @param Kind: 视图视角。可选值:SERVER
|
10111
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端,CLIENT:客户端。默认为SERVER
|
10054
10112
|
# @type Kind: String
|
10055
10113
|
# @param Type: 类型。组件监控使用,可选值:SQL 或者 NoSQL
|
10056
10114
|
# @type Type: String
|
@@ -10121,19 +10179,19 @@ module TencentCloud
|
|
10121
10179
|
|
10122
10180
|
# DescribeInvocationMetricDataDimension请求参数结构体
|
10123
10181
|
class DescribeInvocationMetricDataDimensionRequest < TencentCloud::Common::AbstractModel
|
10124
|
-
# @param StartTime:
|
10182
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10125
10183
|
# @type StartTime: String
|
10126
|
-
# @param EndTime:
|
10184
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10127
10185
|
# @type EndTime: String
|
10128
10186
|
# @param Offset: 开始index
|
10129
10187
|
# @type Offset: Integer
|
10130
10188
|
# @param Limit: 分页大小
|
10131
10189
|
# @type Limit: Integer
|
10132
|
-
# @param DimensionName:
|
10190
|
+
# @param DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
10133
10191
|
# @type DimensionName: String
|
10134
10192
|
# @param SearchWord: 搜索关键字
|
10135
10193
|
# @type SearchWord: String
|
10136
|
-
# @param MetricDimensionValues:
|
10194
|
+
# @param MetricDimensionValues: 构建维度
|
10137
10195
|
# @type MetricDimensionValues: Array
|
10138
10196
|
|
10139
10197
|
attr_accessor :StartTime, :EndTime, :Offset, :Limit, :DimensionName, :SearchWord, :MetricDimensionValues
|
@@ -10191,15 +10249,15 @@ module TencentCloud
|
|
10191
10249
|
|
10192
10250
|
# DescribeInvocationMetricDataPoint请求参数结构体
|
10193
10251
|
class DescribeInvocationMetricDataPointRequest < TencentCloud::Common::AbstractModel
|
10194
|
-
# @param StartTime:
|
10252
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10195
10253
|
# @type StartTime: String
|
10196
|
-
# @param EndTime:
|
10254
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10197
10255
|
# @type EndTime: String
|
10198
|
-
# @param MetricDimensionValues:
|
10256
|
+
# @param MetricDimensionValues: 查询指标维度, 不能为空
|
10199
10257
|
# @type MetricDimensionValues: Array
|
10200
|
-
# @param Metrics:
|
10258
|
+
# @param Metrics: 指标,不能为空
|
10201
10259
|
# @type Metrics: Array
|
10202
|
-
# @param Kind:
|
10260
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
10203
10261
|
# @type Kind: String
|
10204
10262
|
|
10205
10263
|
attr_accessor :StartTime, :EndTime, :MetricDimensionValues, :Metrics, :Kind
|
@@ -10264,17 +10322,17 @@ module TencentCloud
|
|
10264
10322
|
|
10265
10323
|
# DescribeInvocationMetricScatterPlot请求参数结构体
|
10266
10324
|
class DescribeInvocationMetricScatterPlotRequest < TencentCloud::Common::AbstractModel
|
10267
|
-
# @param StartTime:
|
10325
|
+
# @param StartTime: 查询开始时间,格式yyyy-MM-dd HH:mm:ss
|
10268
10326
|
# @type StartTime: String
|
10269
|
-
# @param EndTime:
|
10327
|
+
# @param EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
10270
10328
|
# @type EndTime: String
|
10271
|
-
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10329
|
+
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10272
10330
|
# @type Period: Integer
|
10273
|
-
# @param MetricDimensions: 查询指标维度,
|
10331
|
+
# @param MetricDimensions: 查询指标维度, 不能为空。Name, Valeu键值对形式。Name可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
10274
10332
|
# @type MetricDimensions: Array
|
10275
|
-
# @param Metrics: 查询指标名, 不能为空。仅支持
|
10333
|
+
# @param Metrics: 查询指标名, 不能为空。仅支持 range_count_duration(响应耗时分布) 为 key 下的 sum(求和) 方法
|
10276
10334
|
# @type Metrics: Array
|
10277
|
-
# @param Kind: 视图视角。可选值:SERVER
|
10335
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
10278
10336
|
# @type Kind: String
|
10279
10337
|
|
10280
10338
|
attr_accessor :StartTime, :EndTime, :Period, :MetricDimensions, :Metrics, :Kind
|
@@ -10338,9 +10396,11 @@ module TencentCloud
|
|
10338
10396
|
|
10339
10397
|
# DescribeJvmMonitor请求参数结构体
|
10340
10398
|
class DescribeJvmMonitorRequest < TencentCloud::Common::AbstractModel
|
10341
|
-
# @param InstanceId: 查询的实例
|
10399
|
+
# @param InstanceId: 查询的实例ID
|
10400
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
10342
10401
|
# @type InstanceId: String
|
10343
|
-
# @param ApplicationId: 实例所属应用
|
10402
|
+
# @param ApplicationId: 实例所属应用ID
|
10403
|
+
# 可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已经存在的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)查看。应用ID例如:application-v378ewna
|
10344
10404
|
# @type ApplicationId: String
|
10345
10405
|
# @param TimeGranularity: 时间粒度,单位:秒
|
10346
10406
|
# @type TimeGranularity: Integer
|
@@ -10348,7 +10408,8 @@ module TencentCloud
|
|
10348
10408
|
# @type From: String
|
10349
10409
|
# @param To: 查询数据结束时间格式(yyyy-MM-dd HH:mm:ss)
|
10350
10410
|
# @type To: String
|
10351
|
-
# @param RequiredPictures:
|
10411
|
+
# @param RequiredPictures: 查询的监控图列表,以返回值属性名作为入参,可选值:
|
10412
|
+
# heapMemory:堆内存监控图;nonHeapMemory:非堆内存监控图;edenSpace:伊甸区监控图;survivorSpace:幸存者区监控图;oldSpace:老年代监控图;metaSpace:元空间监控图;youngGC:youngGC增量监控图;fullGC:fullGC增量监控图;cpuUsage:cpu使用率监控图;classCount:加载类数监控图;threadPicture:线程图
|
10352
10413
|
# @type RequiredPictures: Array
|
10353
10414
|
# @param Tag: 扩展字段
|
10354
10415
|
# @type Tag: String
|
@@ -10831,14 +10892,15 @@ module TencentCloud
|
|
10831
10892
|
# DescribeOverviewInvocation请求参数结构体
|
10832
10893
|
class DescribeOverviewInvocationRequest < TencentCloud::Common::AbstractModel
|
10833
10894
|
# @param NamespaceId: 命名空间ID, 此参数必填
|
10895
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
10834
10896
|
# @type NamespaceId: String
|
10835
|
-
# @param Type:
|
10897
|
+
# @param Type: 监控统计类型,必填,取值范围 SumReqAmount:请求量,AvgFailureRate:请求错误率,AvgTimeCost:平均响应耗时
|
10836
10898
|
# @type Type: String
|
10837
10899
|
# @param Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
|
10838
10900
|
# @type Period: Integer
|
10839
|
-
# @param StartTime:
|
10901
|
+
# @param StartTime: 查询开始时间,格式为yyyy-MM-dd HH:mm:ss,默认为当天的 00:00:00
|
10840
10902
|
# @type StartTime: String
|
10841
|
-
# @param EndTime:
|
10903
|
+
# @param EndTime: 查询结束时间,格式为yyyy-MM-dd HH:mm:ss,默认为当前时间
|
10842
10904
|
# @type EndTime: String
|
10843
10905
|
|
10844
10906
|
attr_accessor :NamespaceId, :Type, :Period, :StartTime, :EndTime
|
@@ -11109,17 +11171,17 @@ module TencentCloud
|
|
11109
11171
|
|
11110
11172
|
# DescribePodInstances请求参数结构体
|
11111
11173
|
class DescribePodInstancesRequest < TencentCloud::Common::AbstractModel
|
11112
|
-
# @param GroupId:
|
11174
|
+
# @param GroupId: 实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
|
11113
11175
|
# @type GroupId: String
|
11114
11176
|
# @param Offset: 偏移量,取值从0开始
|
11115
11177
|
# @type Offset: Integer
|
11116
11178
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
11117
11179
|
# @type Limit: Integer
|
11118
|
-
# @param PodNameList:
|
11180
|
+
# @param PodNameList: 用于通过PodName字段过滤返回结果。
|
11119
11181
|
# @type PodNameList: Array
|
11120
|
-
# @param DeployVersion: 新老版本pod
|
11182
|
+
# @param DeployVersion: 新老版本pod批次标识,old表示老版本,new表示新版本。
|
11121
11183
|
# @type DeployVersion: String
|
11122
|
-
# @param TaskId:
|
11184
|
+
# @param TaskId: 实例所属任务ID,登录控制台进行查看。
|
11123
11185
|
# @type TaskId: String
|
11124
11186
|
|
11125
11187
|
attr_accessor :GroupId, :Offset, :Limit, :PodNameList, :DeployVersion, :TaskId
|
@@ -11170,9 +11232,9 @@ module TencentCloud
|
|
11170
11232
|
class DescribeProgramsRequest < TencentCloud::Common::AbstractModel
|
11171
11233
|
# @param SearchWord: 模糊查询数据集ID,数据集名称,不传入时查询全量
|
11172
11234
|
# @type SearchWord: String
|
11173
|
-
# @param Limit:
|
11235
|
+
# @param Limit: 每页数量,默认值20
|
11174
11236
|
# @type Limit: Integer
|
11175
|
-
# @param Offset:
|
11237
|
+
# @param Offset: 起始偏移量,默认值0
|
11176
11238
|
# @type Offset: Integer
|
11177
11239
|
|
11178
11240
|
attr_accessor :SearchWord, :Limit, :Offset
|
@@ -11856,7 +11918,7 @@ module TencentCloud
|
|
11856
11918
|
|
11857
11919
|
# DescribeResourceTaskStatus请求参数结构体
|
11858
11920
|
class DescribeResourceTaskStatusRequest < TencentCloud::Common::AbstractModel
|
11859
|
-
# @param TaskId:
|
11921
|
+
# @param TaskId: 容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
|
11860
11922
|
# @type TaskId: String
|
11861
11923
|
|
11862
11924
|
attr_accessor :TaskId
|
@@ -11895,21 +11957,24 @@ module TencentCloud
|
|
11895
11957
|
|
11896
11958
|
# DescribeSimpleApplications请求参数结构体
|
11897
11959
|
class DescribeSimpleApplicationsRequest < TencentCloud::Common::AbstractModel
|
11898
|
-
# @param ApplicationIdList: 应用ID
|
11960
|
+
# @param ApplicationIdList: 应用ID列表,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
11899
11961
|
# @type ApplicationIdList: Array
|
11900
|
-
# @param ApplicationType:
|
11962
|
+
# @param ApplicationType: 指定应用类型,目前支持:
|
11963
|
+
# - `V`:普通应用/CVM应用
|
11964
|
+
# - `C`:容器应用
|
11965
|
+
# - `S`:serverless 应用
|
11901
11966
|
# @type ApplicationType: String
|
11902
|
-
# @param Limit:
|
11967
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
11903
11968
|
# @type Limit: Integer
|
11904
|
-
# @param Offset:
|
11969
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
11905
11970
|
# @type Offset: Integer
|
11906
11971
|
# @param MicroserviceType: 微服务类型
|
11907
11972
|
# @type MicroserviceType: String
|
11908
|
-
# @param ApplicationResourceTypeList:
|
11973
|
+
# @param ApplicationResourceTypeList: 应用资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
11909
11974
|
# @type ApplicationResourceTypeList: Array
|
11910
11975
|
# @param SearchWord: 通过id和name进行关键词过滤
|
11911
11976
|
# @type SearchWord: String
|
11912
|
-
# @param DisableProgramAuthCheck:
|
11977
|
+
# @param DisableProgramAuthCheck: 是否关闭鉴权查询
|
11913
11978
|
# @type DisableProgramAuthCheck: Boolean
|
11914
11979
|
# @param MicroserviceTypeList: 查询指定微服务类型的应用列表
|
11915
11980
|
# @type MicroserviceTypeList: Array
|
@@ -12025,17 +12090,17 @@ module TencentCloud
|
|
12025
12090
|
|
12026
12091
|
# DescribeSimpleGroups请求参数结构体
|
12027
12092
|
class DescribeSimpleGroupsRequest < TencentCloud::Common::AbstractModel
|
12028
|
-
# @param GroupIdList:
|
12093
|
+
# @param GroupIdList: 按照【部署组ID】进行过滤,不填写时查询全量。可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
12029
12094
|
# @type GroupIdList: Array
|
12030
|
-
# @param ApplicationId:
|
12095
|
+
# @param ApplicationId: 按照【应用ID】进行过滤,不填写时查询全量。可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
|
12031
12096
|
# @type ApplicationId: String
|
12032
|
-
# @param ClusterId:
|
12097
|
+
# @param ClusterId: 按照【集群ID】进行过滤,不填写时查询全量。可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
|
12033
12098
|
# @type ClusterId: String
|
12034
|
-
# @param NamespaceId:
|
12099
|
+
# @param NamespaceId: 按照【命名空间ID】进行过滤,不填写时查询全量。可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
12035
12100
|
# @type NamespaceId: String
|
12036
|
-
# @param Limit:
|
12101
|
+
# @param Limit: 每页条数,默认值20,无上限
|
12037
12102
|
# @type Limit: Integer
|
12038
|
-
# @param Offset:
|
12103
|
+
# @param Offset: 起始偏移量,默认值0
|
12039
12104
|
# @type Offset: Integer
|
12040
12105
|
# @param GroupId: 部署组ID,不填写时查询全量
|
12041
12106
|
# @type GroupId: String
|
@@ -12096,25 +12161,25 @@ module TencentCloud
|
|
12096
12161
|
|
12097
12162
|
# DescribeSimpleNamespaces请求参数结构体
|
12098
12163
|
class DescribeSimpleNamespacesRequest < TencentCloud::Common::AbstractModel
|
12099
|
-
# @param NamespaceIdList: 命名空间ID
|
12164
|
+
# @param NamespaceIdList: 命名空间ID列表,按照【命名空间ID列表】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
12100
12165
|
# @type NamespaceIdList: Array
|
12101
|
-
# @param ClusterId: 集群ID
|
12166
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
12102
12167
|
# @type ClusterId: String
|
12103
|
-
# @param Limit:
|
12168
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
12104
12169
|
# @type Limit: Integer
|
12105
|
-
# @param Offset:
|
12170
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
12106
12171
|
# @type Offset: Integer
|
12107
|
-
# @param NamespaceId: 命名空间ID
|
12172
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
12108
12173
|
# @type NamespaceId: String
|
12109
|
-
# @param NamespaceResourceTypeList:
|
12174
|
+
# @param NamespaceResourceTypeList: 查询资源类型列表;DEF 表示默认资源类型;GW 表示网关资源类型
|
12110
12175
|
# @type NamespaceResourceTypeList: Array
|
12111
12176
|
# @param SearchWord: 通过id和name进行过滤
|
12112
12177
|
# @type SearchWord: String
|
12113
|
-
# @param NamespaceTypeList:
|
12178
|
+
# @param NamespaceTypeList: 查询的命名空间类型列表。DEF:默认普通命名空间。GLOBAL:全局命名空间。
|
12114
12179
|
# @type NamespaceTypeList: Array
|
12115
12180
|
# @param NamespaceName: 通过命名空间名精确过滤
|
12116
12181
|
# @type NamespaceName: String
|
12117
|
-
# @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1
|
12182
|
+
# @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1:非默认命名空间。
|
12118
12183
|
# @type IsDefault: String
|
12119
12184
|
# @param DisableProgramAuthCheck: 是否关闭鉴权查询
|
12120
12185
|
# @type DisableProgramAuthCheck: Boolean
|
@@ -12175,15 +12240,16 @@ module TencentCloud
|
|
12175
12240
|
|
12176
12241
|
# DescribeStatistics请求参数结构体
|
12177
12242
|
class DescribeStatisticsRequest < TencentCloud::Common::AbstractModel
|
12178
|
-
# @param Type:
|
12243
|
+
# @param Type: 统计类型。可选值 Interface:接口类型、Service:服务类型、Group:部署组类型、Instance:实例类型、SQL:SQL类型、NoSQL:NoSQL类型
|
12179
12244
|
# @type Type: String
|
12180
|
-
# @param TimeStep:
|
12245
|
+
# @param TimeStep: 步长,单位秒。可选值 60、3600、86400
|
12181
12246
|
# @type TimeStep: Integer
|
12182
12247
|
# @param Offset: 偏移量,取值范围大于等于0,默认值为0
|
12183
12248
|
# @type Offset: Integer
|
12184
12249
|
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
12185
12250
|
# @type Limit: Integer
|
12186
|
-
# @param NamespaceId: 命名空间
|
12251
|
+
# @param NamespaceId: 命名空间ID。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
12252
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
12187
12253
|
# @type NamespaceId: String
|
12188
12254
|
# @param OrderBy: 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
12189
12255
|
# @type OrderBy: String
|
@@ -12197,15 +12263,16 @@ module TencentCloud
|
|
12197
12263
|
# @type ServiceName: String
|
12198
12264
|
# @param SearchWord: 搜索关键词
|
12199
12265
|
# @type SearchWord: String
|
12200
|
-
# @param MetricDimensionValues:
|
12266
|
+
# @param MetricDimensionValues: 维度。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
12201
12267
|
# @type MetricDimensionValues: Array
|
12202
12268
|
# @param BucketKey: 聚合关键词
|
12203
12269
|
# @type BucketKey: String
|
12204
|
-
# @param DbName:
|
12270
|
+
# @param DbName: 数据库名称
|
12205
12271
|
# @type DbName: String
|
12206
|
-
# @param NamespaceIdList: 命名空间
|
12272
|
+
# @param NamespaceIdList: 命名空间ID数组。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
12207
12273
|
# @type NamespaceIdList: Array
|
12208
|
-
# @param ConfigCenterInstanceId: 独占配置中心的ID
|
12274
|
+
# @param ConfigCenterInstanceId: 独占配置中心的ID。
|
12275
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk。
|
12209
12276
|
# @type ConfigCenterInstanceId: String
|
12210
12277
|
|
12211
12278
|
attr_accessor :Type, :TimeStep, :Offset, :Limit, :NamespaceId, :OrderBy, :OrderType, :EndTime, :StartTime, :ServiceName, :SearchWord, :MetricDimensionValues, :BucketKey, :DbName, :NamespaceIdList, :ConfigCenterInstanceId
|
@@ -12371,13 +12438,13 @@ module TencentCloud
|
|
12371
12438
|
# @type SearchWord: String
|
12372
12439
|
# @param TaskState: 任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用
|
12373
12440
|
# @type TaskState: String
|
12374
|
-
# @param GroupId: 部署组ID
|
12441
|
+
# @param GroupId: 部署组ID。前往[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1)点击应用ID进入应用部署列表页面获取部署组ID。
|
12375
12442
|
# @type GroupId: String
|
12376
12443
|
# @param TaskType: 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
12377
12444
|
# @type TaskType: String
|
12378
12445
|
# @param ExecuteType: 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
12379
12446
|
# @type ExecuteType: String
|
12380
|
-
# @param Ids: 任务ID
|
12447
|
+
# @param Ids: 任务ID列表。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列查看任务ID。
|
12381
12448
|
# @type Ids: Array
|
12382
12449
|
|
12383
12450
|
attr_accessor :Offset, :Limit, :SearchWord, :TaskState, :GroupId, :TaskType, :ExecuteType, :Ids
|
@@ -12853,7 +12920,7 @@ module TencentCloud
|
|
12853
12920
|
|
12854
12921
|
# DisableTaskFlow请求参数结构体
|
12855
12922
|
class DisableTaskFlowRequest < TencentCloud::Common::AbstractModel
|
12856
|
-
# @param FlowId: 工作流 ID
|
12923
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
12857
12924
|
# @type FlowId: String
|
12858
12925
|
|
12859
12926
|
attr_accessor :FlowId
|
@@ -12889,7 +12956,7 @@ module TencentCloud
|
|
12889
12956
|
|
12890
12957
|
# DisableTask请求参数结构体
|
12891
12958
|
class DisableTaskRequest < TencentCloud::Common::AbstractModel
|
12892
|
-
# @param TaskId: 任务ID
|
12959
|
+
# @param TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
12893
12960
|
# @type TaskId: String
|
12894
12961
|
|
12895
12962
|
attr_accessor :TaskId
|
@@ -12998,8 +13065,10 @@ module TencentCloud
|
|
12998
13065
|
# DisassociateBusinessLogConfig请求参数结构体
|
12999
13066
|
class DisassociateBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
13000
13067
|
# @param ConfigIdList: 业务日志配置项ID列表
|
13068
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
13001
13069
|
# @type ConfigIdList: Array
|
13002
|
-
# @param GroupId:
|
13070
|
+
# @param GroupId: 部署组ID
|
13071
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
13003
13072
|
# @type GroupId: String
|
13004
13073
|
|
13005
13074
|
attr_accessor :ConfigIdList, :GroupId
|
@@ -13017,7 +13086,7 @@ module TencentCloud
|
|
13017
13086
|
|
13018
13087
|
# DisassociateBusinessLogConfig返回参数结构体
|
13019
13088
|
class DisassociateBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
|
13020
|
-
# @param Result:
|
13089
|
+
# @param Result: 操作结果,true:成功,false:失败。
|
13021
13090
|
# @type Result: Boolean
|
13022
13091
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13023
13092
|
# @type RequestId: String
|
@@ -13037,9 +13106,11 @@ module TencentCloud
|
|
13037
13106
|
|
13038
13107
|
# DisassociateKafkaConfig请求参数结构体
|
13039
13108
|
class DisassociateKafkaConfigRequest < TencentCloud::Common::AbstractModel
|
13040
|
-
# @param ConfigId:
|
13109
|
+
# @param ConfigId: 日志配置项ID
|
13110
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
13041
13111
|
# @type ConfigId: String
|
13042
|
-
# @param GroupIds: 部署组
|
13112
|
+
# @param GroupIds: 部署组ID列表
|
13113
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
13043
13114
|
# @type GroupIds: Array
|
13044
13115
|
|
13045
13116
|
attr_accessor :ConfigId, :GroupIds
|
@@ -13057,7 +13128,7 @@ module TencentCloud
|
|
13057
13128
|
|
13058
13129
|
# DisassociateKafkaConfig返回参数结构体
|
13059
13130
|
class DisassociateKafkaConfigResponse < TencentCloud::Common::AbstractModel
|
13060
|
-
# @param Result:
|
13131
|
+
# @param Result: 解除绑定是否成功,true:成功,false:失败。
|
13061
13132
|
# @type Result: Boolean
|
13062
13133
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13063
13134
|
# @type RequestId: String
|
@@ -13179,7 +13250,7 @@ module TencentCloud
|
|
13179
13250
|
|
13180
13251
|
# EnableTaskFlow请求参数结构体
|
13181
13252
|
class EnableTaskFlowRequest < TencentCloud::Common::AbstractModel
|
13182
|
-
# @param FlowId: 工作流 ID
|
13253
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
13183
13254
|
# @type FlowId: String
|
13184
13255
|
|
13185
13256
|
attr_accessor :FlowId
|
@@ -13215,7 +13286,7 @@ module TencentCloud
|
|
13215
13286
|
|
13216
13287
|
# EnableTask请求参数结构体
|
13217
13288
|
class EnableTaskRequest < TencentCloud::Common::AbstractModel
|
13218
|
-
# @param TaskId: 任务ID
|
13289
|
+
# @param TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
13219
13290
|
# @type TaskId: String
|
13220
13291
|
|
13221
13292
|
attr_accessor :TaskId
|
@@ -13351,17 +13422,17 @@ module TencentCloud
|
|
13351
13422
|
|
13352
13423
|
# 独占实例
|
13353
13424
|
class ExclusiveInstance < TencentCloud::Common::AbstractModel
|
13354
|
-
# @param CenterType: 配置中心类型[Registration
|
13425
|
+
# @param CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
13355
13426
|
# @type CenterType: String
|
13356
|
-
# @param InstanceId: 实例id
|
13427
|
+
# @param InstanceId: 实例id,通过北极星控制台获取
|
13357
13428
|
# @type InstanceId: String
|
13358
|
-
# @param InstanceType:
|
13429
|
+
# @param InstanceType: 实例类型,例如北极星Polaris
|
13359
13430
|
# @type InstanceType: String
|
13360
13431
|
# @param InstanceName: 实例名称
|
13361
13432
|
# @type InstanceName: String
|
13362
|
-
# @param RegionId: 实例地域id
|
13433
|
+
# @param RegionId: 实例地域id,通过北极星控制台获取
|
13363
13434
|
# @type RegionId: String
|
13364
|
-
# @param InstanceNamespaceId: 实例命名空间ID
|
13435
|
+
# @param InstanceNamespaceId: 实例命名空间ID,通过北极星控制台获取
|
13365
13436
|
# @type InstanceNamespaceId: String
|
13366
13437
|
|
13367
13438
|
attr_accessor :CenterType, :InstanceId, :InstanceType, :InstanceName, :RegionId, :InstanceNamespaceId
|
@@ -13387,7 +13458,7 @@ module TencentCloud
|
|
13387
13458
|
|
13388
13459
|
# ExecuteTaskFlow请求参数结构体
|
13389
13460
|
class ExecuteTaskFlowRequest < TencentCloud::Common::AbstractModel
|
13390
|
-
# @param FlowId: 工作流 ID
|
13461
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
13391
13462
|
# @type FlowId: String
|
13392
13463
|
|
13393
13464
|
attr_accessor :FlowId
|
@@ -13423,7 +13494,7 @@ module TencentCloud
|
|
13423
13494
|
|
13424
13495
|
# ExecuteTask请求参数结构体
|
13425
13496
|
class ExecuteTaskRequest < TencentCloud::Common::AbstractModel
|
13426
|
-
# @param TaskId: 任务ID
|
13497
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
13427
13498
|
# @type TaskId: String
|
13428
13499
|
|
13429
13500
|
attr_accessor :TaskId
|
@@ -13459,9 +13530,9 @@ module TencentCloud
|
|
13459
13530
|
|
13460
13531
|
# ExpandGroup请求参数结构体
|
13461
13532
|
class ExpandGroupRequest < TencentCloud::Common::AbstractModel
|
13462
|
-
# @param GroupId: 部署组ID
|
13533
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
13463
13534
|
# @type GroupId: String
|
13464
|
-
# @param InstanceIdList: 扩容的机器实例ID
|
13535
|
+
# @param InstanceIdList: 扩容的机器实例ID列表,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1)接口,选定一个虚拟机集群,选择部署组,选择应用扩容可获取实例列表
|
13465
13536
|
# @type InstanceIdList: Array
|
13466
13537
|
|
13467
13538
|
attr_accessor :GroupId, :InstanceIdList
|
@@ -13929,10 +14000,14 @@ module TencentCloud
|
|
13929
14000
|
# @param Status: 发布状态
|
13930
14001
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13931
14002
|
# @type Status: String
|
14003
|
+
# @param DeleteDisabled: 是否禁用删除
|
14004
|
+
# @type DeleteDisabled: Boolean
|
14005
|
+
# @param DeleteDisabledReason: 禁用原因
|
14006
|
+
# @type DeleteDisabledReason: String
|
13932
14007
|
|
13933
|
-
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status
|
14008
|
+
attr_accessor :Id, :Name, :Type, :Description, :CreatedTime, :UpdatedTime, :Status, :DeleteDisabled, :DeleteDisabledReason
|
13934
14009
|
|
13935
|
-
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil)
|
14010
|
+
def initialize(id=nil, name=nil, type=nil, description=nil, createdtime=nil, updatedtime=nil, status=nil, deletedisabled=nil, deletedisabledreason=nil)
|
13936
14011
|
@Id = id
|
13937
14012
|
@Name = name
|
13938
14013
|
@Type = type
|
@@ -13940,6 +14015,8 @@ module TencentCloud
|
|
13940
14015
|
@CreatedTime = createdtime
|
13941
14016
|
@UpdatedTime = updatedtime
|
13942
14017
|
@Status = status
|
14018
|
+
@DeleteDisabled = deletedisabled
|
14019
|
+
@DeleteDisabledReason = deletedisabledreason
|
13943
14020
|
end
|
13944
14021
|
|
13945
14022
|
def deserialize(params)
|
@@ -13950,6 +14027,8 @@ module TencentCloud
|
|
13950
14027
|
@CreatedTime = params['CreatedTime']
|
13951
14028
|
@UpdatedTime = params['UpdatedTime']
|
13952
14029
|
@Status = params['Status']
|
14030
|
+
@DeleteDisabled = params['DeleteDisabled']
|
14031
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
13953
14032
|
end
|
13954
14033
|
end
|
13955
14034
|
|
@@ -14211,19 +14290,21 @@ module TencentCloud
|
|
14211
14290
|
|
14212
14291
|
# 日志投递kafka用,描述部署组信息
|
14213
14292
|
class GroupInfo < TencentCloud::Common::AbstractModel
|
14214
|
-
# @param GroupId: 部署组
|
14293
|
+
# @param GroupId: 部署组ID
|
14294
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。
|
14215
14295
|
# @type GroupId: String
|
14216
14296
|
# @param GroupName: 部署组名称
|
14217
14297
|
# @type GroupName: String
|
14218
|
-
# @param ClusterType:
|
14298
|
+
# @param ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
14219
14299
|
# @type ClusterType: String
|
14220
|
-
# @param ClusterId: 集群
|
14300
|
+
# @param ClusterId: 集群ID
|
14301
|
+
# 可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。
|
14221
14302
|
# @type ClusterId: String
|
14222
14303
|
# @param ClusterName: 集群名称
|
14223
14304
|
# @type ClusterName: String
|
14224
14305
|
# @param NamespaceName: 命名空间名称
|
14225
14306
|
# @type NamespaceName: String
|
14226
|
-
# @param AssociateTime:
|
14307
|
+
# @param AssociateTime: 绑定时间,格式yyyy-MM-dd HH:mm:ss
|
14227
14308
|
# @type AssociateTime: String
|
14228
14309
|
|
14229
14310
|
attr_accessor :GroupId, :GroupName, :ClusterType, :ClusterId, :ClusterName, :NamespaceName, :AssociateTime
|
@@ -14267,13 +14348,13 @@ module TencentCloud
|
|
14267
14348
|
# @type RestartCount: Integer
|
14268
14349
|
# @param ReadyCount: 实例中已就绪容器的个数
|
14269
14350
|
# @type ReadyCount: Integer
|
14270
|
-
# @param Runtime:
|
14351
|
+
# @param Runtime: 运行时长,单位秒
|
14271
14352
|
# @type Runtime: String
|
14272
|
-
# @param CreatedAt:
|
14353
|
+
# @param CreatedAt: 实例启动时的时间戳
|
14273
14354
|
# @type CreatedAt: String
|
14274
|
-
# @param ServiceInstanceStatus:
|
14355
|
+
# @param ServiceInstanceStatus: 服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
14275
14356
|
# @type ServiceInstanceStatus: String
|
14276
|
-
# @param InstanceAvailableStatus:
|
14357
|
+
# @param InstanceAvailableStatus: 机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
14277
14358
|
# @type InstanceAvailableStatus: String
|
14278
14359
|
# @param InstanceStatus: 机器实例状态
|
14279
14360
|
# @type InstanceStatus: String
|
@@ -14585,13 +14666,13 @@ module TencentCloud
|
|
14585
14666
|
# @param ActionType: 健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。
|
14586
14667
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14587
14668
|
# @type ActionType: String
|
14588
|
-
# @param InitialDelaySeconds:
|
14669
|
+
# @param InitialDelaySeconds: 容器延时启动健康检查的时间,单位秒。
|
14589
14670
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14590
14671
|
# @type InitialDelaySeconds: Integer
|
14591
|
-
# @param TimeoutSeconds:
|
14672
|
+
# @param TimeoutSeconds: 每次健康检查响应的最大超时时间,单位秒。
|
14592
14673
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14593
14674
|
# @type TimeoutSeconds: Integer
|
14594
|
-
# @param PeriodSeconds:
|
14675
|
+
# @param PeriodSeconds: 进行健康检查的时间间隔,单位秒。
|
14595
14676
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14596
14677
|
# @type PeriodSeconds: Integer
|
14597
14678
|
# @param SuccessThreshold: 表示后端容器从失败到成功的连续健康检查成功次数。
|
@@ -15220,13 +15301,13 @@ module TencentCloud
|
|
15220
15301
|
# @type ApplicationId: String
|
15221
15302
|
# @param ApplicationName: 应用名称
|
15222
15303
|
# @type ApplicationName: String
|
15223
|
-
# @param ApplicationType:
|
15304
|
+
# @param ApplicationType: 应用类型,C表示容器应用,V表示虚拟机应用
|
15224
15305
|
# @type ApplicationType: String
|
15225
15306
|
# @param ClusterId: 集群ID
|
15226
15307
|
# @type ClusterId: String
|
15227
15308
|
# @param ClusterName: 集群名称
|
15228
15309
|
# @type ClusterName: String
|
15229
|
-
# @param ClusterType:
|
15310
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
15230
15311
|
# @type ClusterType: String
|
15231
15312
|
# @param NamespaceId: 命名空间ID
|
15232
15313
|
# @type NamespaceId: String
|
@@ -15749,10 +15830,16 @@ module TencentCloud
|
|
15749
15830
|
# @param LaneGroupId: 泳道部署组ID
|
15750
15831
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
15751
15832
|
# @type LaneGroupId: String
|
15833
|
+
# @param DeleteDisabled: 是否禁用删除。
|
15834
|
+
# true:禁用
|
15835
|
+
# false:取消禁用
|
15836
|
+
# @type DeleteDisabled: Boolean
|
15837
|
+
# @param DeleteDisabledReason: 禁用原因
|
15838
|
+
# @type DeleteDisabledReason: String
|
15752
15839
|
|
15753
|
-
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId
|
15840
|
+
attr_accessor :LaneId, :LaneName, :Remark, :CreateTime, :UpdateTime, :LaneGroupList, :Entrance, :NamespaceIdList, :LaneGroupId, :DeleteDisabled, :DeleteDisabledReason
|
15754
15841
|
|
15755
|
-
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil)
|
15842
|
+
def initialize(laneid=nil, lanename=nil, remark=nil, createtime=nil, updatetime=nil, lanegrouplist=nil, entrance=nil, namespaceidlist=nil, lanegroupid=nil, deletedisabled=nil, deletedisabledreason=nil)
|
15756
15843
|
@LaneId = laneid
|
15757
15844
|
@LaneName = lanename
|
15758
15845
|
@Remark = remark
|
@@ -15762,6 +15849,8 @@ module TencentCloud
|
|
15762
15849
|
@Entrance = entrance
|
15763
15850
|
@NamespaceIdList = namespaceidlist
|
15764
15851
|
@LaneGroupId = lanegroupid
|
15852
|
+
@DeleteDisabled = deletedisabled
|
15853
|
+
@DeleteDisabledReason = deletedisabledreason
|
15765
15854
|
end
|
15766
15855
|
|
15767
15856
|
def deserialize(params)
|
@@ -15781,6 +15870,8 @@ module TencentCloud
|
|
15781
15870
|
@Entrance = params['Entrance']
|
15782
15871
|
@NamespaceIdList = params['NamespaceIdList']
|
15783
15872
|
@LaneGroupId = params['LaneGroupId']
|
15873
|
+
@DeleteDisabled = params['DeleteDisabled']
|
15874
|
+
@DeleteDisabledReason = params['DeleteDisabledReason']
|
15784
15875
|
end
|
15785
15876
|
end
|
15786
15877
|
|
@@ -16067,7 +16158,7 @@ module TencentCloud
|
|
16067
16158
|
class Metric < TencentCloud::Common::AbstractModel
|
16068
16159
|
# @param Name: 指标名称
|
16069
16160
|
# @type Name: String
|
16070
|
-
# @param Function:
|
16161
|
+
# @param Function: 指标计算方式,可选值: none:无,sum:求和,exclusive:独占值,avg:平均值,max:最大值,min:最小值,percentage_50:50分位数,percentage_75:75分位数,percentage_95:95分位数,percentage_99:99分位数,bucket_5:分桶统计。
|
16071
16162
|
# @type Function: String
|
16072
16163
|
|
16073
16164
|
attr_accessor :Name, :Function
|
@@ -16231,7 +16322,7 @@ module TencentCloud
|
|
16231
16322
|
end
|
16232
16323
|
end
|
16233
16324
|
|
16234
|
-
#
|
16325
|
+
# 指标维度多值匹配。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
16235
16326
|
class MetricDimensionValue < TencentCloud::Common::AbstractModel
|
16236
16327
|
# @param Name: 维度名
|
16237
16328
|
# @type Name: String
|
@@ -16315,11 +16406,11 @@ module TencentCloud
|
|
16315
16406
|
# @type ApplicationRemarkName: String
|
16316
16407
|
# @param ServiceConfigList: 服务配置信息列表
|
16317
16408
|
# @type ServiceConfigList: Array
|
16318
|
-
# @param MicroserviceType:
|
16409
|
+
# @param MicroserviceType: 应用的微服务类型,N表示普通应用,M表示Mesh应用,G表示网关应用,NATIVE表示原生应用,RAW表示裸应用
|
16319
16410
|
# @type MicroserviceType: String
|
16320
16411
|
# @param ServiceGovernanceConfig: 注册配置治理信息
|
16321
16412
|
# @type ServiceGovernanceConfig: :class:`Tencentcloud::Tsf.v20180326.models.ServiceGovernanceConfig`
|
16322
|
-
# @param FrameworkType:
|
16413
|
+
# @param FrameworkType: 应用开发框架,SpringCloud表示SpringCloud应用,Dubbo表示Dubbo应用,Go-GRPC表示Go-GRPC应用,Other表示其他应用
|
16323
16414
|
# @type FrameworkType: String
|
16324
16415
|
|
16325
16416
|
attr_accessor :ApplicationId, :ApplicationName, :ApplicationDesc, :ApplicationRemarkName, :ServiceConfigList, :MicroserviceType, :ServiceGovernanceConfig, :FrameworkType
|
@@ -16359,8 +16450,7 @@ module TencentCloud
|
|
16359
16450
|
|
16360
16451
|
# ModifyApplication返回参数结构体
|
16361
16452
|
class ModifyApplicationResponse < TencentCloud::Common::AbstractModel
|
16362
|
-
# @param Result: true
|
16363
|
-
# false:操作失败
|
16453
|
+
# @param Result: true表示修改成功,false表示修改失败
|
16364
16454
|
# @type Result: Boolean
|
16365
16455
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16366
16456
|
# @type RequestId: String
|
@@ -16380,7 +16470,7 @@ module TencentCloud
|
|
16380
16470
|
|
16381
16471
|
# ModifyCluster请求参数结构体
|
16382
16472
|
class ModifyClusterRequest < TencentCloud::Common::AbstractModel
|
16383
|
-
# @param ClusterId: 集群ID
|
16473
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
|
16384
16474
|
# @type ClusterId: String
|
16385
16475
|
# @param ClusterName: 集群名称
|
16386
16476
|
# @type ClusterName: String
|
@@ -16388,9 +16478,9 @@ module TencentCloud
|
|
16388
16478
|
# @type ClusterDesc: String
|
16389
16479
|
# @param ClusterRemarkName: 备注名
|
16390
16480
|
# @type ClusterRemarkName: String
|
16391
|
-
# @param EnableLogCollection: 是否开启cls
|
16481
|
+
# @param EnableLogCollection: 是否开启cls日志功能,true表示开启,false表示关闭
|
16392
16482
|
# @type EnableLogCollection: Boolean
|
16393
|
-
# @param RepairLog: 是否修复cls
|
16483
|
+
# @param RepairLog: 是否修复cls日志功能,true表示修复,false表示不修复
|
16394
16484
|
# @type RepairLog: Boolean
|
16395
16485
|
|
16396
16486
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterRemarkName, :EnableLogCollection, :RepairLog
|
@@ -16438,7 +16528,7 @@ module TencentCloud
|
|
16438
16528
|
|
16439
16529
|
# ModifyContainerGroup请求参数结构体
|
16440
16530
|
class ModifyContainerGroupRequest < TencentCloud::Common::AbstractModel
|
16441
|
-
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
16531
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
16442
16532
|
# @type GroupId: String
|
16443
16533
|
# @param AccessType: 0:公网 1:集群内访问 2:NodePort
|
16444
16534
|
# @type AccessType: Integer
|
@@ -16448,7 +16538,7 @@ module TencentCloud
|
|
16448
16538
|
# @type UpdateType: Integer
|
16449
16539
|
# @param UpdateIvl: 更新间隔,单位秒
|
16450
16540
|
# @type UpdateIvl: Integer
|
16451
|
-
# @param SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
|
16541
|
+
# @param SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。
|
16452
16542
|
# @type SubnetId: String
|
16453
16543
|
# @param Alias: 部署组备注
|
16454
16544
|
# @type Alias: String
|
@@ -16507,7 +16597,7 @@ module TencentCloud
|
|
16507
16597
|
|
16508
16598
|
# ModifyContainerReplicas请求参数结构体
|
16509
16599
|
class ModifyContainerReplicasRequest < TencentCloud::Common::AbstractModel
|
16510
|
-
# @param GroupId: 部署组ID
|
16600
|
+
# @param GroupId: 部署组ID,部署组唯一标识,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)接口,选定一个容器集群,选择部署组,查看DescribeSingleContainerGroups接口返回的GroupId
|
16511
16601
|
# @type GroupId: String
|
16512
16602
|
# @param InstanceNum: 实例数量
|
16513
16603
|
# @type InstanceNum: Integer
|
@@ -16547,7 +16637,7 @@ module TencentCloud
|
|
16547
16637
|
|
16548
16638
|
# ModifyGroup请求参数结构体
|
16549
16639
|
class ModifyGroupRequest < TencentCloud::Common::AbstractModel
|
16550
|
-
# @param GroupId: 部署组ID
|
16640
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
16551
16641
|
# @type GroupId: String
|
16552
16642
|
# @param GroupName: 部署组名称
|
16553
16643
|
# @type GroupName: String
|
@@ -16756,13 +16846,13 @@ module TencentCloud
|
|
16756
16846
|
|
16757
16847
|
# ModifyNamespace请求参数结构体
|
16758
16848
|
class ModifyNamespaceRequest < TencentCloud::Common::AbstractModel
|
16759
|
-
# @param NamespaceId: 命名空间ID
|
16849
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
|
16760
16850
|
# @type NamespaceId: String
|
16761
16851
|
# @param NamespaceName: 命名空间名称
|
16762
16852
|
# @type NamespaceName: String
|
16763
16853
|
# @param NamespaceDesc: 命名空间备注
|
16764
16854
|
# @type NamespaceDesc: String
|
16765
|
-
# @param IsHaEnable:
|
16855
|
+
# @param IsHaEnable: 是否开启高可用,0表示不开启,1表示开启
|
16766
16856
|
# @type IsHaEnable: String
|
16767
16857
|
|
16768
16858
|
attr_accessor :NamespaceId, :NamespaceName, :NamespaceDesc, :IsHaEnable
|
@@ -16856,7 +16946,7 @@ module TencentCloud
|
|
16856
16946
|
|
16857
16947
|
# ModifyProgram请求参数结构体
|
16858
16948
|
class ModifyProgramRequest < TencentCloud::Common::AbstractModel
|
16859
|
-
# @param ProgramId: 数据集ID
|
16949
|
+
# @param ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口会返回数据集信息,包括programId
|
16860
16950
|
# @type ProgramId: String
|
16861
16951
|
# @param ProgramName: 数据集名称,不传入时不更新
|
16862
16952
|
# @type ProgramName: String
|
@@ -16915,7 +17005,7 @@ module TencentCloud
|
|
16915
17005
|
|
16916
17006
|
# ModifyTask请求参数结构体
|
16917
17007
|
class ModifyTaskRequest < TencentCloud::Common::AbstractModel
|
16918
|
-
# @param TaskId: 任务ID
|
17008
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
16919
17009
|
# @type TaskId: String
|
16920
17010
|
# @param TaskName: 任务名称,长度限制为64字符。在任务管理列表页面第一列或是任务基本信息页查看任务名称。
|
16921
17011
|
# @type TaskName: String
|
@@ -17424,9 +17514,11 @@ module TencentCloud
|
|
17424
17514
|
|
17425
17515
|
# OperateApplicationTcrBinding请求参数结构体
|
17426
17516
|
class OperateApplicationTcrBindingRequest < TencentCloud::Common::AbstractModel
|
17427
|
-
# @param Command:
|
17517
|
+
# @param Command: 指定操作类型,目前支持:
|
17518
|
+
# - `bind`:绑定(默认)
|
17519
|
+
# - `unbind`:解除绑定
|
17428
17520
|
# @type Command: String
|
17429
|
-
# @param ApplicationId: 应用
|
17521
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
17430
17522
|
# @type ApplicationId: String
|
17431
17523
|
# @param TcrRepoInfo: TcrRepoInfo值
|
17432
17524
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
@@ -17815,7 +17907,7 @@ module TencentCloud
|
|
17815
17907
|
class Ports < TencentCloud::Common::AbstractModel
|
17816
17908
|
# @param TargetPort: 服务端口
|
17817
17909
|
# @type TargetPort: Integer
|
17818
|
-
# @param Protocol:
|
17910
|
+
# @param Protocol: 端口协议,TCP或者UDP
|
17819
17911
|
# @type Protocol: String
|
17820
17912
|
|
17821
17913
|
attr_accessor :TargetPort, :Protocol
|
@@ -17882,7 +17974,7 @@ module TencentCloud
|
|
17882
17974
|
|
17883
17975
|
# tsf-privilege模块,数据项
|
17884
17976
|
class ProgramItem < TencentCloud::Common::AbstractModel
|
17885
|
-
# @param ProgramItemId: 数据项ID
|
17977
|
+
# @param ProgramItemId: 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
17886
17978
|
# @type ProgramItemId: String
|
17887
17979
|
# @param Resource: 资源
|
17888
17980
|
# @type Resource: :class:`Tencentcloud::Tsf.v20180326.models.Resource`
|
@@ -17890,13 +17982,13 @@ module TencentCloud
|
|
17890
17982
|
# @type ValueList: Array
|
17891
17983
|
# @param IsAll: 全选标识,true: 全选;false: 非全选
|
17892
17984
|
# @type IsAll: Boolean
|
17893
|
-
# @param CreationTime:
|
17985
|
+
# @param CreationTime: 创建时间,时间戳格式【Long】
|
17894
17986
|
# @type CreationTime: Integer
|
17895
|
-
# @param LastUpdateTime:
|
17987
|
+
# @param LastUpdateTime: 最后更新时间,时间戳格式【Long】,单位毫秒
|
17896
17988
|
# @type LastUpdateTime: Integer
|
17897
17989
|
# @param DeleteFlag: 删除标识,true: 可删除;false: 不可删除
|
17898
17990
|
# @type DeleteFlag: Boolean
|
17899
|
-
# @param ProgramId: 数据集ID
|
17991
|
+
# @param ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
|
17900
17992
|
# @type ProgramId: String
|
17901
17993
|
|
17902
17994
|
attr_accessor :ProgramItemId, :Resource, :ValueList, :IsAll, :CreationTime, :LastUpdateTime, :DeleteFlag, :ProgramId
|
@@ -18062,9 +18154,9 @@ module TencentCloud
|
|
18062
18154
|
|
18063
18155
|
# RedoTaskBatch请求参数结构体
|
18064
18156
|
class RedoTaskBatchRequest < TencentCloud::Common::AbstractModel
|
18065
|
-
# @param TaskId: 任务ID
|
18157
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18066
18158
|
# @type TaskId: String
|
18067
|
-
# @param BatchId: 任务批次ID
|
18159
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
18068
18160
|
# @type BatchId: String
|
18069
18161
|
|
18070
18162
|
attr_accessor :TaskId, :BatchId
|
@@ -18102,11 +18194,11 @@ module TencentCloud
|
|
18102
18194
|
|
18103
18195
|
# RedoTaskExecute请求参数结构体
|
18104
18196
|
class RedoTaskExecuteRequest < TencentCloud::Common::AbstractModel
|
18105
|
-
# @param BatchId: 任务批次ID
|
18197
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。
|
18106
18198
|
# @type BatchId: String
|
18107
|
-
# @param ExecuteId: 任务执行ID
|
18199
|
+
# @param ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
18108
18200
|
# @type ExecuteId: String
|
18109
|
-
# @param TaskId: 任务ID
|
18201
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18110
18202
|
# @type TaskId: String
|
18111
18203
|
|
18112
18204
|
attr_accessor :BatchId, :ExecuteId, :TaskId
|
@@ -18146,7 +18238,7 @@ module TencentCloud
|
|
18146
18238
|
|
18147
18239
|
# RedoTaskFlowBatch请求参数结构体
|
18148
18240
|
class RedoTaskFlowBatchRequest < TencentCloud::Common::AbstractModel
|
18149
|
-
# @param FlowBatchId: 工作流批次 ID
|
18241
|
+
# @param FlowBatchId: 工作流批次 ID。在[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。
|
18150
18242
|
# @type FlowBatchId: String
|
18151
18243
|
|
18152
18244
|
attr_accessor :FlowBatchId
|
@@ -18182,7 +18274,7 @@ module TencentCloud
|
|
18182
18274
|
|
18183
18275
|
# RedoTask请求参数结构体
|
18184
18276
|
class RedoTaskRequest < TencentCloud::Common::AbstractModel
|
18185
|
-
# @param TaskId: 任务ID
|
18277
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18186
18278
|
# @type TaskId: String
|
18187
18279
|
|
18188
18280
|
attr_accessor :TaskId
|
@@ -18439,7 +18531,7 @@ module TencentCloud
|
|
18439
18531
|
|
18440
18532
|
# RemoveInstances请求参数结构体
|
18441
18533
|
class RemoveInstancesRequest < TencentCloud::Common::AbstractModel
|
18442
|
-
# @param ClusterId: 集群 ID
|
18534
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
18443
18535
|
# @type ClusterId: String
|
18444
18536
|
# @param InstanceIdList: 云主机 ID 列表
|
18445
18537
|
# @type InstanceIdList: Array
|
@@ -18554,25 +18646,25 @@ module TencentCloud
|
|
18554
18646
|
|
18555
18647
|
# tsf-privilege 模块,资源
|
18556
18648
|
class Resource < TencentCloud::Common::AbstractModel
|
18557
|
-
# @param ResourceId: 资源ID
|
18649
|
+
# @param ResourceId: 资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
18558
18650
|
# @type ResourceId: String
|
18559
|
-
# @param ResourceCode:
|
18651
|
+
# @param ResourceCode: 资源编码,枚举值描述【cluster、namespace、config】
|
18560
18652
|
# @type ResourceCode: String
|
18561
18653
|
# @param ResourceName: 资源名称
|
18562
18654
|
# @type ResourceName: String
|
18563
|
-
# @param ServiceCode:
|
18655
|
+
# @param ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
18564
18656
|
# @type ServiceCode: String
|
18565
|
-
# @param ResourceAction: 选取资源使用的Action
|
18657
|
+
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords】
|
18566
18658
|
# @type ResourceAction: String
|
18567
|
-
# @param IdField: 资源数据查询的ID
|
18659
|
+
# @param IdField: 资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
18568
18660
|
# @type IdField: String
|
18569
18661
|
# @param NameField: 资源数据查询的名称字段名
|
18570
18662
|
# @type NameField: String
|
18571
18663
|
# @param SelectIdsField: 资源数据查询的ID过滤字段名
|
18572
18664
|
# @type SelectIdsField: String
|
18573
|
-
# @param CreationTime:
|
18665
|
+
# @param CreationTime: 创建时间,时间戳格式【Long】
|
18574
18666
|
# @type CreationTime: Integer
|
18575
|
-
# @param LastUpdateTime:
|
18667
|
+
# @param LastUpdateTime: 最后更新时间,时间戳格式【Long】
|
18576
18668
|
# @type LastUpdateTime: Integer
|
18577
18669
|
# @param DeleteFlag: 删除标识
|
18578
18670
|
# @type DeleteFlag: Boolean
|
@@ -18582,7 +18674,7 @@ module TencentCloud
|
|
18582
18674
|
# @type CanSelectAll: Boolean
|
18583
18675
|
# @param SearchWordField: 资源数据查询的模糊查询字段名
|
18584
18676
|
# @type SearchWordField: String
|
18585
|
-
# @param Index:
|
18677
|
+
# @param Index: 排序,枚举值描述【10、20、77】
|
18586
18678
|
# @type Index: Integer
|
18587
18679
|
|
18588
18680
|
attr_accessor :ResourceId, :ResourceCode, :ResourceName, :ServiceCode, :ResourceAction, :IdField, :NameField, :SelectIdsField, :CreationTime, :LastUpdateTime, :DeleteFlag, :ResourceDesc, :CanSelectAll, :SearchWordField, :Index
|
@@ -18642,7 +18734,10 @@ module TencentCloud
|
|
18642
18734
|
|
18643
18735
|
# 资源任务转态结果
|
18644
18736
|
class ResourceTaskStatusResult < TencentCloud::Common::AbstractModel
|
18645
|
-
# @param TaskStatus:
|
18737
|
+
# @param TaskStatus: 变更状态:
|
18738
|
+
# - `0`:成功
|
18739
|
+
# - `1`:失败
|
18740
|
+
# - `2`:执行中
|
18646
18741
|
# @type TaskStatus: Integer
|
18647
18742
|
|
18648
18743
|
attr_accessor :TaskStatus
|
@@ -18957,12 +19052,13 @@ module TencentCloud
|
|
18957
19052
|
# SearchBusinessLog请求参数结构体
|
18958
19053
|
class SearchBusinessLogRequest < TencentCloud::Common::AbstractModel
|
18959
19054
|
# @param ConfigId: 日志配置项ID
|
19055
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
18960
19056
|
# @type ConfigId: String
|
18961
19057
|
# @param InstanceIds: 机器实例ID,不传表示全部实例
|
18962
19058
|
# @type InstanceIds: Array
|
18963
|
-
# @param StartTime:
|
19059
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
18964
19060
|
# @type StartTime: String
|
18965
|
-
# @param EndTime:
|
19061
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
18966
19062
|
# @type EndTime: String
|
18967
19063
|
# @param Offset: 请求偏移量,取值范围大于等于0,默认值为0
|
18968
19064
|
# @type Offset: Integer
|
@@ -18975,10 +19071,11 @@ module TencentCloud
|
|
18975
19071
|
# @param SearchWords: 检索关键词
|
18976
19072
|
# @type SearchWords: Array
|
18977
19073
|
# @param GroupIds: 部署组ID列表,不传表示全部部署组
|
19074
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
18978
19075
|
# @type GroupIds: Array
|
18979
|
-
# @param SearchWordType: 检索类型,取值
|
19076
|
+
# @param SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
18980
19077
|
# @type SearchWordType: String
|
18981
|
-
# @param BatchType: 批量请求类型,取值
|
19078
|
+
# @param BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
18982
19079
|
# @type BatchType: String
|
18983
19080
|
# @param ScrollId: 游标ID
|
18984
19081
|
# @type ScrollId: String
|
@@ -19047,31 +19144,32 @@ module TencentCloud
|
|
19047
19144
|
|
19048
19145
|
# SearchStdoutLog请求参数结构体
|
19049
19146
|
class SearchStdoutLogRequest < TencentCloud::Common::AbstractModel
|
19050
|
-
# @param InstanceId: 机器实例ID, 和
|
19147
|
+
# @param InstanceId: 机器实例ID, 和 部署组 ID 二者必选其一,不能同时为空
|
19148
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
19149
|
+
|
19150
|
+
|
19051
19151
|
# @type InstanceId: String
|
19052
19152
|
# @param Limit: 单页请求配置数量,取值范围[1, 500],默认值为100
|
19053
19153
|
# @type Limit: Integer
|
19054
19154
|
# @param SearchWords: 检索关键词
|
19055
19155
|
# @type SearchWords: Array
|
19056
|
-
# @param StartTime:
|
19156
|
+
# @param StartTime: 查询起始时间,格式yyyy-MM-dd HH:mm:ss
|
19057
19157
|
# @type StartTime: String
|
19058
19158
|
# @param GroupId: 部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
19159
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
19059
19160
|
# @type GroupId: String
|
19060
|
-
# @param EndTime:
|
19161
|
+
# @param EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
19061
19162
|
# @type EndTime: String
|
19062
19163
|
# @param Offset: 请求偏移量,取值范围大于等于0,默认值为
|
19063
19164
|
# 0
|
19064
19165
|
# @type Offset: Integer
|
19065
|
-
# @param OrderBy:
|
19166
|
+
# @param OrderBy: 排序规则,time:按时间排序,score:按检索值排序,默认值"time"
|
19066
19167
|
# @type OrderBy: String
|
19067
|
-
# @param OrderType: 排序方式,取值
|
19068
|
-
# 值"desc"
|
19168
|
+
# @param OrderType: 排序方式,取值 asc:升序 或 desc:降序,默认值desc
|
19069
19169
|
# @type OrderType: String
|
19070
|
-
# @param SearchWordType: 检索类型,取值
|
19071
|
-
# "NORMAL"
|
19170
|
+
# @param SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
19072
19171
|
# @type SearchWordType: String
|
19073
|
-
# @param BatchType: 批量请求类型,取值
|
19074
|
-
# 值"page"
|
19172
|
+
# @param BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
19075
19173
|
# @type BatchType: String
|
19076
19174
|
# @param ScrollId: 游标ID
|
19077
19175
|
# @type ScrollId: String
|
@@ -19174,7 +19272,7 @@ module TencentCloud
|
|
19174
19272
|
class ServiceGovernanceConfig < TencentCloud::Common::AbstractModel
|
19175
19273
|
# @param EnableGovernance: 是否开启服务注册治理
|
19176
19274
|
# @type EnableGovernance: Boolean
|
19177
|
-
# @param GovernanceType: 服务治理类型(枚举:SHARE
|
19275
|
+
# @param GovernanceType: 服务治理类型(枚举:SHARE表示共享型、EXCLUSIVE表示独占型)
|
19178
19276
|
# @type GovernanceType: String
|
19179
19277
|
# @param ExclusiveInstances: 独享实例列表
|
19180
19278
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19228,7 +19326,7 @@ module TencentCloud
|
|
19228
19326
|
# @type ExternalTrafficPolicy: String
|
19229
19327
|
# @param LoadBalancerProvisioner: 负载均衡提供者
|
19230
19328
|
# @type LoadBalancerProvisioner: String
|
19231
|
-
# @param LoadBalancingType:
|
19329
|
+
# @param LoadBalancingType: 负载均衡类型,Intranet表示内网,Internet表示外网
|
19232
19330
|
# @type LoadBalancingType: String
|
19233
19331
|
# @param ClusterIp: k8s负载均衡内网vip
|
19234
19332
|
# @type ClusterIp: String
|
@@ -19315,7 +19413,7 @@ module TencentCloud
|
|
19315
19413
|
# @type Path: String
|
19316
19414
|
# @param Method: 请求方法:type为接口时返回,服务时不返回
|
19317
19415
|
# @type Method: String
|
19318
|
-
# @param MicroserviceId: 微服务
|
19416
|
+
# @param MicroserviceId: 微服务ID
|
19319
19417
|
# @type MicroserviceId: String
|
19320
19418
|
# @param MicroserviceName: 微服务名称
|
19321
19419
|
# @type MicroserviceName: String
|
@@ -19331,19 +19429,19 @@ module TencentCloud
|
|
19331
19429
|
# @type InstanceId: String
|
19332
19430
|
# @param InstanceName: 实例name
|
19333
19431
|
# @type InstanceName: String
|
19334
|
-
# @param GroupId: 部署组
|
19432
|
+
# @param GroupId: 部署组ID
|
19335
19433
|
# @type GroupId: String
|
19336
19434
|
# @param GroupName: 部署组name
|
19337
19435
|
# @type GroupName: String
|
19338
|
-
# @param ClusterType:
|
19436
|
+
# @param ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
19339
19437
|
# @type ClusterType: String
|
19340
19438
|
# @param GroupExist: 部署组是否存在
|
19341
19439
|
# @type GroupExist: Integer
|
19342
19440
|
# @param InstanceExist: 实例是否存在,仅限cvm
|
19343
19441
|
# @type InstanceExist: Integer
|
19344
|
-
# @param ApplicationId: 应用
|
19442
|
+
# @param ApplicationId: 应用ID
|
19345
19443
|
# @type ApplicationId: String
|
19346
|
-
# @param MicroserviceType:
|
19444
|
+
# @param MicroserviceType: 微服务类型。RAW:裸应用,M:mesh应用,N:普通应用,G:网关应用
|
19347
19445
|
# @type MicroserviceType: String
|
19348
19446
|
# @param CpuPercent: cpu使用率
|
19349
19447
|
# @type CpuPercent: Integer
|
@@ -19363,13 +19461,13 @@ module TencentCloud
|
|
19363
19461
|
# @type InstanceOnlineCount: Integer
|
19364
19462
|
# @param InstanceTotalCount: 实例总数
|
19365
19463
|
# @type InstanceTotalCount: Integer
|
19366
|
-
# @param Status: normal
|
19464
|
+
# @param Status: 状态。normal:正常,warn:警告,error:错误
|
19367
19465
|
# @type Status: String
|
19368
|
-
# @param ErrorRateLevel: normal
|
19466
|
+
# @param ErrorRateLevel: 请求错误率等级。normal:正常,warn:警告,error:错误
|
19369
19467
|
# @type ErrorRateLevel: String
|
19370
|
-
# @param AvgTimeConsumingLevel: normal
|
19468
|
+
# @param AvgTimeConsumingLevel: 请求平均耗时等级。normal:正常,warn:警告,error:错误
|
19371
19469
|
# @type AvgTimeConsumingLevel: String
|
19372
|
-
# @param ApdexLevel: normal
|
19470
|
+
# @param ApdexLevel: 应用程序性能指数等级。normal:正常,warn:警告,error:错误
|
19373
19471
|
# @type ApdexLevel: String
|
19374
19472
|
|
19375
19473
|
attr_accessor :Path, :Method, :MicroserviceId, :MicroserviceName, :RequestCount, :ErrorRate, :AvgTimeConsuming, :MetricDataCurves, :InstanceId, :InstanceName, :GroupId, :GroupName, :ClusterType, :GroupExist, :InstanceExist, :ApplicationId, :MicroserviceType, :CpuPercent, :HeapUsed, :DbName, :Script, :DbType, :Apdex, :Qps, :InstanceOnlineCount, :InstanceTotalCount, :Status, :ErrorRateLevel, :AvgTimeConsumingLevel, :ApdexLevel
|
@@ -19498,7 +19596,7 @@ module TencentCloud
|
|
19498
19596
|
|
19499
19597
|
# ShrinkGroup请求参数结构体
|
19500
19598
|
class ShrinkGroupRequest < TencentCloud::Common::AbstractModel
|
19501
|
-
# @param GroupId: 部署组ID
|
19599
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
19502
19600
|
# @type GroupId: String
|
19503
19601
|
|
19504
19602
|
attr_accessor :GroupId
|
@@ -19670,10 +19768,12 @@ module TencentCloud
|
|
19670
19768
|
# @type GroupResourceType: String
|
19671
19769
|
# @param AppMicroServiceType: 应用微服务类型
|
19672
19770
|
# @type AppMicroServiceType: String
|
19771
|
+
# @param K8sNamespaceName: k8s 命名空间名称
|
19772
|
+
# @type K8sNamespaceName: String
|
19673
19773
|
|
19674
|
-
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType
|
19774
|
+
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType, :K8sNamespaceName
|
19675
19775
|
|
19676
|
-
def initialize(groupid=nil, groupname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, clusterid=nil, clustername=nil, clustertype=nil, namespaceid=nil, namespacename=nil, startupparameters=nil, groupresourcetype=nil, appmicroservicetype=nil)
|
19776
|
+
def initialize(groupid=nil, groupname=nil, applicationid=nil, applicationname=nil, applicationtype=nil, clusterid=nil, clustername=nil, clustertype=nil, namespaceid=nil, namespacename=nil, startupparameters=nil, groupresourcetype=nil, appmicroservicetype=nil, k8snamespacename=nil)
|
19677
19777
|
@GroupId = groupid
|
19678
19778
|
@GroupName = groupname
|
19679
19779
|
@ApplicationId = applicationid
|
@@ -19687,6 +19787,7 @@ module TencentCloud
|
|
19687
19787
|
@StartupParameters = startupparameters
|
19688
19788
|
@GroupResourceType = groupresourcetype
|
19689
19789
|
@AppMicroServiceType = appmicroservicetype
|
19790
|
+
@K8sNamespaceName = k8snamespacename
|
19690
19791
|
end
|
19691
19792
|
|
19692
19793
|
def deserialize(params)
|
@@ -19703,6 +19804,7 @@ module TencentCloud
|
|
19703
19804
|
@StartupParameters = params['StartupParameters']
|
19704
19805
|
@GroupResourceType = params['GroupResourceType']
|
19705
19806
|
@AppMicroServiceType = params['AppMicroServiceType']
|
19807
|
+
@K8sNamespaceName = params['K8sNamespaceName']
|
19706
19808
|
end
|
19707
19809
|
end
|
19708
19810
|
|
@@ -19730,7 +19832,7 @@ module TencentCloud
|
|
19730
19832
|
|
19731
19833
|
# StartContainerGroup请求参数结构体
|
19732
19834
|
class StartContainerGroupRequest < TencentCloud::Common::AbstractModel
|
19733
|
-
# @param GroupId: 部署组ID
|
19835
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
19734
19836
|
# @type GroupId: String
|
19735
19837
|
|
19736
19838
|
attr_accessor :GroupId
|
@@ -19768,7 +19870,7 @@ module TencentCloud
|
|
19768
19870
|
|
19769
19871
|
# StartGroup请求参数结构体
|
19770
19872
|
class StartGroupRequest < TencentCloud::Common::AbstractModel
|
19771
|
-
# @param GroupId:
|
19873
|
+
# @param GroupId: 按照【部署组ID】进行部署组启动,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
19772
19874
|
# @type GroupId: String
|
19773
19875
|
|
19774
19876
|
attr_accessor :GroupId
|
@@ -19811,7 +19913,7 @@ module TencentCloud
|
|
19811
19913
|
# @type InstanceId: String
|
19812
19914
|
# @param Content: 日志内容
|
19813
19915
|
# @type Content: String
|
19814
|
-
# @param Timestamp:
|
19916
|
+
# @param Timestamp: 日志时间戳,单位毫秒
|
19815
19917
|
# @type Timestamp: Integer
|
19816
19918
|
# @param InstanceIp: 实例IP
|
19817
19919
|
# @type InstanceIp: String
|
@@ -19835,7 +19937,7 @@ module TencentCloud
|
|
19835
19937
|
|
19836
19938
|
# StopContainerGroup请求参数结构体
|
19837
19939
|
class StopContainerGroupRequest < TencentCloud::Common::AbstractModel
|
19838
|
-
# @param GroupId: 部署组ID
|
19940
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
19839
19941
|
# @type GroupId: String
|
19840
19942
|
|
19841
19943
|
attr_accessor :GroupId
|
@@ -19873,7 +19975,7 @@ module TencentCloud
|
|
19873
19975
|
|
19874
19976
|
# StopGroup请求参数结构体
|
19875
19977
|
class StopGroupRequest < TencentCloud::Common::AbstractModel
|
19876
|
-
# @param GroupId:
|
19978
|
+
# @param GroupId: 按照【部署组ID】进行部署组删除,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-zvw6zp9a&tab=publish&subTab=group)进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。
|
19877
19979
|
# @type GroupId: String
|
19878
19980
|
|
19879
19981
|
attr_accessor :GroupId
|
@@ -19912,9 +20014,9 @@ module TencentCloud
|
|
19912
20014
|
|
19913
20015
|
# StopTaskBatch请求参数结构体
|
19914
20016
|
class StopTaskBatchRequest < TencentCloud::Common::AbstractModel
|
19915
|
-
# @param BatchId:
|
20017
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
19916
20018
|
# @type BatchId: String
|
19917
|
-
# @param TaskId:
|
20019
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
19918
20020
|
# @type TaskId: String
|
19919
20021
|
|
19920
20022
|
attr_accessor :BatchId, :TaskId
|
@@ -19932,7 +20034,7 @@ module TencentCloud
|
|
19932
20034
|
|
19933
20035
|
# StopTaskBatch返回参数结构体
|
19934
20036
|
class StopTaskBatchResponse < TencentCloud::Common::AbstractModel
|
19935
|
-
# @param Result:
|
20037
|
+
# @param Result: 返回 true 或 false。true:操作成功,false:操作失败
|
19936
20038
|
# @type Result: Boolean
|
19937
20039
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19938
20040
|
# @type RequestId: String
|
@@ -19952,11 +20054,11 @@ module TencentCloud
|
|
19952
20054
|
|
19953
20055
|
# StopTaskExecute请求参数结构体
|
19954
20056
|
class StopTaskExecuteRequest < TencentCloud::Common::AbstractModel
|
19955
|
-
# @param ExecuteId: 任务执行ID
|
20057
|
+
# @param ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
19956
20058
|
# @type ExecuteId: String
|
19957
|
-
# @param BatchId: 任务批次ID
|
20059
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
19958
20060
|
# @type BatchId: String
|
19959
|
-
# @param TaskId: 任务ID
|
20061
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
19960
20062
|
# @type TaskId: String
|
19961
20063
|
|
19962
20064
|
attr_accessor :ExecuteId, :BatchId, :TaskId
|
@@ -19976,7 +20078,7 @@ module TencentCloud
|
|
19976
20078
|
|
19977
20079
|
# StopTaskExecute返回参数结构体
|
19978
20080
|
class StopTaskExecuteResponse < TencentCloud::Common::AbstractModel
|
19979
|
-
# @param Result:
|
20081
|
+
# @param Result: 返回 true 或 false。true:操作成功,false:操作失败
|
19980
20082
|
# @type Result: Boolean
|
19981
20083
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19982
20084
|
# @type RequestId: String
|
@@ -20655,7 +20757,7 @@ module TencentCloud
|
|
20655
20757
|
# @param ScrollId: 游标ID
|
20656
20758
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20657
20759
|
# @type ScrollId: String
|
20658
|
-
# @param Status:
|
20760
|
+
# @param Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
20659
20761
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20660
20762
|
# @type Status: String
|
20661
20763
|
# @param SearchAfter: 查询es时,使用searchAfter返回的游标
|
@@ -21187,10 +21289,10 @@ module TencentCloud
|
|
21187
21289
|
# @param ScrollId: 游标ID
|
21188
21290
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21189
21291
|
# @type ScrollId: String
|
21190
|
-
# @param Status:
|
21292
|
+
# @param Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
21191
21293
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21192
21294
|
# @type Status: String
|
21193
|
-
# @param SearchAfter:
|
21295
|
+
# @param SearchAfter: 查询es使用searchAfter时,游标
|
21194
21296
|
# @type SearchAfter: Array
|
21195
21297
|
|
21196
21298
|
attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
|
@@ -21893,7 +21995,7 @@ module TencentCloud
|
|
21893
21995
|
|
21894
21996
|
# UpdateHealthCheckSettings请求参数结构体
|
21895
21997
|
class UpdateHealthCheckSettingsRequest < TencentCloud::Common::AbstractModel
|
21896
|
-
# @param GroupId: 部署组ID
|
21998
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
21897
21999
|
# @type GroupId: String
|
21898
22000
|
# @param EnableHealthCheck: 是否开启健康检查
|
21899
22001
|
# @type EnableHealthCheck: Boolean
|
@@ -22315,7 +22417,7 @@ module TencentCloud
|
|
22315
22417
|
# @type RunInstanceCount: Integer
|
22316
22418
|
# @param OffInstanceCount: 部署组中停止实例数
|
22317
22419
|
# @type OffInstanceCount: Integer
|
22318
|
-
# @param GroupStatus:
|
22420
|
+
# @param GroupStatus: 部署组状态,Running运行中,Waiting等待中,Paused暂停中,Updating更新中,RollingBack回滚中,Abnormal异常,Unknown未知
|
22319
22421
|
# @type GroupStatus: String
|
22320
22422
|
# @param IsNotEqualServiceConfig: 服务配置信息是否匹配
|
22321
22423
|
# @type IsNotEqualServiceConfig: Boolean
|
@@ -22456,6 +22558,30 @@ module TencentCloud
|
|
22456
22558
|
end
|
22457
22559
|
end
|
22458
22560
|
|
22561
|
+
# VolumeClaim模板项
|
22562
|
+
class VolumeClaimTemplatesOption < TencentCloud::Common::AbstractModel
|
22563
|
+
# @param StorageClass: StorageClass名称
|
22564
|
+
# @type StorageClass: String
|
22565
|
+
# @param AccessModes: 访问模式
|
22566
|
+
# @type AccessModes: Array
|
22567
|
+
# @param StorageRequest: 卷空间的预占声明
|
22568
|
+
# @type StorageRequest: Integer
|
22569
|
+
|
22570
|
+
attr_accessor :StorageClass, :AccessModes, :StorageRequest
|
22571
|
+
|
22572
|
+
def initialize(storageclass=nil, accessmodes=nil, storagerequest=nil)
|
22573
|
+
@StorageClass = storageclass
|
22574
|
+
@AccessModes = accessmodes
|
22575
|
+
@StorageRequest = storagerequest
|
22576
|
+
end
|
22577
|
+
|
22578
|
+
def deserialize(params)
|
22579
|
+
@StorageClass = params['StorageClass']
|
22580
|
+
@AccessModes = params['AccessModes']
|
22581
|
+
@StorageRequest = params['StorageRequest']
|
22582
|
+
end
|
22583
|
+
end
|
22584
|
+
|
22459
22585
|
# 容器卷挂载信息
|
22460
22586
|
class VolumeInfo < TencentCloud::Common::AbstractModel
|
22461
22587
|
# @param VolumeType: 数据卷类型
|
@@ -22468,15 +22594,18 @@ module TencentCloud
|
|
22468
22594
|
# @type ConfigMapOptions: Array
|
22469
22595
|
# @param EmptyDirOption: -
|
22470
22596
|
# @type EmptyDirOption: :class:`Tencentcloud::Tsf.v20180326.models.EmptyDirOption`
|
22597
|
+
# @param VolumeClaimTemplateOption: 数据卷PVC声明模板
|
22598
|
+
# @type VolumeClaimTemplateOption: :class:`Tencentcloud::Tsf.v20180326.models.VolumeClaimTemplatesOption`
|
22471
22599
|
|
22472
|
-
attr_accessor :VolumeType, :VolumeName, :VolumeConfig, :ConfigMapOptions, :EmptyDirOption
|
22600
|
+
attr_accessor :VolumeType, :VolumeName, :VolumeConfig, :ConfigMapOptions, :EmptyDirOption, :VolumeClaimTemplateOption
|
22473
22601
|
|
22474
|
-
def initialize(volumetype=nil, volumename=nil, volumeconfig=nil, configmapoptions=nil, emptydiroption=nil)
|
22602
|
+
def initialize(volumetype=nil, volumename=nil, volumeconfig=nil, configmapoptions=nil, emptydiroption=nil, volumeclaimtemplateoption=nil)
|
22475
22603
|
@VolumeType = volumetype
|
22476
22604
|
@VolumeName = volumename
|
22477
22605
|
@VolumeConfig = volumeconfig
|
22478
22606
|
@ConfigMapOptions = configmapoptions
|
22479
22607
|
@EmptyDirOption = emptydiroption
|
22608
|
+
@VolumeClaimTemplateOption = volumeclaimtemplateoption
|
22480
22609
|
end
|
22481
22610
|
|
22482
22611
|
def deserialize(params)
|
@@ -22495,6 +22624,10 @@ module TencentCloud
|
|
22495
22624
|
@EmptyDirOption = EmptyDirOption.new
|
22496
22625
|
@EmptyDirOption.deserialize(params['EmptyDirOption'])
|
22497
22626
|
end
|
22627
|
+
unless params['VolumeClaimTemplateOption'].nil?
|
22628
|
+
@VolumeClaimTemplateOption = VolumeClaimTemplatesOption.new
|
22629
|
+
@VolumeClaimTemplateOption.deserialize(params['VolumeClaimTemplateOption'])
|
22630
|
+
end
|
22498
22631
|
end
|
22499
22632
|
end
|
22500
22633
|
|
@@ -22530,7 +22663,7 @@ module TencentCloud
|
|
22530
22663
|
class WarmupSetting < TencentCloud::Common::AbstractModel
|
22531
22664
|
# @param Enabled: 是否开启预热
|
22532
22665
|
# @type Enabled: Boolean
|
22533
|
-
# @param WarmupTime:
|
22666
|
+
# @param WarmupTime: 预热时间,单位秒
|
22534
22667
|
# @type WarmupTime: Integer
|
22535
22668
|
# @param Curvature: 预热曲率,取值 1~5
|
22536
22669
|
# @type Curvature: Integer
|