tencentcloud-sdk-monitor 3.0.771 → 3.0.773
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/v20180724/models.rb +12 -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: ca583d0967c8d5d85e0e3c9ce8cb36db482ba25b
|
4
|
+
data.tar.gz: fc2cb7ef430b129a36986e21900503422ab44c72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1027e32c374142c45775835b365e70e75bb50e9b0910dcaf6a901c1a7838cd772313e7394c807c0402cfa6f149fb6e704688f6abae9d5a64a62d66a32655825a
|
7
|
+
data.tar.gz: fe22b89f9af56a4110bb3fee27988f58be3ee2e17fe4f2920abb87b7d0c4b6e3230e6fb956eefd2e63a8b36892cca2d9bded386c326f9444b2745ea8d5d36c0d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.773
|
data/lib/v20180724/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.773
|
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-
|
11
|
+
date: 2024-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|