tencentcloud-sdk-wedata 3.0.540 → 3.0.542

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fec8368ac0453f123011a72f35258dfe959f1d4
4
- data.tar.gz: 3a3d634f2c63311b2a1d875032b1455ee2fb1c16
3
+ metadata.gz: 966d9ce3a0e732962e0e4edd42eae1c7ff46a8e9
4
+ data.tar.gz: a830ddc5578d2b0319e6840bc2577db224cce035
5
5
  SHA512:
6
- metadata.gz: cd3cfabdb28e378d1e22de3fe3e1b5f1843d4d465873c67fb1311ee36f992111129af13b5fb73b5070e29ba44bd869ea8899660d868f77a81bce642c743ae1e0
7
- data.tar.gz: 48ac8c1960a99ee4e83079906ef26b4c54e37d52a83b9c3d33a5b6b1b0fe8cbe1f5d8b92e1c5c093634269a422f07170cf5d948e8655d5367ff7c3c34c115828
6
+ metadata.gz: fb63ad865faf290325a17c3fc953f9fcd70705d4ac6971a7e4473f5d19cc9c0e966a4c305219d20f00c64489c395ee17b3f9baa6991f9fd51346338d9f7986ca
7
+ data.tar.gz: 6ac2c7ac10dd7fd38fc08554e8f891bcc943e61ed829ff9677fa36d029d67a153b8082fe27a7da4399ffbb192c6bc950874c1cf7ecd5ca6c21b3f00f63a5de01
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.540
1
+ 3.0.542
@@ -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.540
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-29 00:00:00.000000000 Z
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