tencentcloud-sdk-monitor 3.0.772 → 3.0.774

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180724/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d36e40b27a7deab0c0757c018588c4cafd694ed
4
- data.tar.gz: bc88c2c60fe91e168c260a73c05d2b8bd7a5c012
3
+ metadata.gz: 5ebdfd15ac287f68d0ac5c0040f07c75c77804bd
4
+ data.tar.gz: 2ddb0cafb36897b4173b6f11f02abbf9d838adae
5
5
  SHA512:
6
- metadata.gz: 31df10b69fa9d21ba703cb93e093c127f9a90a453542f0fb9865a6efcd701b6f6c4e84761a367285c0e585633fce00827ebd5ea438651fe5f4db26cde43ba7a6
7
- data.tar.gz: b0efbb353f5319e14df16b62b7a6de58d5104561aa2d6cb6faf1d61b6833d6bc04595a152c2f01272221900d3d037ba77486422dc9f8c37f97bc526667d39335
6
+ metadata.gz: fc60eccb39e772e7a6e4f1fb7732d465f64bc2ace547b794ff137b0228d1af9b235e8ba8a2ced15daa2f5b8b75519a18c727678f30ba6abfb82745a710b789e8
7
+ data.tar.gz: 01db7a09a0d5f3730eca44a0926a5e5d35fdc4da17fa387b05708a4a586cb7148f19135664f43920cca3b2453f4a99be0c7ff28dd09c7d8aa32e04d7cee606b9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.772
1
+ 3.0.774
@@ -11484,10 +11484,16 @@ module TencentCloud
11484
11484
  # @param EnableExternal: 是否已开启公网访问,true 开启,false 未开启
11485
11485
  # 注意:此字段可能返回 null,表示取不到有效值。
11486
11486
  # @type EnableExternal: Boolean
11487
+ # @param DesiredAgentNum: 采集agent期望pod数
11488
+ # 注意:此字段可能返回 null,表示取不到有效值。
11489
+ # @type DesiredAgentNum: Integer
11490
+ # @param ReadyAgentNum: 采集agent已正常启动pod数
11491
+ # 注意:此字段可能返回 null,表示取不到有效值。
11492
+ # @type ReadyAgentNum: Integer
11487
11493
 
11488
- attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason, :Name, :EnableExternal
11494
+ attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason, :Name, :EnableExternal, :DesiredAgentNum, :ReadyAgentNum
11489
11495
 
11490
- def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil, name=nil, enableexternal=nil)
11496
+ def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil, name=nil, enableexternal=nil, desiredagentnum=nil, readyagentnum=nil)
11491
11497
  @ClusterType = clustertype
11492
11498
  @ClusterId = clusterid
11493
11499
  @Status = status
@@ -11498,6 +11504,8 @@ module TencentCloud
11498
11504
  @FailedReason = failedreason
11499
11505
  @Name = name
11500
11506
  @EnableExternal = enableexternal
11507
+ @DesiredAgentNum = desiredagentnum
11508
+ @ReadyAgentNum = readyagentnum
11501
11509
  end
11502
11510
 
11503
11511
  def deserialize(params)
@@ -11518,6 +11526,8 @@ module TencentCloud
11518
11526
  @FailedReason = params['FailedReason']
11519
11527
  @Name = params['Name']
11520
11528
  @EnableExternal = params['EnableExternal']
11529
+ @DesiredAgentNum = params['DesiredAgentNum']
11530
+ @ReadyAgentNum = params['ReadyAgentNum']
11521
11531
  end
11522
11532
  end
11523
11533
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-monitor
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.772
4
+ version: 3.0.774
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-29 00:00:00.000000000 Z
11
+ date: 2024-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common