tencentcloud-sdk-monitor 3.0.538 → 3.0.539

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1d61d2f737b60237a5c58b1a8f638e93527d5e6
4
- data.tar.gz: 39343b5090c32cf56ec62154c5aebd73e8d7c725
3
+ metadata.gz: 2e7bee0501864c068a9ac1f6b518590a86db26af
4
+ data.tar.gz: 191777eaa2ba95fbbdc16a1311c4fbc63651a535
5
5
  SHA512:
6
- metadata.gz: 8b84446a217aaadc0a89cba88d3bc9f4d786abcdb00e722031c701e82ba55cc86e963146fd1e50f923c8c3b1a2bdc2676f7b5e7e9611b1e987b6e7047f903aa6
7
- data.tar.gz: 26950f9a1fae5822ca4f5b787b88b70600ef51db6682715888d81956fd81414e1a0ae53cf6f5d85ff38a3fac26c9ffcf6cd333bcb2707c364f23dbc682881aa0
6
+ metadata.gz: ca23986d9c59c3a4201ab363a427a093e9bae6d8f6b5061d84cd77fa828db2a96c5e7716e184d34d06ac3b1791ee52095b638c1ad37c39f3a9de13360e5e4df1
7
+ data.tar.gz: cb3321b5fdba8bbe2fd4c5f19da652bd4253552c5ff390232c9b57e6912b834ec114b0b637de4a272beb5bfbf191636f001410830ddf1ea9e733f9ce19f85fb0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.538
1
+ 3.0.539
@@ -7097,14 +7097,17 @@ module TencentCloud
7097
7097
  # @type Agents: Array
7098
7098
  # @param Total: 被关联集群总量
7099
7099
  # @type Total: Integer
7100
+ # @param IsFirstBind: 是否为首次绑定,需要安装预聚合规则
7101
+ # @type IsFirstBind: Boolean
7100
7102
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7101
7103
  # @type RequestId: String
7102
7104
 
7103
- attr_accessor :Agents, :Total, :RequestId
7105
+ attr_accessor :Agents, :Total, :IsFirstBind, :RequestId
7104
7106
 
7105
- def initialize(agents=nil, total=nil, requestid=nil)
7107
+ def initialize(agents=nil, total=nil, isfirstbind=nil, requestid=nil)
7106
7108
  @Agents = agents
7107
7109
  @Total = total
7110
+ @IsFirstBind = isfirstbind
7108
7111
  @RequestId = requestid
7109
7112
  end
7110
7113
 
@@ -7118,6 +7121,7 @@ module TencentCloud
7118
7121
  end
7119
7122
  end
7120
7123
  @Total = params['Total']
7124
+ @IsFirstBind = params['IsFirstBind']
7121
7125
  @RequestId = params['RequestId']
7122
7126
  end
7123
7127
  end
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.538
4
+ version: 3.0.539
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-27 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common