tencentcloud-sdk-tsf 1.0.293 → 1.0.296
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 +71 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79f06a4458ae2ff16772ae429de907d9c3a62dfe
|
4
|
+
data.tar.gz: 86ae4813782d5cb7565d78525a3c5dc38553d9f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b651c3ea3d747acd9d2415b3d00147b305d7f7f79261d1c8e3e6bfa570cd00add0e9a714bc58bfe17b70f748fe5927144587751836a6a3a891eac4ba6fde92c4
|
7
|
+
data.tar.gz: 68b00dc05807c0759ca86aec9f5b7cb5d653854e254d0c6a0a5b894c21514720f504bd5fb38e64a0157fb22266bf114e52d4ccaa3b239ab187cd6039544180a8
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.296
|
data/lib/v20180326/models.rb
CHANGED
@@ -1460,10 +1460,13 @@ module TencentCloud
|
|
1460
1460
|
# @param Alias: 部署组备注
|
1461
1461
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1462
1462
|
# @type Alias: String
|
1463
|
+
# @param KubeInjectEnable: KubeInjectEnable值
|
1464
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1465
|
+
# @type KubeInjectEnable: Boolean
|
1463
1466
|
|
1464
|
-
attr_accessor :GroupId, :GroupName, :CreateTime, :Server, :RepoName, :TagName, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :Alias
|
1467
|
+
attr_accessor :GroupId, :GroupName, :CreateTime, :Server, :RepoName, :TagName, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :Alias, :KubeInjectEnable
|
1465
1468
|
|
1466
|
-
def initialize(groupid=nil, groupname=nil, createtime=nil, server=nil, reponame=nil, tagname=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, _alias=nil)
|
1469
|
+
def initialize(groupid=nil, groupname=nil, createtime=nil, server=nil, reponame=nil, tagname=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, _alias=nil, kubeinjectenable=nil)
|
1467
1470
|
@GroupId = groupid
|
1468
1471
|
@GroupName = groupname
|
1469
1472
|
@CreateTime = createtime
|
@@ -1479,6 +1482,7 @@ module TencentCloud
|
|
1479
1482
|
@MemRequest = memrequest
|
1480
1483
|
@MemLimit = memlimit
|
1481
1484
|
@Alias = _alias
|
1485
|
+
@KubeInjectEnable = kubeinjectenable
|
1482
1486
|
end
|
1483
1487
|
|
1484
1488
|
def deserialize(params)
|
@@ -1497,6 +1501,7 @@ module TencentCloud
|
|
1497
1501
|
@MemRequest = params['MemRequest']
|
1498
1502
|
@MemLimit = params['MemLimit']
|
1499
1503
|
@Alias = params['Alias']
|
1504
|
+
@KubeInjectEnable = params['KubeInjectEnable']
|
1500
1505
|
end
|
1501
1506
|
end
|
1502
1507
|
|
@@ -1684,10 +1689,13 @@ module TencentCloud
|
|
1684
1689
|
# @param VolumeMountInfos: 数据卷挂载信息,list
|
1685
1690
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1686
1691
|
# @type VolumeMountInfos: Array
|
1692
|
+
# @param KubeInjectEnable: KubeInjectEnable值
|
1693
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1694
|
+
# @type KubeInjectEnable: Boolean
|
1687
1695
|
|
1688
|
-
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos
|
1696
|
+
attr_accessor :GroupId, :GroupName, :InstanceNum, :CurrentNum, :Server, :Reponame, :TagName, :CpuRequest, :CpuLimit, :MemRequest, :MemLimit, :AccessType, :ProtocolPorts, :UpdateType, :UpdateIvl, :JvmOpts, :SubnetId, :AgentCpuRequest, :AgentCpuLimit, :AgentMemRequest, :AgentMemLimit, :IstioCpuRequest, :IstioCpuLimit, :IstioMemRequest, :IstioMemLimit, :Envs, :HealthCheckSettings, :DeployAgent, :Alias, :DisableService, :HeadlessService, :TcrRepoInfo, :VolumeInfos, :VolumeMountInfos, :KubeInjectEnable
|
1689
1697
|
|
1690
|
-
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil)
|
1698
|
+
def initialize(groupid=nil, groupname=nil, instancenum=nil, currentnum=nil, server=nil, reponame=nil, tagname=nil, cpurequest=nil, cpulimit=nil, memrequest=nil, memlimit=nil, accesstype=nil, protocolports=nil, updatetype=nil, updateivl=nil, jvmopts=nil, subnetid=nil, agentcpurequest=nil, agentcpulimit=nil, agentmemrequest=nil, agentmemlimit=nil, istiocpurequest=nil, istiocpulimit=nil, istiomemrequest=nil, istiomemlimit=nil, envs=nil, healthchecksettings=nil, deployagent=nil, _alias=nil, disableservice=nil, headlessservice=nil, tcrrepoinfo=nil, volumeinfos=nil, volumemountinfos=nil, kubeinjectenable=nil)
|
1691
1699
|
@GroupId = groupid
|
1692
1700
|
@GroupName = groupname
|
1693
1701
|
@InstanceNum = instancenum
|
@@ -1722,6 +1730,7 @@ module TencentCloud
|
|
1722
1730
|
@TcrRepoInfo = tcrrepoinfo
|
1723
1731
|
@VolumeInfos = volumeinfos
|
1724
1732
|
@VolumeMountInfos = volumemountinfos
|
1733
|
+
@KubeInjectEnable = kubeinjectenable
|
1725
1734
|
end
|
1726
1735
|
|
1727
1736
|
def deserialize(params)
|
@@ -1793,6 +1802,7 @@ module TencentCloud
|
|
1793
1802
|
@VolumeMountInfos << volumemountinfo_tmp
|
1794
1803
|
end
|
1795
1804
|
end
|
1805
|
+
@KubeInjectEnable = params['KubeInjectEnable']
|
1796
1806
|
end
|
1797
1807
|
end
|
1798
1808
|
|
@@ -10673,13 +10683,16 @@ module TencentCloud
|
|
10673
10683
|
# @param ApplicationId: applicationid值
|
10674
10684
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10675
10685
|
# @type ApplicationId: String
|
10676
|
-
# @param ApplicationName: ApplicationName
|
10686
|
+
# @param ApplicationName: ApplicationName值(废弃)
|
10677
10687
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10678
10688
|
# @type ApplicationName: :class:`Tencentcloud::Tsf.v20180326.models.ScalableRule`
|
10689
|
+
# @param ApplicationNameReal: ApplicationName值
|
10690
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10691
|
+
# @type ApplicationNameReal: String
|
10679
10692
|
|
10680
|
-
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName
|
10693
|
+
attr_accessor :Reponame, :Repotype, :TagCount, :IsPublic, :IsUserFavor, :IsQcloudOfficial, :FavorCount, :PullCount, :Description, :CreationTime, :UpdateTime, :TcrRepoInfo, :TcrBindingId, :ApplicationId, :ApplicationName, :ApplicationNameReal
|
10681
10694
|
|
10682
|
-
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil)
|
10695
|
+
def initialize(reponame=nil, repotype=nil, tagcount=nil, ispublic=nil, isuserfavor=nil, isqcloudofficial=nil, favorcount=nil, pullcount=nil, description=nil, creationtime=nil, updatetime=nil, tcrrepoinfo=nil, tcrbindingid=nil, applicationid=nil, applicationname=nil, applicationnamereal=nil)
|
10683
10696
|
@Reponame = reponame
|
10684
10697
|
@Repotype = repotype
|
10685
10698
|
@TagCount = tagcount
|
@@ -10695,6 +10708,7 @@ module TencentCloud
|
|
10695
10708
|
@TcrBindingId = tcrbindingid
|
10696
10709
|
@ApplicationId = applicationid
|
10697
10710
|
@ApplicationName = applicationname
|
10711
|
+
@ApplicationNameReal = applicationnamereal
|
10698
10712
|
end
|
10699
10713
|
|
10700
10714
|
def deserialize(params)
|
@@ -10719,6 +10733,7 @@ module TencentCloud
|
|
10719
10733
|
@ApplicationName = ScalableRule.new
|
10720
10734
|
@ApplicationName.deserialize(params['ApplicationName'])
|
10721
10735
|
end
|
10736
|
+
@ApplicationNameReal = params['ApplicationNameReal']
|
10722
10737
|
end
|
10723
10738
|
end
|
10724
10739
|
|
@@ -12865,10 +12880,13 @@ module TencentCloud
|
|
12865
12880
|
# @param IsHaEnable: 是否开启高可用
|
12866
12881
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12867
12882
|
# @type IsHaEnable: String
|
12883
|
+
# @param KubeInjectEnable: KubeInjectEnable值
|
12884
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12885
|
+
# @type KubeInjectEnable: Boolean
|
12868
12886
|
|
12869
|
-
attr_accessor :NamespaceId, :NamespaceCode, :NamespaceName, :NamespaceDesc, :IsDefault, :NamespaceStatus, :DeleteFlag, :CreateTime, :UpdateTime, :ClusterList, :ClusterId, :NamespaceResourceType, :NamespaceType, :IsHaEnable
|
12887
|
+
attr_accessor :NamespaceId, :NamespaceCode, :NamespaceName, :NamespaceDesc, :IsDefault, :NamespaceStatus, :DeleteFlag, :CreateTime, :UpdateTime, :ClusterList, :ClusterId, :NamespaceResourceType, :NamespaceType, :IsHaEnable, :KubeInjectEnable
|
12870
12888
|
|
12871
|
-
def initialize(namespaceid=nil, namespacecode=nil, namespacename=nil, namespacedesc=nil, isdefault=nil, namespacestatus=nil, deleteflag=nil, createtime=nil, updatetime=nil, clusterlist=nil, clusterid=nil, namespaceresourcetype=nil, namespacetype=nil, ishaenable=nil)
|
12889
|
+
def initialize(namespaceid=nil, namespacecode=nil, namespacename=nil, namespacedesc=nil, isdefault=nil, namespacestatus=nil, deleteflag=nil, createtime=nil, updatetime=nil, clusterlist=nil, clusterid=nil, namespaceresourcetype=nil, namespacetype=nil, ishaenable=nil, kubeinjectenable=nil)
|
12872
12890
|
@NamespaceId = namespaceid
|
12873
12891
|
@NamespaceCode = namespacecode
|
12874
12892
|
@NamespaceName = namespacename
|
@@ -12883,6 +12901,7 @@ module TencentCloud
|
|
12883
12901
|
@NamespaceResourceType = namespaceresourcetype
|
12884
12902
|
@NamespaceType = namespacetype
|
12885
12903
|
@IsHaEnable = ishaenable
|
12904
|
+
@KubeInjectEnable = kubeinjectenable
|
12886
12905
|
end
|
12887
12906
|
|
12888
12907
|
def deserialize(params)
|
@@ -12907,6 +12926,7 @@ module TencentCloud
|
|
12907
12926
|
@NamespaceResourceType = params['NamespaceResourceType']
|
12908
12927
|
@NamespaceType = params['NamespaceType']
|
12909
12928
|
@IsHaEnable = params['IsHaEnable']
|
12929
|
+
@KubeInjectEnable = params['KubeInjectEnable']
|
12910
12930
|
end
|
12911
12931
|
end
|
12912
12932
|
|
@@ -14500,10 +14520,34 @@ module TencentCloud
|
|
14500
14520
|
# @param DbType: 数据库类型
|
14501
14521
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14502
14522
|
# @type DbType: String
|
14523
|
+
# @param Apdex: Apdex值
|
14524
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14525
|
+
# @type Apdex: Float
|
14526
|
+
# @param Qps: Qps值
|
14527
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14528
|
+
# @type Qps: Float
|
14529
|
+
# @param InstanceOnlineCount: 实例在线数
|
14530
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14531
|
+
# @type InstanceOnlineCount: Integer
|
14532
|
+
# @param InstanceTotalCount: 实例总数
|
14533
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14534
|
+
# @type InstanceTotalCount: Integer
|
14535
|
+
# @param Status: normal/error
|
14536
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14537
|
+
# @type Status: String
|
14538
|
+
# @param ErrorRateLevel: normal/warn/error
|
14539
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14540
|
+
# @type ErrorRateLevel: String
|
14541
|
+
# @param AvgTimeConsumingLevel: normal/warn/error
|
14542
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14543
|
+
# @type AvgTimeConsumingLevel: String
|
14544
|
+
# @param ApdexLevel: normal/warn/error
|
14545
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14546
|
+
# @type ApdexLevel: String
|
14503
14547
|
|
14504
|
-
attr_accessor :Path, :Method, :MicroserviceId, :MicroserviceName, :RequestCount, :ErrorRate, :AvgTimeConsuming, :MetricDataCurves, :InstanceId, :InstanceName, :GroupId, :GroupName, :ClusterType, :GroupExist, :InstanceExist, :ApplicationId, :MicroserviceType, :CpuPercent, :HeapUsed, :DbName, :Script, :DbType
|
14548
|
+
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
|
14505
14549
|
|
14506
|
-
def initialize(path=nil, method=nil, microserviceid=nil, microservicename=nil, requestcount=nil, errorrate=nil, avgtimeconsuming=nil, metricdatacurves=nil, instanceid=nil, instancename=nil, groupid=nil, groupname=nil, clustertype=nil, groupexist=nil, instanceexist=nil, applicationid=nil, microservicetype=nil, cpupercent=nil, heapused=nil, dbname=nil, script=nil, dbtype=nil)
|
14550
|
+
def initialize(path=nil, method=nil, microserviceid=nil, microservicename=nil, requestcount=nil, errorrate=nil, avgtimeconsuming=nil, metricdatacurves=nil, instanceid=nil, instancename=nil, groupid=nil, groupname=nil, clustertype=nil, groupexist=nil, instanceexist=nil, applicationid=nil, microservicetype=nil, cpupercent=nil, heapused=nil, dbname=nil, script=nil, dbtype=nil, apdex=nil, qps=nil, instanceonlinecount=nil, instancetotalcount=nil, status=nil, errorratelevel=nil, avgtimeconsuminglevel=nil, apdexlevel=nil)
|
14507
14551
|
@Path = path
|
14508
14552
|
@Method = method
|
14509
14553
|
@MicroserviceId = microserviceid
|
@@ -14526,6 +14570,14 @@ module TencentCloud
|
|
14526
14570
|
@DbName = dbname
|
14527
14571
|
@Script = script
|
14528
14572
|
@DbType = dbtype
|
14573
|
+
@Apdex = apdex
|
14574
|
+
@Qps = qps
|
14575
|
+
@InstanceOnlineCount = instanceonlinecount
|
14576
|
+
@InstanceTotalCount = instancetotalcount
|
14577
|
+
@Status = status
|
14578
|
+
@ErrorRateLevel = errorratelevel
|
14579
|
+
@AvgTimeConsumingLevel = avgtimeconsuminglevel
|
14580
|
+
@ApdexLevel = apdexlevel
|
14529
14581
|
end
|
14530
14582
|
|
14531
14583
|
def deserialize(params)
|
@@ -14558,6 +14610,14 @@ module TencentCloud
|
|
14558
14610
|
@DbName = params['DbName']
|
14559
14611
|
@Script = params['Script']
|
14560
14612
|
@DbType = params['DbType']
|
14613
|
+
@Apdex = params['Apdex']
|
14614
|
+
@Qps = params['Qps']
|
14615
|
+
@InstanceOnlineCount = params['InstanceOnlineCount']
|
14616
|
+
@InstanceTotalCount = params['InstanceTotalCount']
|
14617
|
+
@Status = params['Status']
|
14618
|
+
@ErrorRateLevel = params['ErrorRateLevel']
|
14619
|
+
@AvgTimeConsumingLevel = params['AvgTimeConsumingLevel']
|
14620
|
+
@ApdexLevel = params['ApdexLevel']
|
14561
14621
|
end
|
14562
14622
|
end
|
14563
14623
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tsf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.296
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-04-
|
11
|
+
date: 2022-04-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|