tencentcloud-sdk-monitor 3.0.944 → 3.0.946
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 +11 -7
- 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: 8592bfaef669ba916d706fa9a2d72a8bb96cae9a
|
4
|
+
data.tar.gz: 061aea444a79e7021e592556cacae1a526e43067
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 452bbd99c0dec5440afb3195858145c84a6ced0e492953add6fd5a6113dea5d52da8fe816dc41396be993ad43b90893b6af329b1e23cf698584c2332a51ca944
|
7
|
+
data.tar.gz: 6fcecda7492ac43b4cdae2a4391376b78c52d893a6fea5e9c44854c6f2f210e44805e8f263a94882678efd86991cf5353593f6f91c78a2c1ec5383b6980075cb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.946
|
data/lib/v20180724/models.rb
CHANGED
@@ -12033,24 +12033,26 @@ module TencentCloud
|
|
12033
12033
|
# @type Region: String
|
12034
12034
|
# @param ClusterType: 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
|
12035
12035
|
# @type ClusterType: String
|
12036
|
-
# @param ClusterId: 集群ID
|
12036
|
+
# @param ClusterId: 集群 ID
|
12037
12037
|
# @type ClusterId: String
|
12038
|
-
# @param EnableExternal: 是否开启公网CLB
|
12038
|
+
# @param EnableExternal: 是否开启公网 CLB
|
12039
12039
|
# @type EnableExternal: Boolean
|
12040
|
-
# @param InClusterPodConfig: 集群内部署组件的pod配置
|
12040
|
+
# @param InClusterPodConfig: 集群内部署组件的pod 配置
|
12041
12041
|
# @type InClusterPodConfig: :class:`Tencentcloud::Monitor.v20180724.models.PrometheusClusterAgentPodConfig`
|
12042
12042
|
# @param ExternalLabels: 该集群采集的所有指标都会带上这些labels
|
12043
12043
|
# @type ExternalLabels: Array
|
12044
|
-
# @param NotInstallBasicScrape:
|
12044
|
+
# @param NotInstallBasicScrape: 是否安装默认采集 exporter 和采集配置
|
12045
12045
|
# @type NotInstallBasicScrape: Boolean
|
12046
|
-
# @param NotScrape:
|
12046
|
+
# @param NotScrape: 是否安装采集配置,true 只安装采集 exporter 不会安装采集配置,false 会同时安装采集配置
|
12047
12047
|
# @type NotScrape: Boolean
|
12048
|
+
# @param DropAll: 是否丢弃所有指标,true 代表丢弃所有指标,false 代表采集默认指标
|
12049
|
+
# @type DropAll: Boolean
|
12048
12050
|
# @param OpenDefaultRecord: 是否开启默认预聚合规则
|
12049
12051
|
# @type OpenDefaultRecord: Boolean
|
12050
12052
|
|
12051
|
-
attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape, :OpenDefaultRecord
|
12053
|
+
attr_accessor :Region, :ClusterType, :ClusterId, :EnableExternal, :InClusterPodConfig, :ExternalLabels, :NotInstallBasicScrape, :NotScrape, :DropAll, :OpenDefaultRecord
|
12052
12054
|
|
12053
|
-
def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil, opendefaultrecord=nil)
|
12055
|
+
def initialize(region=nil, clustertype=nil, clusterid=nil, enableexternal=nil, inclusterpodconfig=nil, externallabels=nil, notinstallbasicscrape=nil, notscrape=nil, dropall=nil, opendefaultrecord=nil)
|
12054
12056
|
@Region = region
|
12055
12057
|
@ClusterType = clustertype
|
12056
12058
|
@ClusterId = clusterid
|
@@ -12059,6 +12061,7 @@ module TencentCloud
|
|
12059
12061
|
@ExternalLabels = externallabels
|
12060
12062
|
@NotInstallBasicScrape = notinstallbasicscrape
|
12061
12063
|
@NotScrape = notscrape
|
12064
|
+
@DropAll = dropall
|
12062
12065
|
@OpenDefaultRecord = opendefaultrecord
|
12063
12066
|
end
|
12064
12067
|
|
@@ -12081,6 +12084,7 @@ module TencentCloud
|
|
12081
12084
|
end
|
12082
12085
|
@NotInstallBasicScrape = params['NotInstallBasicScrape']
|
12083
12086
|
@NotScrape = params['NotScrape']
|
12087
|
+
@DropAll = params['DropAll']
|
12084
12088
|
@OpenDefaultRecord = params['OpenDefaultRecord']
|
12085
12089
|
end
|
12086
12090
|
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.
|
4
|
+
version: 3.0.946
|
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-
|
11
|
+
date: 2024-11-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|