tencentcloud-sdk-wedata 3.0.541 → 3.0.542
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/models.rb +7 -2
- 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: 966d9ce3a0e732962e0e4edd42eae1c7ff46a8e9
|
4
|
+
data.tar.gz: a830ddc5578d2b0319e6840bc2577db224cce035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb63ad865faf290325a17c3fc953f9fcd70705d4ac6971a7e4473f5d19cc9c0e966a4c305219d20f00c64489c395ee17b3f9baa6991f9fd51346338d9f7986ca
|
7
|
+
data.tar.gz: 6ac2c7ac10dd7fd38fc08554e8f891bcc943e61ed829ff9677fa36d029d67a153b8082fe27a7da4399ffbb192c6bc950874c1cf7ecd5ca6c21b3f00f63a5de01
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.542
|
data/lib/v20210820/models.rb
CHANGED
@@ -10257,10 +10257,13 @@ module TencentCloud
|
|
10257
10257
|
# @param AgentTotal: agent数量
|
10258
10258
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10259
10259
|
# @type AgentTotal: Integer
|
10260
|
+
# @param LifeDays: 生命周期
|
10261
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10262
|
+
# @type LifeDays: Integer
|
10260
10263
|
|
10261
|
-
attr_accessor :AgentId, :AgentName, :Status, :StatusDesc, :AgentType, :Source, :VpcId, :ExecutorGroupId, :ExecutorGroupName, :TaskCount, :AgentGroupId, :CvmAgentStatusList, :AgentTotal
|
10264
|
+
attr_accessor :AgentId, :AgentName, :Status, :StatusDesc, :AgentType, :Source, :VpcId, :ExecutorGroupId, :ExecutorGroupName, :TaskCount, :AgentGroupId, :CvmAgentStatusList, :AgentTotal, :LifeDays
|
10262
10265
|
|
10263
|
-
def initialize(agentid=nil, agentname=nil, status=nil, statusdesc=nil, agenttype=nil, source=nil, vpcid=nil, executorgroupid=nil, executorgroupname=nil, taskcount=nil, agentgroupid=nil, cvmagentstatuslist=nil, agenttotal=nil)
|
10266
|
+
def initialize(agentid=nil, agentname=nil, status=nil, statusdesc=nil, agenttype=nil, source=nil, vpcid=nil, executorgroupid=nil, executorgroupname=nil, taskcount=nil, agentgroupid=nil, cvmagentstatuslist=nil, agenttotal=nil, lifedays=nil)
|
10264
10267
|
@AgentId = agentid
|
10265
10268
|
@AgentName = agentname
|
10266
10269
|
@Status = status
|
@@ -10274,6 +10277,7 @@ module TencentCloud
|
|
10274
10277
|
@AgentGroupId = agentgroupid
|
10275
10278
|
@CvmAgentStatusList = cvmagentstatuslist
|
10276
10279
|
@AgentTotal = agenttotal
|
10280
|
+
@LifeDays = lifedays
|
10277
10281
|
end
|
10278
10282
|
|
10279
10283
|
def deserialize(params)
|
@@ -10297,6 +10301,7 @@ module TencentCloud
|
|
10297
10301
|
end
|
10298
10302
|
end
|
10299
10303
|
@AgentTotal = params['AgentTotal']
|
10304
|
+
@LifeDays = params['LifeDays']
|
10300
10305
|
end
|
10301
10306
|
end
|
10302
10307
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.542
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03
|
11
|
+
date: 2023-04-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|