tencentcloud-sdk-tsf 3.0.1012 → 3.0.1014
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/models.rb +4 -444
- metadata +2 -2
data/lib/v20180326/models.rb
CHANGED
@@ -106,13 +106,10 @@ module TencentCloud
|
|
106
106
|
# 添加实例到集群的结果
|
107
107
|
class AddInstanceResult < TencentCloud::Common::AbstractModel
|
108
108
|
# @param FailedInstanceIds: 添加集群失败的节点列表
|
109
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
110
109
|
# @type FailedInstanceIds: Array
|
111
110
|
# @param SuccInstanceIds: 添加集群成功的节点列表
|
112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
113
111
|
# @type SuccInstanceIds: Array
|
114
112
|
# @param TimeoutInstanceIds: 添加集群超时的节点列表
|
115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
116
113
|
# @type TimeoutInstanceIds: Array
|
117
114
|
# @param FailedReasons: 失败的节点的失败原因
|
118
115
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -223,13 +220,10 @@ module TencentCloud
|
|
223
220
|
# 亲和规则
|
224
221
|
class Affinity < TencentCloud::Common::AbstractModel
|
225
222
|
# @param Scope: 亲和性范围
|
226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
227
223
|
# @type Scope: String
|
228
224
|
# @param Weight: 亲和规则的权重
|
229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
230
225
|
# @type Weight: String
|
231
226
|
# @param Paths: -
|
232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
233
227
|
# @type Paths: Array
|
234
228
|
|
235
229
|
attr_accessor :Scope, :Weight, :Paths
|
@@ -855,19 +849,14 @@ module TencentCloud
|
|
855
849
|
# 应用列表其它字段
|
856
850
|
class ApplicationAttribute < TencentCloud::Common::AbstractModel
|
857
851
|
# @param InstanceCount: 总实例个数
|
858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
859
852
|
# @type InstanceCount: Integer
|
860
853
|
# @param RunInstanceCount: 运行实例个数
|
861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
862
854
|
# @type RunInstanceCount: Integer
|
863
855
|
# @param GroupCount: 应用下部署组个数
|
864
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
865
856
|
# @type GroupCount: Integer
|
866
857
|
# @param RunningGroupCount: 运行中部署组个数
|
867
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
868
858
|
# @type RunningGroupCount: String
|
869
859
|
# @param AbnormalCount: 异常部署组个数
|
870
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
871
860
|
# @type AbnormalCount: String
|
872
861
|
|
873
862
|
attr_accessor :InstanceCount, :RunInstanceCount, :GroupCount, :RunningGroupCount, :AbnormalCount
|
@@ -1132,13 +1121,10 @@ module TencentCloud
|
|
1132
1121
|
# 打散调度规则
|
1133
1122
|
class AvailableZoneScatterScheduleRule < TencentCloud::Common::AbstractModel
|
1134
1123
|
# @param ScatterDimension: -
|
1135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1136
1124
|
# @type ScatterDimension: String
|
1137
1125
|
# @param MaxUnbalanceQuantity: -
|
1138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1139
1126
|
# @type MaxUnbalanceQuantity: Integer
|
1140
1127
|
# @param IsForceSchedule: -
|
1141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1142
1128
|
# @type IsForceSchedule: Boolean
|
1143
1129
|
|
1144
1130
|
attr_accessor :ScatterDimension, :MaxUnbalanceQuantity, :IsForceSchedule
|
@@ -1345,8 +1331,8 @@ module TencentCloud
|
|
1345
1331
|
|
1346
1332
|
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList
|
1347
1333
|
extend Gem::Deprecate
|
1348
|
-
deprecate :ConfigAssociatedGroups, :none, 2025,
|
1349
|
-
deprecate :ConfigAssociatedGroups=, :none, 2025,
|
1334
|
+
deprecate :ConfigAssociatedGroups, :none, 2025, 3
|
1335
|
+
deprecate :ConfigAssociatedGroups=, :none, 2025, 3
|
1350
1336
|
|
1351
1337
|
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil)
|
1352
1338
|
@ConfigId = configid
|
@@ -1397,37 +1383,26 @@ module TencentCloud
|
|
1397
1383
|
# 业务日志配置关联部署组信息
|
1398
1384
|
class BusinessLogConfigAssociatedGroup < TencentCloud::Common::AbstractModel
|
1399
1385
|
# @param GroupId: 部署组ID
|
1400
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1401
1386
|
# @type GroupId: String
|
1402
1387
|
# @param GroupName: 部署组名称
|
1403
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1404
1388
|
# @type GroupName: String
|
1405
1389
|
# @param ApplicationId: 部署组所属应用ID
|
1406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1407
1390
|
# @type ApplicationId: String
|
1408
1391
|
# @param ApplicationName: 部署组所属应用名称
|
1409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1410
1392
|
# @type ApplicationName: String
|
1411
1393
|
# @param ApplicationType: 部署组所属应用类型
|
1412
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1413
1394
|
# @type ApplicationType: String
|
1414
1395
|
# @param NamespaceId: 部署组所属命名空间ID
|
1415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1416
1396
|
# @type NamespaceId: String
|
1417
1397
|
# @param NamespaceName: 部署组所属命名空间名称
|
1418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1419
1398
|
# @type NamespaceName: String
|
1420
1399
|
# @param ClusterId: 部署组所属集群ID
|
1421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1422
1400
|
# @type ClusterId: String
|
1423
1401
|
# @param ClusterName: 部署组所属集群名称
|
1424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1425
1402
|
# @type ClusterName: String
|
1426
1403
|
# @param ClusterType: 部署组所属集群类型
|
1427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1428
1404
|
# @type ClusterType: String
|
1429
1405
|
# @param AssociatedTime: 部署组关联日志配置时间
|
1430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1431
1406
|
# @type AssociatedTime: String
|
1432
1407
|
|
1433
1408
|
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ClusterType, :AssociatedTime
|
@@ -1475,7 +1450,6 @@ module TencentCloud
|
|
1475
1450
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1476
1451
|
# @type SchemaMultilinePattern: String
|
1477
1452
|
# @param SchemaCreateTime: 解析规则创建时间
|
1478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1479
1453
|
# @type SchemaCreateTime: String
|
1480
1454
|
# @param SchemaPatternLayout: 用户填写的解析规则
|
1481
1455
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1505,22 +1479,16 @@ module TencentCloud
|
|
1505
1479
|
# 业务日志
|
1506
1480
|
class BusinessLogV2 < TencentCloud::Common::AbstractModel
|
1507
1481
|
# @param InstanceId: 实例ID
|
1508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1509
1482
|
# @type InstanceId: String
|
1510
1483
|
# @param Content: 日志内容
|
1511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1512
1484
|
# @type Content: String
|
1513
1485
|
# @param Timestamp: 日志时间戳
|
1514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1515
1486
|
# @type Timestamp: Integer
|
1516
1487
|
# @param InstanceIp: 实例IP
|
1517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1518
1488
|
# @type InstanceIp: String
|
1519
1489
|
# @param LogId: 日志ID
|
1520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1521
1490
|
# @type LogId: String
|
1522
1491
|
# @param GroupId: 部署组ID
|
1523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1524
1492
|
# @type GroupId: String
|
1525
1493
|
|
1526
1494
|
attr_accessor :InstanceId, :Content, :Timestamp, :InstanceIp, :LogId, :GroupId
|
@@ -1590,88 +1558,60 @@ module TencentCloud
|
|
1590
1558
|
# 集群
|
1591
1559
|
class Cluster < TencentCloud::Common::AbstractModel
|
1592
1560
|
# @param ClusterId: 集群ID
|
1593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1594
1561
|
# @type ClusterId: String
|
1595
1562
|
# @param ClusterName: 集群名称
|
1596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1597
1563
|
# @type ClusterName: String
|
1598
1564
|
# @param ClusterDesc: 集群描述
|
1599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1600
1565
|
# @type ClusterDesc: String
|
1601
1566
|
# @param ClusterType: 集群类型
|
1602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1603
1567
|
# @type ClusterType: String
|
1604
1568
|
# @param VpcId: 集群所属私有网络ID
|
1605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1606
1569
|
# @type VpcId: String
|
1607
1570
|
# @param ClusterStatus: 集群状态
|
1608
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1609
1571
|
# @type ClusterStatus: String
|
1610
1572
|
# @param ClusterCIDR: 集群CIDR
|
1611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1612
1573
|
# @type ClusterCIDR: String
|
1613
1574
|
# @param ClusterTotalCpu: 集群总CPU,单位: 核
|
1614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1615
1575
|
# @type ClusterTotalCpu: Float
|
1616
1576
|
# @param ClusterTotalMem: 集群总内存,单位: G
|
1617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1618
1577
|
# @type ClusterTotalMem: Float
|
1619
1578
|
# @param ClusterUsedCpu: 集群已使用CPU,单位: 核
|
1620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1621
1579
|
# @type ClusterUsedCpu: Float
|
1622
1580
|
# @param ClusterUsedMem: 集群已使用内存,单位: G
|
1623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1624
1581
|
# @type ClusterUsedMem: Float
|
1625
1582
|
# @param InstanceCount: 集群机器实例数量
|
1626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1627
1583
|
# @type InstanceCount: Integer
|
1628
1584
|
# @param RunInstanceCount: 集群可用的机器实例数量
|
1629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1630
1585
|
# @type RunInstanceCount: Integer
|
1631
1586
|
# @param NormalInstanceCount: 集群正常状态的机器实例数量
|
1632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1633
1587
|
# @type NormalInstanceCount: Integer
|
1634
1588
|
# @param DeleteFlag: 删除标记:true:可以删除;false:不可删除
|
1635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1636
1589
|
# @type DeleteFlag: Boolean
|
1637
1590
|
# @param CreateTime: 创建时间
|
1638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1639
1591
|
# @type CreateTime: String
|
1640
1592
|
# @param UpdateTime: 更新时间
|
1641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1642
1593
|
# @type UpdateTime: String
|
1643
1594
|
# @param TsfRegionId: 集群所属TSF地域ID
|
1644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1645
1595
|
# @type TsfRegionId: String
|
1646
1596
|
# @param TsfRegionName: 集群所属TSF地域名称
|
1647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1648
1597
|
# @type TsfRegionName: String
|
1649
1598
|
# @param TsfZoneId: 集群所属TSF可用区ID
|
1650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1651
1599
|
# @type TsfZoneId: String
|
1652
1600
|
# @param TsfZoneName: 集群所属TSF可用区名称
|
1653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1654
1601
|
# @type TsfZoneName: String
|
1655
1602
|
# @param DeleteFlagReason: 集群不可删除的原因
|
1656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1657
1603
|
# @type DeleteFlagReason: String
|
1658
1604
|
# @param ClusterLimitCpu: 集群最大CPU限制,单位:核
|
1659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1660
1605
|
# @type ClusterLimitCpu: Float
|
1661
1606
|
# @param ClusterLimitMem: 集群最大内存限制,单位:G
|
1662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1663
1607
|
# @type ClusterLimitMem: Float
|
1664
1608
|
# @param RunServiceInstanceCount: 集群可用的服务实例数量
|
1665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1666
1609
|
# @type RunServiceInstanceCount: Integer
|
1667
1610
|
# @param SubnetId: 集群所属子网ID
|
1668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1669
1611
|
# @type SubnetId: String
|
1670
1612
|
# @param OperationInfo: 返回给前端的控制信息
|
1671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1672
1613
|
# @type OperationInfo: :class:`Tencentcloud::Tsf.v20180326.models.OperationInfo`
|
1673
1614
|
# @param ClusterVersion: 集群版本
|
1674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1675
1615
|
# @type ClusterVersion: String
|
1676
1616
|
|
1677
1617
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterType, :VpcId, :ClusterStatus, :ClusterCIDR, :ClusterTotalCpu, :ClusterTotalMem, :ClusterUsedCpu, :ClusterUsedMem, :InstanceCount, :RunInstanceCount, :NormalInstanceCount, :DeleteFlag, :CreateTime, :UpdateTime, :TsfRegionId, :TsfRegionName, :TsfZoneId, :TsfZoneName, :DeleteFlagReason, :ClusterLimitCpu, :ClusterLimitMem, :RunServiceInstanceCount, :SubnetId, :OperationInfo, :ClusterVersion
|
@@ -1745,7 +1685,6 @@ module TencentCloud
|
|
1745
1685
|
# 集群详情
|
1746
1686
|
class ClusterV2 < TencentCloud::Common::AbstractModel
|
1747
1687
|
# @param ClusterId: 集群ID
|
1748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1749
1688
|
# @type ClusterId: String
|
1750
1689
|
# @param ClusterName: 集群名称
|
1751
1690
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1853,7 +1792,6 @@ module TencentCloud
|
|
1853
1792
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1854
1793
|
# @type KuberneteNativeSecret: String
|
1855
1794
|
# @param EnableLogCollection: 是否开启cls日志功能
|
1856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1857
1795
|
# @type EnableLogCollection: Boolean
|
1858
1796
|
|
1859
1797
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterType, :VpcId, :ClusterStatus, :ClusterCIDR, :ClusterTotalCpu, :ClusterTotalMem, :ClusterUsedCpu, :ClusterUsedMem, :InstanceCount, :RunInstanceCount, :NormalInstanceCount, :DeleteFlag, :CreateTime, :UpdateTime, :TsfRegionId, :TsfRegionName, :TsfZoneId, :TsfZoneName, :DeleteFlagReason, :SubnetId, :ClusterLimitCpu, :ClusterLimitMem, :RunServiceInstanceCount, :OperationInfo, :ClusterVersion, :GroupCount, :RunGroupCount, :StopGroupCount, :AbnormalGroupCount, :ClusterRemarkName, :KuberneteApiServer, :KuberneteNativeType, :KuberneteNativeSecret, :EnableLogCollection
|
@@ -1945,13 +1883,10 @@ module TencentCloud
|
|
1945
1883
|
# 通用选项
|
1946
1884
|
class CommonOption < TencentCloud::Common::AbstractModel
|
1947
1885
|
# @param LabelName: -
|
1948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1949
1886
|
# @type LabelName: String
|
1950
1887
|
# @param Operator: -
|
1951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1952
1888
|
# @type Operator: String
|
1953
1889
|
# @param LabelValue: -
|
1954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1955
1890
|
# @type LabelValue: String
|
1956
1891
|
|
1957
1892
|
attr_accessor :LabelName, :Operator, :LabelValue
|
@@ -1972,10 +1907,8 @@ module TencentCloud
|
|
1972
1907
|
# ValueFrom 通用结构
|
1973
1908
|
class CommonRef < TencentCloud::Common::AbstractModel
|
1974
1909
|
# @param Name: 名称
|
1975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1976
1910
|
# @type Name: String
|
1977
1911
|
# @param Key: Key值
|
1978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1979
1912
|
# @type Key: String
|
1980
1913
|
|
1981
1914
|
attr_accessor :Name, :Key
|
@@ -2341,55 +2274,38 @@ module TencentCloud
|
|
2341
2274
|
# 部署组列表(应用下钻界面的)
|
2342
2275
|
class ContainGroup < TencentCloud::Common::AbstractModel
|
2343
2276
|
# @param GroupId: 部署组ID
|
2344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2345
2277
|
# @type GroupId: String
|
2346
2278
|
# @param GroupName: 分组名称
|
2347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2348
2279
|
# @type GroupName: String
|
2349
2280
|
# @param CreateTime: 创建时间
|
2350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2351
2281
|
# @type CreateTime: String
|
2352
2282
|
# @param Server: 镜像server
|
2353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2354
2283
|
# @type Server: String
|
2355
2284
|
# @param RepoName: 镜像名,如/tsf/nginx
|
2356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2357
2285
|
# @type RepoName: String
|
2358
2286
|
# @param TagName: 镜像版本名称
|
2359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2360
2287
|
# @type TagName: String
|
2361
2288
|
# @param ClusterId: 集群ID
|
2362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2363
2289
|
# @type ClusterId: String
|
2364
2290
|
# @param ClusterName: 集群名称
|
2365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2366
2291
|
# @type ClusterName: String
|
2367
2292
|
# @param NamespaceId: 命名空间ID
|
2368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2369
2293
|
# @type NamespaceId: String
|
2370
2294
|
# @param NamespaceName: 命名空间名称
|
2371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2372
2295
|
# @type NamespaceName: String
|
2373
2296
|
# @param CpuRequest: 初始分配的 CPU 核数,对应 K8S request
|
2374
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2375
2297
|
# @type CpuRequest: String
|
2376
2298
|
# @param CpuLimit: 最大分配的 CPU 核数,对应 K8S limit
|
2377
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2378
2299
|
# @type CpuLimit: String
|
2379
2300
|
# @param MemRequest: 初始分配的内存 MiB 数,对应 K8S request
|
2380
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2381
2301
|
# @type MemRequest: String
|
2382
2302
|
# @param MemLimit: 最大分配的内存 MiB 数,对应 K8S limit
|
2383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2384
2303
|
# @type MemLimit: String
|
2385
2304
|
# @param Alias: 部署组备注
|
2386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2387
2305
|
# @type Alias: String
|
2388
2306
|
# @param KubeInjectEnable: KubeInjectEnable值
|
2389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2390
2307
|
# @type KubeInjectEnable: Boolean
|
2391
2308
|
# @param UpdatedTime: 更新时间
|
2392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2393
2309
|
# @type UpdatedTime: String
|
2394
2310
|
|
2395
2311
|
attr_accessor :GroupId, :GroupName, :CreateTime, :Server, :RepoName, :TagName, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :Alias, :KubeInjectEnable, :UpdatedTime
|
@@ -2438,7 +2354,6 @@ module TencentCloud
|
|
2438
2354
|
# 部署组列表(应用下钻)
|
2439
2355
|
class ContainGroupResult < TencentCloud::Common::AbstractModel
|
2440
2356
|
# @param Content: 部署组列表
|
2441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2442
2357
|
# @type Content: Array
|
2443
2358
|
# @param TotalCount: 总记录数
|
2444
2359
|
# @type TotalCount: Integer
|
@@ -3145,22 +3060,16 @@ module TencentCloud
|
|
3145
3060
|
# cos临时账号信息
|
3146
3061
|
class CosCredentials < TencentCloud::Common::AbstractModel
|
3147
3062
|
# @param SessionToken: 会话Token
|
3148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3149
3063
|
# @type SessionToken: String
|
3150
3064
|
# @param TmpAppId: 临时应用ID
|
3151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3152
3065
|
# @type TmpAppId: String
|
3153
3066
|
# @param TmpSecretId: 临时调用者身份ID
|
3154
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3155
3067
|
# @type TmpSecretId: String
|
3156
3068
|
# @param TmpSecretKey: 临时密钥
|
3157
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3158
3069
|
# @type TmpSecretKey: String
|
3159
3070
|
# @param ExpiredTime: 过期时间
|
3160
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3161
3071
|
# @type ExpiredTime: Integer
|
3162
3072
|
# @param Domain: 所在域
|
3163
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3164
3073
|
# @type Domain: String
|
3165
3074
|
|
3166
3075
|
attr_accessor :SessionToken, :TmpAppId, :TmpSecretId, :TmpSecretKey, :ExpiredTime, :Domain
|
@@ -3187,16 +3096,12 @@ module TencentCloud
|
|
3187
3096
|
# Cos下载所需信息
|
3188
3097
|
class CosDownloadInfo < TencentCloud::Common::AbstractModel
|
3189
3098
|
# @param Bucket: 桶名称
|
3190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3191
3099
|
# @type Bucket: String
|
3192
3100
|
# @param Region: 地域
|
3193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3194
3101
|
# @type Region: String
|
3195
3102
|
# @param Path: 路径
|
3196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3197
3103
|
# @type Path: String
|
3198
3104
|
# @param Credentials: 鉴权信息
|
3199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3200
3105
|
# @type Credentials: :class:`Tencentcloud::Tsf.v20180326.models.CosCredentials`
|
3201
3106
|
|
3202
3107
|
attr_accessor :Bucket, :Region, :Path, :Credentials
|
@@ -3222,16 +3127,12 @@ module TencentCloud
|
|
3222
3127
|
# cos上传所需信息
|
3223
3128
|
class CosUploadInfo < TencentCloud::Common::AbstractModel
|
3224
3129
|
# @param PkgId: 程序包ID
|
3225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3226
3130
|
# @type PkgId: String
|
3227
3131
|
# @param Bucket: 桶
|
3228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3229
3132
|
# @type Bucket: String
|
3230
3133
|
# @param Region: 目标地域
|
3231
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3232
3134
|
# @type Region: String
|
3233
3135
|
# @param Path: 存储路径
|
3234
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3235
3136
|
# @type Path: String
|
3236
3137
|
# @param Credentials: 鉴权信息
|
3237
3138
|
# @type Credentials: :class:`Tencentcloud::Tsf.v20180326.models.CosCredentials`
|
@@ -5317,19 +5218,14 @@ module TencentCloud
|
|
5317
5218
|
# 自定义容忍调度规则列表
|
5318
5219
|
class CustomTolerateSchedule < TencentCloud::Common::AbstractModel
|
5319
5220
|
# @param Key: -
|
5320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5321
5221
|
# @type Key: String
|
5322
5222
|
# @param Operator: -
|
5323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5324
5223
|
# @type Operator: String
|
5325
5224
|
# @param Value: -
|
5326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5327
5225
|
# @type Value: String
|
5328
5226
|
# @param Effect: -
|
5329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5330
5227
|
# @type Effect: String
|
5331
5228
|
# @param TolerationSeconds: -
|
5332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5333
5229
|
# @type TolerationSeconds: Integer
|
5334
5230
|
|
5335
5231
|
attr_accessor :Key, :Operator, :Value, :Effect, :TolerationSeconds
|
@@ -6265,13 +6161,10 @@ module TencentCloud
|
|
6265
6161
|
# @param ConfigName: 配置名
|
6266
6162
|
# @type ConfigName: String
|
6267
6163
|
# @param CollectPath: 采集路径
|
6268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6269
6164
|
# @type CollectPath: Array
|
6270
6165
|
# @param Groups: 关联部署组信息
|
6271
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6272
6166
|
# @type Groups: Array
|
6273
6167
|
# @param CreateTime: 创建时间
|
6274
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6275
6168
|
# @type CreateTime: String
|
6276
6169
|
# @param KafkaVIp: KafkaVIp
|
6277
6170
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6283,7 +6176,6 @@ module TencentCloud
|
|
6283
6176
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6284
6177
|
# @type KafkaVPort: String
|
6285
6178
|
# @param Topic: Topic
|
6286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6287
6179
|
# @type Topic: String
|
6288
6180
|
# @param LineRule: LineRule
|
6289
6181
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6295,7 +6187,6 @@ module TencentCloud
|
|
6295
6187
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6296
6188
|
# @type EnableGlobalLineRule: Boolean
|
6297
6189
|
# @param EnableAuth: EnableAuth
|
6298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6299
6190
|
# @type EnableAuth: Boolean
|
6300
6191
|
# @param Username: Username
|
6301
6192
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6365,10 +6256,8 @@ module TencentCloud
|
|
6365
6256
|
# 描述配置项绑定的部署组
|
6366
6257
|
class DeliveryConfigBindGroups < TencentCloud::Common::AbstractModel
|
6367
6258
|
# @param TotalCount: 公共条数
|
6368
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6369
6259
|
# @type TotalCount: Integer
|
6370
6260
|
# @param Content: 内容
|
6371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6372
6261
|
# @type Content: Array
|
6373
6262
|
|
6374
6263
|
attr_accessor :TotalCount, :Content
|
@@ -6394,18 +6283,14 @@ module TencentCloud
|
|
6394
6283
|
# kafka投递的topic和path的信息
|
6395
6284
|
class DeliveryKafkaInfo < TencentCloud::Common::AbstractModel
|
6396
6285
|
# @param Topic: 投递kafka的topic
|
6397
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6398
6286
|
# @type Topic: String
|
6399
6287
|
# @param Path: 采集日志的path
|
6400
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6401
6288
|
# @type Path: Array
|
6402
6289
|
# @param LineRule: default,默认换行符分行
|
6403
6290
|
# time,按时间分行
|
6404
6291
|
# custom, 选了custom那么CustomRule就要填入具体的自定义值
|
6405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6406
6292
|
# @type LineRule: String
|
6407
6293
|
# @param CustomRule: 自定义的分行值
|
6408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6409
6294
|
# @type CustomRule: String
|
6410
6295
|
|
6411
6296
|
attr_accessor :Topic, :Path, :LineRule, :CustomRule
|
@@ -6506,8 +6391,8 @@ module TencentCloud
|
|
6506
6391
|
|
6507
6392
|
attr_accessor :GroupId, :TagName, :InstanceNum, :Server, :Reponame, :CpuLimit, :MemLimit, :JvmOpts, :CpuRequest, :MemRequest, :DoNotStart, :RepoName, :UpdateType, :UpdateIvl, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :MaxSurge, :MaxUnavailable, :HealthCheckSettings, :Envs, :ServiceSetting, :DeployAgent, :SchedulingStrategy, :IncrementalDeployment, :RepoType, :VolumeInfos, :VolumeMountInfos, :VolumeInfoList, :VolumeMountInfoList, :VolumeClean, :AgentProfileList, :WarmupSetting
|
6508
6393
|
extend Gem::Deprecate
|
6509
|
-
deprecate :Reponame, :none, 2025,
|
6510
|
-
deprecate :Reponame=, :none, 2025,
|
6394
|
+
deprecate :Reponame, :none, 2025, 3
|
6395
|
+
deprecate :Reponame=, :none, 2025, 3
|
6511
6396
|
|
6512
6397
|
def initialize(groupid=nil, tagname=nil, instancenum=nil, server=nil, cpulimit=nil, memlimit=nil, jvmopts=nil, cpurequest=nil, memrequest=nil, donotstart=nil, reponame=nil, updatetype=nil, updateivl=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, maxsurge=nil, maxunavailable=nil, healthchecksettings=nil, envs=nil, servicesetting=nil, deployagent=nil, schedulingstrategy=nil, incrementaldeployment=nil, repotype=nil, volumeinfos=nil, volumemountinfos=nil, volumeinfolist=nil, volumemountinfolist=nil, volumeclean=nil, agentprofilelist=nil, warmupsetting=nil)
|
6513
6398
|
@GroupId = groupid
|
@@ -12189,16 +12074,12 @@ module TencentCloud
|
|
12189
12074
|
# 空目录选项
|
12190
12075
|
class EmptyDirOption < TencentCloud::Common::AbstractModel
|
12191
12076
|
# @param EnableMemory: -
|
12192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12193
12077
|
# @type EnableMemory: Boolean
|
12194
12078
|
# @param StorageCapacity: -
|
12195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12196
12079
|
# @type StorageCapacity: Integer
|
12197
12080
|
# @param StorageUnit: -
|
12198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12199
12081
|
# @type StorageUnit: String
|
12200
12082
|
# @param SizeLimit: -
|
12201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12202
12083
|
# @type SizeLimit: String
|
12203
12084
|
|
12204
12085
|
attr_accessor :EnableMemory, :StorageCapacity, :StorageUnit, :SizeLimit
|
@@ -12432,22 +12313,16 @@ module TencentCloud
|
|
12432
12313
|
# 独占实例
|
12433
12314
|
class ExclusiveInstance < TencentCloud::Common::AbstractModel
|
12434
12315
|
# @param CenterType: 配置中心类型[Registration、Configuration]
|
12435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12436
12316
|
# @type CenterType: String
|
12437
12317
|
# @param InstanceId: 实例id
|
12438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12439
12318
|
# @type InstanceId: String
|
12440
12319
|
# @param InstanceType: 实例类型[Polaris]
|
12441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12442
12320
|
# @type InstanceType: String
|
12443
12321
|
# @param InstanceName: 实例名称
|
12444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12445
12322
|
# @type InstanceName: String
|
12446
12323
|
# @param RegionId: 实例地域id
|
12447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12448
12324
|
# @type RegionId: String
|
12449
12325
|
# @param InstanceNamespaceId: 实例命名空间ID
|
12450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12451
12326
|
# @type InstanceNamespaceId: String
|
12452
12327
|
|
12453
12328
|
attr_accessor :CenterType, :InstanceId, :InstanceType, :InstanceName, :RegionId, :InstanceNamespaceId
|
@@ -13336,16 +13211,12 @@ module TencentCloud
|
|
13336
13211
|
# @param ClusterType: 集群类型
|
13337
13212
|
# @type ClusterType: String
|
13338
13213
|
# @param ClusterId: 集群id
|
13339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13340
13214
|
# @type ClusterId: String
|
13341
13215
|
# @param ClusterName: 集群名称
|
13342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13343
13216
|
# @type ClusterName: String
|
13344
13217
|
# @param NamespaceName: 命名空间名称
|
13345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13346
13218
|
# @type NamespaceName: String
|
13347
13219
|
# @param AssociateTime: 绑定时间
|
13348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13349
13220
|
# @type AssociateTime: String
|
13350
13221
|
|
13351
13222
|
attr_accessor :GroupId, :GroupName, :ClusterType, :ClusterId, :ClusterName, :NamespaceName, :AssociateTime
|
@@ -13374,49 +13245,34 @@ module TencentCloud
|
|
13374
13245
|
# 部署组实例列表
|
13375
13246
|
class GroupPod < TencentCloud::Common::AbstractModel
|
13376
13247
|
# @param PodName: 实例名称(对应到kubernetes的pod名称)
|
13377
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13378
13248
|
# @type PodName: String
|
13379
13249
|
# @param PodId: 实例ID(对应到kubernetes的pod id)
|
13380
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13381
13250
|
# @type PodId: String
|
13382
13251
|
# @param Status: 实例状态,请参考后面的实例以及容器的状态定义。启动中(pod 未 ready):Starting;运行中:Running;异常:Abnormal;停止:Stopped;
|
13383
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13384
13252
|
# @type Status: String
|
13385
13253
|
# @param Reason: 实例处于当前状态的原因,例如容器下载镜像失败
|
13386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13387
13254
|
# @type Reason: String
|
13388
13255
|
# @param NodeIp: 主机IP
|
13389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13390
13256
|
# @type NodeIp: String
|
13391
13257
|
# @param Ip: 实例IP
|
13392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13393
13258
|
# @type Ip: String
|
13394
13259
|
# @param RestartCount: 实例中容器的重启次数
|
13395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13396
13260
|
# @type RestartCount: Integer
|
13397
13261
|
# @param ReadyCount: 实例中已就绪容器的个数
|
13398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13399
13262
|
# @type ReadyCount: Integer
|
13400
13263
|
# @param Runtime: 运行时长
|
13401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13402
13264
|
# @type Runtime: String
|
13403
13265
|
# @param CreatedAt: 实例启动时间
|
13404
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13405
13266
|
# @type CreatedAt: String
|
13406
13267
|
# @param ServiceInstanceStatus: 服务实例状态
|
13407
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13408
13268
|
# @type ServiceInstanceStatus: String
|
13409
13269
|
# @param InstanceAvailableStatus: 机器实例可使用状态
|
13410
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13411
13270
|
# @type InstanceAvailableStatus: String
|
13412
13271
|
# @param InstanceStatus: 机器实例状态
|
13413
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13414
13272
|
# @type InstanceStatus: String
|
13415
13273
|
# @param NodeInstanceId: 节点实例id
|
13416
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13417
13274
|
# @type NodeInstanceId: String
|
13418
13275
|
# @param SpecTotalCount: 预期副本数
|
13419
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13420
13276
|
# @type SpecTotalCount: String
|
13421
13277
|
|
13422
13278
|
attr_accessor :PodName, :PodId, :Status, :Reason, :NodeIp, :Ip, :RestartCount, :ReadyCount, :Runtime, :CreatedAt, :ServiceInstanceStatus, :InstanceAvailableStatus, :InstanceStatus, :NodeInstanceId, :SpecTotalCount
|
@@ -13461,10 +13317,8 @@ module TencentCloud
|
|
13461
13317
|
# 部署组实例列表
|
13462
13318
|
class GroupPodResult < TencentCloud::Common::AbstractModel
|
13463
13319
|
# @param TotalCount: 总记录数
|
13464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13465
13320
|
# @type TotalCount: Integer
|
13466
13321
|
# @param Content: 列表信息
|
13467
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13468
13322
|
# @type Content: Array
|
13469
13323
|
|
13470
13324
|
attr_accessor :TotalCount, :Content
|
@@ -13658,16 +13512,12 @@ module TencentCloud
|
|
13658
13512
|
# API分组日使用统计对象数据点
|
13659
13513
|
class GroupUseStatisticsEntity < TencentCloud::Common::AbstractModel
|
13660
13514
|
# @param ApiPath: API 路径
|
13661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13662
13515
|
# @type ApiPath: String
|
13663
13516
|
# @param ServiceName: 服务名
|
13664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13665
13517
|
# @type ServiceName: String
|
13666
13518
|
# @param Value: 统计值
|
13667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13668
13519
|
# @type Value: String
|
13669
13520
|
# @param ApiId: API ID
|
13670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13671
13521
|
# @type ApiId: String
|
13672
13522
|
|
13673
13523
|
attr_accessor :ApiPath, :ServiceName, :Value, :ApiId
|
@@ -13690,7 +13540,6 @@ module TencentCloud
|
|
13690
13540
|
# 健康检查配置
|
13691
13541
|
class HealthCheckConfig < TencentCloud::Common::AbstractModel
|
13692
13542
|
# @param Path: 健康检查路径
|
13693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13694
13543
|
# @type Path: String
|
13695
13544
|
|
13696
13545
|
attr_accessor :Path
|
@@ -13802,61 +13651,42 @@ module TencentCloud
|
|
13802
13651
|
# 镜像仓库
|
13803
13652
|
class ImageRepository < TencentCloud::Common::AbstractModel
|
13804
13653
|
# @param Reponame: 仓库名,含命名空间,如tsf/nginx
|
13805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13806
13654
|
# @type Reponame: String
|
13807
13655
|
# @param Repotype: 仓库类型
|
13808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13809
13656
|
# @type Repotype: String
|
13810
13657
|
# @param TagCount: 镜像版本数
|
13811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13812
13658
|
# @type TagCount: Integer
|
13813
13659
|
# @param IsPublic: 是否公共,1:公有,0:私有
|
13814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13815
13660
|
# @type IsPublic: Integer
|
13816
13661
|
# @param IsUserFavor: 是否被用户收藏。true:是,false:否
|
13817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13818
13662
|
# @type IsUserFavor: Boolean
|
13819
13663
|
# @param IsQcloudOfficial: 是否是腾讯云官方仓库。 是否是腾讯云官方仓库。true:是,false:否
|
13820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13821
13664
|
# @type IsQcloudOfficial: Boolean
|
13822
13665
|
# @param FavorCount: 被所有用户收藏次数
|
13823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13824
13666
|
# @type FavorCount: Integer
|
13825
13667
|
# @param PullCount: 拉取次数
|
13826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13827
13668
|
# @type PullCount: Integer
|
13828
13669
|
# @param Description: 描述内容
|
13829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13830
13670
|
# @type Description: String
|
13831
13671
|
# @param CreationTime: 创建时间
|
13832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13833
13672
|
# @type CreationTime: String
|
13834
13673
|
# @param UpdateTime: 更新时间
|
13835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13836
13674
|
# @type UpdateTime: String
|
13837
13675
|
# @param TcrRepoInfo: TcrRepoInfo值
|
13838
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13839
13676
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
13840
13677
|
# @param TcrBindingId: TcrBindingId值
|
13841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13842
13678
|
# @type TcrBindingId: Integer
|
13843
13679
|
# @param ApplicationId: applicationid值
|
13844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13845
13680
|
# @type ApplicationId: String
|
13846
13681
|
# @param ApplicationName: ApplicationName值(废弃)
|
13847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13848
13682
|
# @type ApplicationName: :class:`Tencentcloud::Tsf.v20180326.models.ScalableRule`
|
13849
13683
|
# @param ApplicationNameReal: ApplicationName值
|
13850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13851
13684
|
# @type ApplicationNameReal: String
|
13852
13685
|
# @param Public: 是否公共,1:公有,0:私有
|
13853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13854
13686
|
# @type Public: Integer
|
13855
13687
|
# @param CreateMode: 创建方式:manual | automatic
|
13856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13857
13688
|
# @type CreateMode: String
|
13858
13689
|
# @param RepoName: 仓库名,等同reponame字段
|
13859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13860
13690
|
# @type RepoName: String
|
13861
13691
|
|
13862
13692
|
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal, :Public, :CreateMode, :RepoName
|
@@ -13915,13 +13745,11 @@ module TencentCloud
|
|
13915
13745
|
# 镜像仓库列表
|
13916
13746
|
class ImageRepositoryResult < TencentCloud::Common::AbstractModel
|
13917
13747
|
# @param TotalCount: 总记录数
|
13918
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13919
13748
|
# @type TotalCount: Integer
|
13920
13749
|
# @param Server: 镜像服务器地址
|
13921
13750
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
13922
13751
|
# @type Server: String
|
13923
13752
|
# @param Content: 列表信息
|
13924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13925
13753
|
# @type Content: Array
|
13926
13754
|
|
13927
13755
|
attr_accessor :TotalCount, :Server, :Content
|
@@ -13969,14 +13797,12 @@ module TencentCloud
|
|
13969
13797
|
# @param DockerVersion: Docker客户端版本
|
13970
13798
|
# @type DockerVersion: String
|
13971
13799
|
# @param Os: 操作系统
|
13972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13973
13800
|
# @type Os: String
|
13974
13801
|
# @param PushTime: push时间
|
13975
13802
|
# @type PushTime: String
|
13976
13803
|
# @param SizeByte: 单位为字节
|
13977
13804
|
# @type SizeByte: Integer
|
13978
13805
|
# @param TcrRepoInfo: TcrRepoInfo值
|
13979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13980
13806
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
13981
13807
|
|
13982
13808
|
attr_accessor :RepoName, :TagName, :TagId, :ImageId, :Size, :CreationTime, :UpdateTime, :Author, :Architecture, :DockerVersion, :Os, :PushTime, :SizeByte, :TcrRepoInfo
|
@@ -14057,13 +13883,10 @@ module TencentCloud
|
|
14057
13883
|
# 监控指标坐标
|
14058
13884
|
class IndicatorCoord < TencentCloud::Common::AbstractModel
|
14059
13885
|
# @param CoordX: 指标横坐标值
|
14060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14061
13886
|
# @type CoordX: String
|
14062
13887
|
# @param CoordY: 指标纵坐标值
|
14063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14064
13888
|
# @type CoordY: String
|
14065
13889
|
# @param CoordTag: 指标标签,用于标识附加信息
|
14066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14067
13890
|
# @type CoordTag: String
|
14068
13891
|
|
14069
13892
|
attr_accessor :CoordX, :CoordY, :CoordTag
|
@@ -14314,55 +14137,38 @@ module TencentCloud
|
|
14314
14137
|
# 包含虚拟机所在TSF中的位置信息
|
14315
14138
|
class InstanceEnrichedInfo < TencentCloud::Common::AbstractModel
|
14316
14139
|
# @param InstanceId: 机器ID
|
14317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14318
14140
|
# @type InstanceId: String
|
14319
14141
|
# @param InstanceName: 机器名称
|
14320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14321
14142
|
# @type InstanceName: String
|
14322
14143
|
# @param LanIp: 机器内网IP
|
14323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14324
14144
|
# @type LanIp: String
|
14325
14145
|
# @param WanIp: 机器外网IP
|
14326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14327
14146
|
# @type WanIp: String
|
14328
14147
|
# @param VpcId: 机器所在VPC
|
14329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14330
14148
|
# @type VpcId: String
|
14331
14149
|
# @param InstanceStatus: 机器运行状态 Pending Running Stopped Rebooting Starting Stopping Abnormal Unknown
|
14332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14333
14150
|
# @type InstanceStatus: String
|
14334
14151
|
# @param InstanceAvailableStatus: 机器可用状态(表示机器上的Agent在线)
|
14335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14336
14152
|
# @type InstanceAvailableStatus: String
|
14337
14153
|
# @param ApplicationId: 应用ID
|
14338
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14339
14154
|
# @type ApplicationId: String
|
14340
14155
|
# @param ApplicationName: 应用名称
|
14341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14342
14156
|
# @type ApplicationName: String
|
14343
14157
|
# @param ApplicationType: 应用类型
|
14344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14345
14158
|
# @type ApplicationType: String
|
14346
14159
|
# @param ClusterId: 集群ID
|
14347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14348
14160
|
# @type ClusterId: String
|
14349
14161
|
# @param ClusterName: 集群名称
|
14350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14351
14162
|
# @type ClusterName: String
|
14352
14163
|
# @param ClusterType: 集群类型
|
14353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14354
14164
|
# @type ClusterType: String
|
14355
14165
|
# @param NamespaceId: 命名空间ID
|
14356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14357
14166
|
# @type NamespaceId: String
|
14358
14167
|
# @param NamespaceName: 命名空间名称
|
14359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14360
14168
|
# @type NamespaceName: String
|
14361
14169
|
# @param GroupId: 机器所在部署组ID
|
14362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14363
14170
|
# @type GroupId: String
|
14364
14171
|
# @param GroupName: 部署组名称
|
14365
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14366
14172
|
# @type GroupName: String
|
14367
14173
|
|
14368
14174
|
attr_accessor :InstanceId, :InstanceName, :LanIp, :WanIp, :VpcId, :InstanceStatus, :InstanceAvailableStatus, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :GroupId, :GroupName
|
@@ -14411,10 +14217,8 @@ module TencentCloud
|
|
14411
14217
|
# InstanceEnrichedInfo列表结构
|
14412
14218
|
class InstanceEnrichedInfoPage < TencentCloud::Common::AbstractModel
|
14413
14219
|
# @param TotalCount: 总数量
|
14414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14415
14220
|
# @type TotalCount: Integer
|
14416
14221
|
# @param Content: 列表
|
14417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14418
14222
|
# @type Content: Array
|
14419
14223
|
|
14420
14224
|
attr_accessor :TotalCount, :Content
|
@@ -14449,19 +14253,14 @@ module TencentCloud
|
|
14449
14253
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14450
14254
|
# @type InvocationAvgDuration: Float
|
14451
14255
|
# @param InvocationSuccessDistribution: 成功请求数时间分布
|
14452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14453
14256
|
# @type InvocationSuccessDistribution: Array
|
14454
14257
|
# @param InvocationFailedDistribution: 失败请求数时间分布
|
14455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14456
14258
|
# @type InvocationFailedDistribution: Array
|
14457
14259
|
# @param InvocationStatusDistribution: 状态码分布
|
14458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14459
14260
|
# @type InvocationStatusDistribution: Array
|
14460
14261
|
# @param InvocationDurationDistribution: 时延分布
|
14461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14462
14262
|
# @type InvocationDurationDistribution: Array
|
14463
14263
|
# @param InvocationQuantityDistribution: 并发请求次数时间分布
|
14464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14465
14264
|
# @type InvocationQuantityDistribution: Array
|
14466
14265
|
|
14467
14266
|
attr_accessor :InvocationQuantity, :InvocationSuccessRate, :InvocationAvgDuration, :InvocationSuccessDistribution, :InvocationFailedDistribution, :InvocationStatusDistribution, :InvocationDurationDistribution, :InvocationQuantityDistribution
|
@@ -14679,28 +14478,21 @@ module TencentCloud
|
|
14679
14478
|
# 投递kafka配置项
|
14680
14479
|
class KafkaDeliveryConfig < TencentCloud::Common::AbstractModel
|
14681
14480
|
# @param ConfigId: 配置项id
|
14682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14683
14481
|
# @type ConfigId: String
|
14684
14482
|
# @param ConfigName: 配置名称
|
14685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14686
14483
|
# @type ConfigName: String
|
14687
14484
|
# @param CollectPath: 采集路径
|
14688
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14689
14485
|
# @type CollectPath: Array
|
14690
14486
|
# @param KafkaVIp: kafka vip
|
14691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14692
14487
|
# @type KafkaVIp: String
|
14693
14488
|
# @param KafkaVPort: kafka vport
|
14694
14489
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14695
14490
|
# @type KafkaVPort: String
|
14696
14491
|
# @param Topic: kafka topic
|
14697
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14698
14492
|
# @type Topic: String
|
14699
14493
|
# @param LineRule: 换行规则
|
14700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14701
14494
|
# @type LineRule: String
|
14702
14495
|
# @param EnableAuth: 是否需要认证
|
14703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14704
14496
|
# @type EnableAuth: Boolean
|
14705
14497
|
# @param Username: 用户名
|
14706
14498
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -14709,10 +14501,8 @@ module TencentCloud
|
|
14709
14501
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14710
14502
|
# @type Password: String
|
14711
14503
|
# @param KafkaInfos: 投递的topic和path
|
14712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14713
14504
|
# @type KafkaInfos: Array
|
14714
14505
|
# @param EnableGlobalLineRule: 是否应用单行规则
|
14715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14716
14506
|
# @type EnableGlobalLineRule: Boolean
|
14717
14507
|
# @param CustomRule: 自定义分行规则
|
14718
14508
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -15121,10 +14911,8 @@ module TencentCloud
|
|
15121
14911
|
# 指标
|
15122
14912
|
class Metric < TencentCloud::Common::AbstractModel
|
15123
14913
|
# @param Name: 指标名称
|
15124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15125
14914
|
# @type Name: String
|
15126
14915
|
# @param Function: 指标计算方式
|
15127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15128
14916
|
# @type Function: String
|
15129
14917
|
|
15130
14918
|
attr_accessor :Name, :Function
|
@@ -15143,13 +14931,10 @@ module TencentCloud
|
|
15143
14931
|
# 指标监控数据曲线
|
15144
14932
|
class MetricDataCurve < TencentCloud::Common::AbstractModel
|
15145
14933
|
# @param MetricName: 指标名称
|
15146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15147
14934
|
# @type MetricName: String
|
15148
14935
|
# @param MetricFunction: 指标计算方式
|
15149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15150
14936
|
# @type MetricFunction: String
|
15151
14937
|
# @param MetricDataPoints: 指标数据点集合
|
15152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15153
14938
|
# @type MetricDataPoints: Array
|
15154
14939
|
|
15155
14940
|
attr_accessor :MetricName, :MetricFunction, :MetricDataPoints
|
@@ -15177,13 +14962,10 @@ module TencentCloud
|
|
15177
14962
|
# 监控统计数据点
|
15178
14963
|
class MetricDataPoint < TencentCloud::Common::AbstractModel
|
15179
14964
|
# @param Key: 数据点键
|
15180
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15181
14965
|
# @type Key: String
|
15182
14966
|
# @param Value: 数据点值
|
15183
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15184
14967
|
# @type Value: String
|
15185
14968
|
# @param Tag: 数据点标签
|
15186
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15187
14969
|
# @type Tag: String
|
15188
14970
|
|
15189
14971
|
attr_accessor :Key, :Value, :Tag
|
@@ -15249,16 +15031,12 @@ module TencentCloud
|
|
15249
15031
|
# 单值指标
|
15250
15032
|
class MetricDataSingleValue < TencentCloud::Common::AbstractModel
|
15251
15033
|
# @param MetricName: 指标
|
15252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15253
15034
|
# @type MetricName: String
|
15254
15035
|
# @param MetricFunction: 统计方式
|
15255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15256
15036
|
# @type MetricFunction: String
|
15257
15037
|
# @param MetricDataValue: 指标值
|
15258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15259
15038
|
# @type MetricDataValue: String
|
15260
15039
|
# @param DailyPercent: 日环比
|
15261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15262
15040
|
# @type DailyPercent: Float
|
15263
15041
|
|
15264
15042
|
attr_accessor :MetricName, :MetricFunction, :MetricDataValue, :DailyPercent
|
@@ -15281,10 +15059,8 @@ module TencentCloud
|
|
15281
15059
|
# 指标维度
|
15282
15060
|
class MetricDimension < TencentCloud::Common::AbstractModel
|
15283
15061
|
# @param Name: 指标维度名称
|
15284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15285
15062
|
# @type Name: String
|
15286
15063
|
# @param Value: 指标维度取值
|
15287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15288
15064
|
# @type Value: String
|
15289
15065
|
|
15290
15066
|
attr_accessor :Name, :Value
|
@@ -16412,49 +16188,34 @@ module TencentCloud
|
|
16412
16188
|
# 命名空间
|
16413
16189
|
class Namespace < TencentCloud::Common::AbstractModel
|
16414
16190
|
# @param NamespaceId: 命名空间ID
|
16415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16416
16191
|
# @type NamespaceId: String
|
16417
16192
|
# @param NamespaceCode: 命名空间编码
|
16418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16419
16193
|
# @type NamespaceCode: String
|
16420
16194
|
# @param NamespaceName: 命名空间名称
|
16421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16422
16195
|
# @type NamespaceName: String
|
16423
16196
|
# @param NamespaceDesc: 命名空间描述
|
16424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16425
16197
|
# @type NamespaceDesc: String
|
16426
16198
|
# @param IsDefault: 默认命名空间
|
16427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16428
16199
|
# @type IsDefault: String
|
16429
16200
|
# @param NamespaceStatus: 命名空间状态
|
16430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16431
16201
|
# @type NamespaceStatus: String
|
16432
16202
|
# @param DeleteFlag: 删除标识
|
16433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16434
16203
|
# @type DeleteFlag: Boolean
|
16435
16204
|
# @param CreateTime: 创建时间
|
16436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16437
16205
|
# @type CreateTime: String
|
16438
16206
|
# @param UpdateTime: 更新时间
|
16439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16440
16207
|
# @type UpdateTime: String
|
16441
16208
|
# @param ClusterList: 集群数组,仅携带集群ID,集群名称,集群类型等基础信息。
|
16442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16443
16209
|
# @type ClusterList: Array
|
16444
16210
|
# @param ClusterId: 集群ID
|
16445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16446
16211
|
# @type ClusterId: String
|
16447
16212
|
# @param NamespaceResourceType: 集群资源类型
|
16448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16449
16213
|
# @type NamespaceResourceType: String
|
16450
16214
|
# @param NamespaceType: 命名空间类型
|
16451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16452
16215
|
# @type NamespaceType: String
|
16453
16216
|
# @param IsHaEnable: 是否开启高可用
|
16454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16455
16217
|
# @type IsHaEnable: String
|
16456
16218
|
# @param KubeInjectEnable: KubeInjectEnable值
|
16457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16458
16219
|
# @type KubeInjectEnable: Boolean
|
16459
16220
|
|
16460
16221
|
attr_accessor :NamespaceId, :NamespaceCode, :NamespaceName, :NamespaceDesc, :IsDefault, :NamespaceStatus, :DeleteFlag, :CreateTime, :UpdateTime, :ClusterList, :ClusterId, :NamespaceResourceType, :NamespaceType, :IsHaEnable, :KubeInjectEnable
|
@@ -16589,13 +16350,10 @@ module TencentCloud
|
|
16589
16350
|
# 提供给前端控制按钮显示逻辑的字段
|
16590
16351
|
class OperationInfoDetail < TencentCloud::Common::AbstractModel
|
16591
16352
|
# @param DisabledReason: 不显示的原因
|
16592
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16593
16353
|
# @type DisabledReason: String
|
16594
16354
|
# @param Enabled: 该按钮是否可点击
|
16595
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16596
16355
|
# @type Enabled: Boolean
|
16597
16356
|
# @param Supported: 是否显示该按钮
|
16598
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16599
16357
|
# @type Supported: Boolean
|
16600
16358
|
|
16601
16359
|
attr_accessor :DisabledReason, :Enabled, :Supported
|
@@ -16616,19 +16374,14 @@ module TencentCloud
|
|
16616
16374
|
# TSF基本资源信息概览
|
16617
16375
|
class OverviewBasicResourceUsage < TencentCloud::Common::AbstractModel
|
16618
16376
|
# @param ApplicationCount: 应用总数
|
16619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16620
16377
|
# @type ApplicationCount: Integer
|
16621
16378
|
# @param NamespaceCount: 命名空间总数
|
16622
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16623
16379
|
# @type NamespaceCount: Integer
|
16624
16380
|
# @param GroupCount: 部署组个数
|
16625
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16626
16381
|
# @type GroupCount: Integer
|
16627
16382
|
# @param PackageSpaceUsed: 程序包存储空间用量,单位字节
|
16628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16629
16383
|
# @type PackageSpaceUsed: Integer
|
16630
16384
|
# @param ConsulInstanceCount: 已注册实例数
|
16631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16632
16385
|
# @type ConsulInstanceCount: Integer
|
16633
16386
|
|
16634
16387
|
attr_accessor :ApplicationCount, :NamespaceCount, :GroupCount, :PackageSpaceUsed, :ConsulInstanceCount
|
@@ -16775,10 +16528,8 @@ module TencentCloud
|
|
16775
16528
|
# 描述程序包关联信息
|
16776
16529
|
class PkgBind < TencentCloud::Common::AbstractModel
|
16777
16530
|
# @param ApplicationId: 应用id
|
16778
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16779
16531
|
# @type ApplicationId: String
|
16780
16532
|
# @param GroupId: 部署组id
|
16781
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16782
16533
|
# @type GroupId: String
|
16783
16534
|
|
16784
16535
|
attr_accessor :ApplicationId, :GroupId
|
@@ -16797,31 +16548,22 @@ module TencentCloud
|
|
16797
16548
|
# 包信息
|
16798
16549
|
class PkgInfo < TencentCloud::Common::AbstractModel
|
16799
16550
|
# @param PkgId: 程序包ID
|
16800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16801
16551
|
# @type PkgId: String
|
16802
16552
|
# @param PkgName: 程序包名
|
16803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16804
16553
|
# @type PkgName: String
|
16805
16554
|
# @param PkgType: 程序包类型
|
16806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16807
16555
|
# @type PkgType: String
|
16808
16556
|
# @param PkgVersion: 程序包版本
|
16809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16810
16557
|
# @type PkgVersion: String
|
16811
16558
|
# @param PkgDesc: 程序包描述
|
16812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16813
16559
|
# @type PkgDesc: String
|
16814
16560
|
# @param UploadTime: 上传时间
|
16815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16816
16561
|
# @type UploadTime: String
|
16817
16562
|
# @param Md5: 程序包MD5
|
16818
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16819
16563
|
# @type Md5: String
|
16820
16564
|
# @param PkgPubStatus: 程序包状态
|
16821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16822
16565
|
# @type PkgPubStatus: Integer
|
16823
16566
|
# @param PkgBindInfo: 程序包关联关系
|
16824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16825
16567
|
# @type PkgBindInfo: Array
|
16826
16568
|
|
16827
16569
|
attr_accessor :PkgId, :PkgName, :PkgType, :PkgVersion, :PkgDesc, :UploadTime, :Md5, :PkgPubStatus, :PkgBindInfo
|
@@ -16863,16 +16605,12 @@ module TencentCloud
|
|
16863
16605
|
# @param TotalCount: 程序包总量
|
16864
16606
|
# @type TotalCount: Integer
|
16865
16607
|
# @param Content: 程序包信息列表
|
16866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16867
16608
|
# @type Content: Array
|
16868
16609
|
# @param RepositoryId: 程序包仓库id
|
16869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16870
16610
|
# @type RepositoryId: String
|
16871
16611
|
# @param RepositoryType: 程序包仓库类型
|
16872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16873
16612
|
# @type RepositoryType: String
|
16874
16613
|
# @param RepositoryName: 程序包仓库名称
|
16875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16876
16614
|
# @type RepositoryName: String
|
16877
16615
|
|
16878
16616
|
attr_accessor :TotalCount, :Content, :RepositoryId, :RepositoryType, :RepositoryName
|
@@ -16924,10 +16662,8 @@ module TencentCloud
|
|
16924
16662
|
# tsf-privilege模块 Program数据集
|
16925
16663
|
class Program < TencentCloud::Common::AbstractModel
|
16926
16664
|
# @param ProgramId: 数据集ID
|
16927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16928
16665
|
# @type ProgramId: String
|
16929
16666
|
# @param ProgramName: 数据集名称
|
16930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16931
16667
|
# @type ProgramName: String
|
16932
16668
|
# @param ProgramDesc: 数据集描述
|
16933
16669
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -16936,13 +16672,10 @@ module TencentCloud
|
|
16936
16672
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
16937
16673
|
# @type DeleteFlag: Boolean
|
16938
16674
|
# @param CreationTime: 创建时间
|
16939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16940
16675
|
# @type CreationTime: Integer
|
16941
16676
|
# @param LastUpdateTime: 最后更新时间
|
16942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16943
16677
|
# @type LastUpdateTime: Integer
|
16944
16678
|
# @param ProgramItemList: 数据项列表,无值时返回空数组
|
16945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16946
16679
|
# @type ProgramItemList: Array
|
16947
16680
|
|
16948
16681
|
attr_accessor :ProgramId, :ProgramName, :ProgramDesc, :DeleteFlag, :CreationTime, :LastUpdateTime, :ProgramItemList
|
@@ -16978,28 +16711,20 @@ module TencentCloud
|
|
16978
16711
|
# tsf-privilege模块,数据项
|
16979
16712
|
class ProgramItem < TencentCloud::Common::AbstractModel
|
16980
16713
|
# @param ProgramItemId: 数据项ID
|
16981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16982
16714
|
# @type ProgramItemId: String
|
16983
16715
|
# @param Resource: 资源
|
16984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16985
16716
|
# @type Resource: :class:`Tencentcloud::Tsf.v20180326.models.Resource`
|
16986
16717
|
# @param ValueList: 数据值列表
|
16987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16988
16718
|
# @type ValueList: Array
|
16989
16719
|
# @param IsAll: 全选标识,true: 全选;false: 非全选
|
16990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16991
16720
|
# @type IsAll: Boolean
|
16992
16721
|
# @param CreationTime: 创建时间
|
16993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16994
16722
|
# @type CreationTime: Integer
|
16995
16723
|
# @param LastUpdateTime: 最后更新时间
|
16996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16997
16724
|
# @type LastUpdateTime: Integer
|
16998
16725
|
# @param DeleteFlag: 删除标识,true: 可删除;false: 不可删除
|
16999
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17000
16726
|
# @type DeleteFlag: Boolean
|
17001
16727
|
# @param ProgramId: 数据集ID
|
17002
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17003
16728
|
# @type ProgramId: String
|
17004
16729
|
|
17005
16730
|
attr_accessor :ProgramItemId, :Resource, :ValueList, :IsAll, :CreationTime, :LastUpdateTime, :DeleteFlag, :ProgramId
|
@@ -17064,10 +16789,8 @@ module TencentCloud
|
|
17064
16789
|
# @param TargetPort: 容器端口
|
17065
16790
|
# @type TargetPort: Integer
|
17066
16791
|
# @param NodePort: 主机端口
|
17067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17068
16792
|
# @type NodePort: Integer
|
17069
16793
|
# @param Name: 端口名称
|
17070
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17071
16794
|
# @type Name: String
|
17072
16795
|
|
17073
16796
|
attr_accessor :Protocol, :Port, :TargetPort, :NodePort, :Name
|
@@ -17584,28 +17307,20 @@ module TencentCloud
|
|
17584
17307
|
# @param RepositoryId: 仓库ID
|
17585
17308
|
# @type RepositoryId: String
|
17586
17309
|
# @param RepositoryName: 仓库名称
|
17587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17588
17310
|
# @type RepositoryName: String
|
17589
17311
|
# @param RepositoryType: 仓库类型(默认仓库:default,私有仓库:private)
|
17590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17591
17312
|
# @type RepositoryType: String
|
17592
17313
|
# @param RepositoryDesc: 仓库描述
|
17593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17594
17314
|
# @type RepositoryDesc: String
|
17595
17315
|
# @param IsUsed: 仓库是否正在被使用
|
17596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17597
17316
|
# @type IsUsed: Boolean
|
17598
17317
|
# @param CreateTime: 仓库创建时间
|
17599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17600
17318
|
# @type CreateTime: String
|
17601
17319
|
# @param BucketName: 仓库桶名称
|
17602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17603
17320
|
# @type BucketName: String
|
17604
17321
|
# @param BucketRegion: 仓库桶所在地域
|
17605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17606
17322
|
# @type BucketRegion: String
|
17607
17323
|
# @param Directory: 仓库目录
|
17608
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17609
17324
|
# @type Directory: String
|
17610
17325
|
|
17611
17326
|
attr_accessor :RepositoryId, :RepositoryName, :RepositoryType, :RepositoryDesc, :IsUsed, :CreateTime, :BucketName, :BucketRegion, :Directory
|
@@ -17640,7 +17355,6 @@ module TencentCloud
|
|
17640
17355
|
# @param TotalCount: 仓库总量
|
17641
17356
|
# @type TotalCount: Integer
|
17642
17357
|
# @param Content: 仓库信息列表
|
17643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17644
17358
|
# @type Content: Array
|
17645
17359
|
|
17646
17360
|
attr_accessor :TotalCount, :Content
|
@@ -17666,49 +17380,34 @@ module TencentCloud
|
|
17666
17380
|
# tsf-privilege 模块,资源
|
17667
17381
|
class Resource < TencentCloud::Common::AbstractModel
|
17668
17382
|
# @param ResourceId: 资源ID
|
17669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17670
17383
|
# @type ResourceId: String
|
17671
17384
|
# @param ResourceCode: 资源编码
|
17672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17673
17385
|
# @type ResourceCode: String
|
17674
17386
|
# @param ResourceName: 资源名称
|
17675
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17676
17387
|
# @type ResourceName: String
|
17677
17388
|
# @param ServiceCode: 资源所属产品编码
|
17678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17679
17389
|
# @type ServiceCode: String
|
17680
17390
|
# @param ResourceAction: 选取资源使用的Action
|
17681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17682
17391
|
# @type ResourceAction: String
|
17683
17392
|
# @param IdField: 资源数据查询的ID字段名
|
17684
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17685
17393
|
# @type IdField: String
|
17686
17394
|
# @param NameField: 资源数据查询的名称字段名
|
17687
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17688
17395
|
# @type NameField: String
|
17689
17396
|
# @param SelectIdsField: 资源数据查询的ID过滤字段名
|
17690
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17691
17397
|
# @type SelectIdsField: String
|
17692
17398
|
# @param CreationTime: 创建时间
|
17693
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17694
17399
|
# @type CreationTime: Integer
|
17695
17400
|
# @param LastUpdateTime: 最后更新时间
|
17696
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17697
17401
|
# @type LastUpdateTime: Integer
|
17698
17402
|
# @param DeleteFlag: 删除标识
|
17699
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17700
17403
|
# @type DeleteFlag: Boolean
|
17701
17404
|
# @param ResourceDesc: 资源描述
|
17702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17703
17405
|
# @type ResourceDesc: String
|
17704
17406
|
# @param CanSelectAll: 是否可以选择全部
|
17705
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17706
17407
|
# @type CanSelectAll: Boolean
|
17707
17408
|
# @param SearchWordField: 资源数据查询的模糊查询字段名
|
17708
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17709
17409
|
# @type SearchWordField: String
|
17710
17410
|
# @param Index: 排序
|
17711
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17712
17411
|
# @type Index: Integer
|
17713
17412
|
|
17714
17413
|
attr_accessor :ResourceId, :ResourceCode, :ResourceName, :ServiceCode, :ResourceAction, :IdField, :NameField, :SelectIdsField, :CreationTime, :LastUpdateTime, :DeleteFlag, :ResourceDesc, :CanSelectAll, :SearchWordField, :Index
|
@@ -17770,7 +17469,6 @@ module TencentCloud
|
|
17770
17469
|
# 资源任务转态结果
|
17771
17470
|
class ResourceTaskStatusResult < TencentCloud::Common::AbstractModel
|
17772
17471
|
# @param TaskStatus: 任务的执行状态
|
17773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17774
17472
|
# @type TaskStatus: Integer
|
17775
17473
|
|
17776
17474
|
attr_accessor :TaskStatus
|
@@ -17937,31 +17635,22 @@ module TencentCloud
|
|
17937
17635
|
# ScalableRule值
|
17938
17636
|
class ScalableRule < TencentCloud::Common::AbstractModel
|
17939
17637
|
# @param RuleId: RuleId值
|
17940
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17941
17638
|
# @type RuleId: String
|
17942
17639
|
# @param Name: Name值
|
17943
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17944
17640
|
# @type Name: String
|
17945
17641
|
# @param ExpandVmCountLimit: ExpandVmCountLimit值
|
17946
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17947
17642
|
# @type ExpandVmCountLimit: Integer
|
17948
17643
|
# @param ShrinkVmCountLimit: ShrinkVmCountLimit值
|
17949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17950
17644
|
# @type ShrinkVmCountLimit: Integer
|
17951
17645
|
# @param GroupCount: GroupCount值
|
17952
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17953
17646
|
# @type GroupCount: Integer
|
17954
17647
|
# @param Desc: 备注
|
17955
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17956
17648
|
# @type Desc: String
|
17957
17649
|
# @param Description: 备注
|
17958
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17959
17650
|
# @type Description: String
|
17960
17651
|
# @param DisableMetricAS: 是否关闭指标伸缩, 默认0, 0:打开指标伸缩 1:关闭指标伸缩
|
17961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17962
17652
|
# @type DisableMetricAS: Integer
|
17963
17653
|
# @param EnableCronAS: 开启定时伸缩规则, 默认0, 0:关闭定时伸缩 1:开启定时伸缩
|
17964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17965
17654
|
# @type EnableCronAS: Integer
|
17966
17655
|
|
17967
17656
|
attr_accessor :RuleId, :Name, :ExpandVmCountLimit, :ShrinkVmCountLimit, :GroupCount, :Desc, :Description, :DisableMetricAS, :EnableCronAS
|
@@ -17994,40 +17683,28 @@ module TencentCloud
|
|
17994
17683
|
# tsf 容器集群节点调度策略
|
17995
17684
|
class SchedulingStrategy < TencentCloud::Common::AbstractModel
|
17996
17685
|
# @param Type: NONE:不使用调度策略;CROSS_AZ:跨可用区部署
|
17997
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17998
17686
|
# @type Type: String
|
17999
17687
|
# @param NodeScheduleStrategyType: -
|
18000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18001
17688
|
# @type NodeScheduleStrategyType: String
|
18002
17689
|
# @param NodeScheduleOptions: -
|
18003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18004
17690
|
# @type NodeScheduleOptions: Array
|
18005
17691
|
# @param StrongAffinityList: -
|
18006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18007
17692
|
# @type StrongAffinityList: Array
|
18008
17693
|
# @param WeakAffinityList: -
|
18009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18010
17694
|
# @type WeakAffinityList: Array
|
18011
17695
|
# @param WeakAffinityWeight: -
|
18012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18013
17696
|
# @type WeakAffinityWeight: Integer
|
18014
17697
|
# @param AvailableZoneScatterScheduleType: -
|
18015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18016
17698
|
# @type AvailableZoneScatterScheduleType: String
|
18017
17699
|
# @param AvailableZoneScatterScheduleRules: -
|
18018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18019
17700
|
# @type AvailableZoneScatterScheduleRules: Array
|
18020
17701
|
# @param PodScheduleStrategyType: -
|
18021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18022
17702
|
# @type PodScheduleStrategyType: String
|
18023
17703
|
# @param CustomPodSchedule: -
|
18024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18025
17704
|
# @type CustomPodSchedule: :class:`Tencentcloud::Tsf.v20180326.models.CustomPodSchedule`
|
18026
17705
|
# @param TolerateScheduleType: -
|
18027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18028
17706
|
# @type TolerateScheduleType: String
|
18029
17707
|
# @param CustomTolerateSchedules: -
|
18030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18031
17708
|
# @type CustomTolerateSchedules: Array
|
18032
17709
|
|
18033
17710
|
attr_accessor :Type, :NodeScheduleStrategyType, :NodeScheduleOptions, :StrongAffinityList, :WeakAffinityList, :WeakAffinityWeight, :AvailableZoneScatterScheduleType, :AvailableZoneScatterScheduleRules, :PodScheduleStrategyType, :CustomPodSchedule, :TolerateScheduleType, :CustomTolerateSchedules
|
@@ -18284,7 +17961,6 @@ module TencentCloud
|
|
18284
17961
|
# @param Ports: 端口信息列表
|
18285
17962
|
# @type Ports: Array
|
18286
17963
|
# @param HealthCheck: 健康检查配置
|
18287
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18288
17964
|
# @type HealthCheck: :class:`Tencentcloud::Tsf.v20180326.models.HealthCheckConfig`
|
18289
17965
|
|
18290
17966
|
attr_accessor :Name, :Ports, :HealthCheck
|
@@ -18315,10 +17991,8 @@ module TencentCloud
|
|
18315
17991
|
# 注册配置治理信息
|
18316
17992
|
class ServiceGovernanceConfig < TencentCloud::Common::AbstractModel
|
18317
17993
|
# @param EnableGovernance: 是否开启服务注册治理
|
18318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18319
17994
|
# @type EnableGovernance: Boolean
|
18320
17995
|
# @param GovernanceType: 服务治理类型
|
18321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18322
17996
|
# @type GovernanceType: String
|
18323
17997
|
# @param ExclusiveInstances: 独享实例列表
|
18324
17998
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18473,10 +18147,8 @@ module TencentCloud
|
|
18473
18147
|
# 服务统计结果
|
18474
18148
|
class ServiceStatisticsResult < TencentCloud::Common::AbstractModel
|
18475
18149
|
# @param Path: 请求模板路径:type为接口时返回,服务时不返回
|
18476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18477
18150
|
# @type Path: String
|
18478
18151
|
# @param Method: 请求方法:type为接口时返回,服务时不返回
|
18479
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18480
18152
|
# @type Method: String
|
18481
18153
|
# @param MicroserviceId: 微服务Id
|
18482
18154
|
# @type MicroserviceId: String
|
@@ -18491,70 +18163,48 @@ module TencentCloud
|
|
18491
18163
|
# @param MetricDataCurves: 响应耗时曲线
|
18492
18164
|
# @type MetricDataCurves: Array
|
18493
18165
|
# @param InstanceId: 实例id
|
18494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18495
18166
|
# @type InstanceId: String
|
18496
18167
|
# @param InstanceName: 实例name
|
18497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18498
18168
|
# @type InstanceName: String
|
18499
18169
|
# @param GroupId: 部署组id
|
18500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18501
18170
|
# @type GroupId: String
|
18502
18171
|
# @param GroupName: 部署组name
|
18503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18504
18172
|
# @type GroupName: String
|
18505
18173
|
# @param ClusterType: 部署组类型
|
18506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18507
18174
|
# @type ClusterType: String
|
18508
18175
|
# @param GroupExist: 部署组是否存在
|
18509
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18510
18176
|
# @type GroupExist: Integer
|
18511
18177
|
# @param InstanceExist: 实例是否存在,仅限cvm
|
18512
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18513
18178
|
# @type InstanceExist: Integer
|
18514
18179
|
# @param ApplicationId: 应用id
|
18515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18516
18180
|
# @type ApplicationId: String
|
18517
18181
|
# @param MicroserviceType: 微服务类型
|
18518
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18519
18182
|
# @type MicroserviceType: String
|
18520
18183
|
# @param CpuPercent: cpu使用率
|
18521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18522
18184
|
# @type CpuPercent: Integer
|
18523
18185
|
# @param HeapUsed: 已用堆大小,单位KB
|
18524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18525
18186
|
# @type HeapUsed: Integer
|
18526
18187
|
# @param DbName: 数据库
|
18527
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18528
18188
|
# @type DbName: String
|
18529
18189
|
# @param Script: Script值
|
18530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18531
18190
|
# @type Script: String
|
18532
18191
|
# @param DbType: 数据库类型
|
18533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18534
18192
|
# @type DbType: String
|
18535
18193
|
# @param Apdex: Apdex值
|
18536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18537
18194
|
# @type Apdex: Float
|
18538
18195
|
# @param Qps: Qps值
|
18539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18540
18196
|
# @type Qps: Float
|
18541
18197
|
# @param InstanceOnlineCount: 实例在线数
|
18542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18543
18198
|
# @type InstanceOnlineCount: Integer
|
18544
18199
|
# @param InstanceTotalCount: 实例总数
|
18545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18546
18200
|
# @type InstanceTotalCount: Integer
|
18547
18201
|
# @param Status: normal/error
|
18548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18549
18202
|
# @type Status: String
|
18550
18203
|
# @param ErrorRateLevel: normal/warn/error
|
18551
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18552
18204
|
# @type ErrorRateLevel: String
|
18553
18205
|
# @param AvgTimeConsumingLevel: normal/warn/error
|
18554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18555
18206
|
# @type AvgTimeConsumingLevel: String
|
18556
18207
|
# @param ApdexLevel: normal/warn/error
|
18557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18558
18208
|
# @type ApdexLevel: String
|
18559
18209
|
|
18560
18210
|
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
|
@@ -18636,10 +18286,8 @@ module TencentCloud
|
|
18636
18286
|
# 服务统计结果集
|
18637
18287
|
class ServiceStatisticsResults < TencentCloud::Common::AbstractModel
|
18638
18288
|
# @param Content: 返回结果
|
18639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18640
18289
|
# @type Content: Array
|
18641
18290
|
# @param TotalCount: 条数
|
18642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18643
18291
|
# @type TotalCount: Integer
|
18644
18292
|
|
18645
18293
|
attr_accessor :Content, :TotalCount
|
@@ -18768,43 +18416,30 @@ module TencentCloud
|
|
18768
18416
|
# 简单应用
|
18769
18417
|
class SimpleApplication < TencentCloud::Common::AbstractModel
|
18770
18418
|
# @param ApplicationId: 应用ID
|
18771
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18772
18419
|
# @type ApplicationId: String
|
18773
18420
|
# @param ApplicationName: 应用名称
|
18774
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18775
18421
|
# @type ApplicationName: String
|
18776
18422
|
# @param ApplicationType: 应用类型
|
18777
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18778
18423
|
# @type ApplicationType: String
|
18779
18424
|
# @param MicroserviceType: 应用微服务类型
|
18780
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18781
18425
|
# @type MicroserviceType: String
|
18782
18426
|
# @param ApplicationDesc: ApplicationDesc
|
18783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18784
18427
|
# @type ApplicationDesc: String
|
18785
18428
|
# @param ProgLang: ProgLang
|
18786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18787
18429
|
# @type ProgLang: String
|
18788
18430
|
# @param ApplicationResourceType: ApplicationResourceType
|
18789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18790
18431
|
# @type ApplicationResourceType: String
|
18791
18432
|
# @param CreateTime: CreateTime
|
18792
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18793
18433
|
# @type CreateTime: String
|
18794
18434
|
# @param UpdateTime: UpdateTime
|
18795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18796
18435
|
# @type UpdateTime: String
|
18797
18436
|
# @param ApigatewayServiceId: ApigatewayServiceId
|
18798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18799
18437
|
# @type ApigatewayServiceId: String
|
18800
18438
|
# @param ApplicationRuntimeType: ApplicationRuntimeType
|
18801
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18802
18439
|
# @type ApplicationRuntimeType: String
|
18803
18440
|
# @param AmpInstanceId: Apm业务系统id
|
18804
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18805
18441
|
# @type AmpInstanceId: String
|
18806
18442
|
# @param ApmInstanceName: Apm业务系统Name
|
18807
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18808
18443
|
# @type ApmInstanceName: String
|
18809
18444
|
|
18810
18445
|
attr_accessor :ApplicationId, :ApplicationName, :ApplicationType, :MicroserviceType, :ApplicationDesc, :ProgLang, :ApplicationResourceType, :CreateTime, :UpdateTime, :ApigatewayServiceId, :ApplicationRuntimeType, :AmpInstanceId, :ApmInstanceName
|
@@ -18845,43 +18480,30 @@ module TencentCloud
|
|
18845
18480
|
# 部署组
|
18846
18481
|
class SimpleGroup < TencentCloud::Common::AbstractModel
|
18847
18482
|
# @param GroupId: 部署组ID
|
18848
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18849
18483
|
# @type GroupId: String
|
18850
18484
|
# @param GroupName: 部署组名称
|
18851
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18852
18485
|
# @type GroupName: String
|
18853
18486
|
# @param ApplicationId: 应用ID
|
18854
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18855
18487
|
# @type ApplicationId: String
|
18856
18488
|
# @param ApplicationName: 应用名称
|
18857
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18858
18489
|
# @type ApplicationName: String
|
18859
18490
|
# @param ApplicationType: 应用类型
|
18860
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18861
18491
|
# @type ApplicationType: String
|
18862
18492
|
# @param ClusterId: 集群ID
|
18863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18864
18493
|
# @type ClusterId: String
|
18865
18494
|
# @param ClusterName: 集群名称
|
18866
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18867
18495
|
# @type ClusterName: String
|
18868
18496
|
# @param ClusterType: 集群类型
|
18869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18870
18497
|
# @type ClusterType: String
|
18871
18498
|
# @param NamespaceId: 命名空间ID
|
18872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18873
18499
|
# @type NamespaceId: String
|
18874
18500
|
# @param NamespaceName: 命名空间名称
|
18875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18876
18501
|
# @type NamespaceName: String
|
18877
18502
|
# @param StartupParameters: 启动参数
|
18878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18879
18503
|
# @type StartupParameters: String
|
18880
18504
|
# @param GroupResourceType: 部署组资源类型
|
18881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18882
18505
|
# @type GroupResourceType: String
|
18883
18506
|
# @param AppMicroServiceType: 应用微服务类型
|
18884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18885
18507
|
# @type AppMicroServiceType: String
|
18886
18508
|
|
18887
18509
|
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :ClusterId, :ClusterName, :ClusterType, :NamespaceId, :NamespaceName, :StartupParameters, :GroupResourceType, :AppMicroServiceType
|
@@ -19021,16 +18643,12 @@ module TencentCloud
|
|
19021
18643
|
# 标准输出日志
|
19022
18644
|
class StdoutLogV2 < TencentCloud::Common::AbstractModel
|
19023
18645
|
# @param InstanceId: 实例ID
|
19024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19025
18646
|
# @type InstanceId: String
|
19026
18647
|
# @param Content: 日志内容
|
19027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19028
18648
|
# @type Content: String
|
19029
18649
|
# @param Timestamp: 日志时间戳
|
19030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19031
18650
|
# @type Timestamp: Integer
|
19032
18651
|
# @param InstanceIp: 实例IP
|
19033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19034
18652
|
# @type InstanceIp: String
|
19035
18653
|
|
19036
18654
|
attr_accessor :InstanceId, :Content, :Timestamp, :InstanceIp
|
@@ -19214,10 +18832,8 @@ module TencentCloud
|
|
19214
18832
|
# 标签
|
19215
18833
|
class Tag < TencentCloud::Common::AbstractModel
|
19216
18834
|
# @param TagKey: 标签键
|
19217
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19218
18835
|
# @type TagKey: String
|
19219
18836
|
# @param TagValue: 标签值
|
19220
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19221
18837
|
# @type TagValue: String
|
19222
18838
|
|
19223
18839
|
attr_accessor :TagKey, :TagValue
|
@@ -19238,36 +18854,26 @@ module TencentCloud
|
|
19238
18854
|
# @param NodeId: 节点 ID
|
19239
18855
|
# @type NodeId: String
|
19240
18856
|
# @param ChildNodeId: 子节点 ID
|
19241
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19242
18857
|
# @type ChildNodeId: String
|
19243
18858
|
# @param CoreNode: 是否核心任务,Y/N
|
19244
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19245
18859
|
# @type CoreNode: String
|
19246
18860
|
# @param EdgeType: 边类型
|
19247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19248
18861
|
# @type EdgeType: String
|
19249
18862
|
# @param NodeType: 任务节点类型
|
19250
18863
|
# @type NodeType: String
|
19251
18864
|
# @param PositionX: X轴坐标位置
|
19252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19253
18865
|
# @type PositionX: String
|
19254
18866
|
# @param PositionY: Y轴坐标位置
|
19255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19256
18867
|
# @type PositionY: String
|
19257
18868
|
# @param GraphId: 图 ID
|
19258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19259
18869
|
# @type GraphId: String
|
19260
18870
|
# @param FlowId: 工作流 ID
|
19261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19262
18871
|
# @type FlowId: String
|
19263
18872
|
# @param NodeName: 节点名称
|
19264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19265
18873
|
# @type NodeName: String
|
19266
18874
|
# @param TaskId: 任务ID
|
19267
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19268
18875
|
# @type TaskId: String
|
19269
18876
|
# @param TaskLogId: 任务历史ID
|
19270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19271
18877
|
# @type TaskLogId: String
|
19272
18878
|
|
19273
18879
|
attr_accessor :NodeId, :ChildNodeId, :CoreNode, :EdgeType, :NodeType, :PositionX, :PositionY, :GraphId, :FlowId, :NodeName, :TaskId, :TaskLogId
|
@@ -19306,13 +18912,10 @@ module TencentCloud
|
|
19306
18912
|
# 工作流最近批次的状态
|
19307
18913
|
class TaskFlowLastBatchState < TencentCloud::Common::AbstractModel
|
19308
18914
|
# @param FlowBatchId: 批次ID
|
19309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19310
18915
|
# @type FlowBatchId: String
|
19311
18916
|
# @param FlowBatchLogId: 批次历史ID
|
19312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19313
18917
|
# @type FlowBatchLogId: String
|
19314
18918
|
# @param State: 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
|
19315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19316
18919
|
# @type State: String
|
19317
18920
|
|
19318
18921
|
attr_accessor :FlowBatchId, :FlowBatchLogId, :State
|
@@ -19333,7 +18936,6 @@ module TencentCloud
|
|
19333
18936
|
# 任务id
|
19334
18937
|
class TaskId < TencentCloud::Common::AbstractModel
|
19335
18938
|
# @param TaskId: 任务ID
|
19336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19337
18939
|
# @type TaskId: String
|
19338
18940
|
|
19339
18941
|
attr_accessor :TaskId
|
@@ -19350,13 +18952,10 @@ module TencentCloud
|
|
19350
18952
|
# 任务最近一次执行状态
|
19351
18953
|
class TaskLastExecuteStatus < TencentCloud::Common::AbstractModel
|
19352
18954
|
# @param BatchId: 批次ID
|
19353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19354
18955
|
# @type BatchId: String
|
19355
18956
|
# @param State: 运行状态,RUNNING/SUCCESS/FAIL/HALF/TERMINATED
|
19356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19357
18957
|
# @type State: String
|
19358
18958
|
# @param BatchLogId: 批次历史ID
|
19359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19360
18959
|
# @type BatchLogId: String
|
19361
18960
|
|
19362
18961
|
attr_accessor :BatchId, :State, :BatchLogId
|
@@ -19546,19 +19145,14 @@ module TencentCloud
|
|
19546
19145
|
# tcr仓库信息
|
19547
19146
|
class TcrRepoInfo < TencentCloud::Common::AbstractModel
|
19548
19147
|
# @param Region: 地域(填数字)
|
19549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19550
19148
|
# @type Region: String
|
19551
19149
|
# @param RegistryId: 实例id
|
19552
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19553
19150
|
# @type RegistryId: String
|
19554
19151
|
# @param RegistryName: 实例名
|
19555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19556
19152
|
# @type RegistryName: String
|
19557
19153
|
# @param Namespace: 命名空间
|
19558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19559
19154
|
# @type Namespace: String
|
19560
19155
|
# @param RepoName: 仓库名
|
19561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19562
19156
|
# @type RepoName: String
|
19563
19157
|
|
19564
19158
|
attr_accessor :Region, :RegistryId, :RegistryName, :Namespace, :RepoName
|
@@ -19932,10 +19526,8 @@ module TencentCloud
|
|
19932
19526
|
# Tsf分页集群对象
|
19933
19527
|
class TsfPageCluster < TencentCloud::Common::AbstractModel
|
19934
19528
|
# @param TotalCount: 总条数
|
19935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19936
19529
|
# @type TotalCount: Integer
|
19937
19530
|
# @param Content: 集群列表
|
19938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19939
19531
|
# @type Content: Array
|
19940
19532
|
|
19941
19533
|
attr_accessor :TotalCount, :Content
|
@@ -19961,10 +19553,8 @@ module TencentCloud
|
|
19961
19553
|
# Tsf分页集群对象
|
19962
19554
|
class TsfPageClusterV2 < TencentCloud::Common::AbstractModel
|
19963
19555
|
# @param TotalCount: 集群总数目
|
19964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19965
19556
|
# @type TotalCount: Integer
|
19966
19557
|
# @param Content: 集群列表
|
19967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19968
19558
|
# @type Content: Array
|
19969
19559
|
|
19970
19560
|
attr_accessor :TotalCount, :Content
|
@@ -20236,10 +19826,8 @@ module TencentCloud
|
|
20236
19826
|
# TSF机器实例分页对象
|
20237
19827
|
class TsfPageInstance < TencentCloud::Common::AbstractModel
|
20238
19828
|
# @param TotalCount: 机器实例总数目
|
20239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20240
19829
|
# @type TotalCount: Integer
|
20241
19830
|
# @param Content: 机器实例列表
|
20242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20243
19831
|
# @type Content: Array
|
20244
19832
|
|
20245
19833
|
attr_accessor :TotalCount, :Content
|
@@ -20323,10 +19911,8 @@ module TencentCloud
|
|
20323
19911
|
# Tsf命名空间分页对象
|
20324
19912
|
class TsfPageNamespace < TencentCloud::Common::AbstractModel
|
20325
19913
|
# @param TotalCount: 命名空间总条数
|
20326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20327
19914
|
# @type TotalCount: Integer
|
20328
19915
|
# @param Content: 命名空间列表
|
20329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20330
19916
|
# @type Content: Array
|
20331
19917
|
|
20332
19918
|
attr_accessor :TotalCount, :Content
|
@@ -20352,10 +19938,8 @@ module TencentCloud
|
|
20352
19938
|
# TSF分页简单应用对象
|
20353
19939
|
class TsfPageSimpleApplication < TencentCloud::Common::AbstractModel
|
20354
19940
|
# @param TotalCount: 总条数
|
20355
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20356
19941
|
# @type TotalCount: Integer
|
20357
19942
|
# @param Content: 简单应用列表
|
20358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20359
19943
|
# @type Content: Array
|
20360
19944
|
|
20361
19945
|
attr_accessor :TotalCount, :Content
|
@@ -20381,10 +19965,8 @@ module TencentCloud
|
|
20381
19965
|
# TSF简单部署组分页列表
|
20382
19966
|
class TsfPageSimpleGroup < TencentCloud::Common::AbstractModel
|
20383
19967
|
# @param TotalCount: 总条数
|
20384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20385
19968
|
# @type TotalCount: Integer
|
20386
19969
|
# @param Content: 简单部署组列表
|
20387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20388
19970
|
# @type Content: Array
|
20389
19971
|
|
20390
19972
|
attr_accessor :TotalCount, :Content
|
@@ -20532,10 +20114,8 @@ module TencentCloud
|
|
20532
20114
|
# 列表中部署组分页信息
|
20533
20115
|
class TsfPageVmGroup < TencentCloud::Common::AbstractModel
|
20534
20116
|
# @param TotalCount: 虚拟机部署组总数目
|
20535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20536
20117
|
# @type TotalCount: Integer
|
20537
20118
|
# @param Content: 虚拟机部署组列表信息
|
20538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20539
20119
|
# @type Content: Array
|
20540
20120
|
|
20541
20121
|
attr_accessor :TotalCount, :Content
|
@@ -21602,58 +21182,40 @@ module TencentCloud
|
|
21602
21182
|
# 虚拟机部署组列表简要字段
|
21603
21183
|
class VmGroupSimple < TencentCloud::Common::AbstractModel
|
21604
21184
|
# @param GroupId: 部署组ID
|
21605
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21606
21185
|
# @type GroupId: String
|
21607
21186
|
# @param GroupName: 部署组名称
|
21608
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21609
21187
|
# @type GroupName: String
|
21610
21188
|
# @param ApplicationType: 应用类型
|
21611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21612
21189
|
# @type ApplicationType: String
|
21613
21190
|
# @param GroupDesc: 部署组描述
|
21614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21615
21191
|
# @type GroupDesc: String
|
21616
21192
|
# @param UpdateTime: 部署组更新时间
|
21617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21618
21193
|
# @type UpdateTime: String
|
21619
21194
|
# @param ClusterId: 集群ID
|
21620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21621
21195
|
# @type ClusterId: String
|
21622
21196
|
# @param StartupParameters: 部署组启动参数
|
21623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21624
21197
|
# @type StartupParameters: String
|
21625
21198
|
# @param NamespaceId: 命名空间ID
|
21626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21627
21199
|
# @type NamespaceId: String
|
21628
21200
|
# @param CreateTime: 部署组创建时间
|
21629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21630
21201
|
# @type CreateTime: String
|
21631
21202
|
# @param ClusterName: 集群名称
|
21632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21633
21203
|
# @type ClusterName: String
|
21634
21204
|
# @param ApplicationId: 应用ID
|
21635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21636
21205
|
# @type ApplicationId: String
|
21637
21206
|
# @param ApplicationName: 应用名称
|
21638
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21639
21207
|
# @type ApplicationName: String
|
21640
21208
|
# @param NamespaceName: 命名空间名称
|
21641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21642
21209
|
# @type NamespaceName: String
|
21643
21210
|
# @param MicroserviceType: 应用微服务类型
|
21644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21645
21211
|
# @type MicroserviceType: String
|
21646
21212
|
# @param GroupResourceType: 部署组资源类型
|
21647
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21648
21213
|
# @type GroupResourceType: String
|
21649
21214
|
# @param UpdatedTime: 部署组更新时间戳
|
21650
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21651
21215
|
# @type UpdatedTime: Integer
|
21652
21216
|
# @param DeployDesc: 部署应用描述信息
|
21653
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21654
21217
|
# @type DeployDesc: String
|
21655
21218
|
# @param Alias: 部署组备注
|
21656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21657
21219
|
# @type Alias: String
|
21658
21220
|
|
21659
21221
|
attr_accessor :GroupId, :GroupName, :ApplicationType, :GroupDesc, :UpdateTime, :ClusterId, :StartupParameters, :NamespaceId, :CreateTime, :ClusterName, :ApplicationId, :ApplicationName, :NamespaceName, :MicroserviceType, :GroupResourceType, :UpdatedTime, :DeployDesc, :Alias
|
@@ -21710,10 +21272,8 @@ module TencentCloud
|
|
21710
21272
|
# @param VolumeConfig: 数据卷配置
|
21711
21273
|
# @type VolumeConfig: String
|
21712
21274
|
# @param ConfigMapOptions: -
|
21713
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21714
21275
|
# @type ConfigMapOptions: Array
|
21715
21276
|
# @param EmptyDirOption: -
|
21716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21717
21277
|
# @type EmptyDirOption: :class:`Tencentcloud::Tsf.v20180326.models.EmptyDirOption`
|
21718
21278
|
|
21719
21279
|
attr_accessor :VolumeType, :VolumeName, :VolumeConfig, :ConfigMapOptions, :EmptyDirOption
|