tencentcloud-sdk-tcm 1.0.308 → 1.0.309

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: ef1d0526d53be465c8eb621b5127d8589608a754
4
- data.tar.gz: ff51c1d016a403733fb0ba7061a22e99d9634ec8
3
+ metadata.gz: d87825a0e0bd2c914b81c03db301899477b1da76
4
+ data.tar.gz: 1d13978cdc4f9cf9940676d74e37eadab29b49b6
5
5
  SHA512:
6
- metadata.gz: 42eb230daa81efe5880ceda58ce08392019c062dbfe1790af3598f698128fd8b9be44f3b0ad450d160df59521fd4b477e0830a39760c743ed8dd9db3040a7929
7
- data.tar.gz: 3ff435964f884b84696fb797c51f622ebd7403b9c0a58e0cdb7e96bb8b23080f8b7ef1deea0c7dfa83cffd34ceb41bbcd349facfd8b3e3a46c3a12ae22250777
6
+ metadata.gz: 0d5d9dff8265adcc5d4757de624125e9fd55ec9dd10864df72bc2905e41194ba2264016f6f7c075fb7d1d3155b193ba771b6471c80a0018c90c0eea16b2ae2f3
7
+ data.tar.gz: ec54d5060d61947c7b343f83dd9b36e01a36cec9cc3faf6c7ea0c4f2b3dfa7bc639dca221b45cc970bf4624fc07b4f42c4ad74d0e6b3d600b29d00c73d854de1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.308
1
+ 1.0.309
@@ -1045,10 +1045,13 @@ module TencentCloud
1045
1045
  # @param Grafana: Grafana信息
1046
1046
  # 注意:此字段可能返回 null,表示取不到有效值。
1047
1047
  # @type Grafana: :class:`Tencentcloud::Tcm.v20210413.models.GrafanaInfo`
1048
+ # @param Type: Prometheus 类型
1049
+ # 注意:此字段可能返回 null,表示取不到有效值。
1050
+ # @type Type: String
1048
1051
 
1049
- attr_accessor :PrometheusId, :DisplayName, :InstanceId, :VpcId, :State, :Region, :Grafana
1052
+ attr_accessor :PrometheusId, :DisplayName, :InstanceId, :VpcId, :State, :Region, :Grafana, :Type
1050
1053
 
1051
- def initialize(prometheusid=nil, displayname=nil, instanceid=nil, vpcid=nil, state=nil, region=nil, grafana=nil)
1054
+ def initialize(prometheusid=nil, displayname=nil, instanceid=nil, vpcid=nil, state=nil, region=nil, grafana=nil, type=nil)
1052
1055
  @PrometheusId = prometheusid
1053
1056
  @DisplayName = displayname
1054
1057
  @InstanceId = instanceid
@@ -1056,6 +1059,7 @@ module TencentCloud
1056
1059
  @State = state
1057
1060
  @Region = region
1058
1061
  @Grafana = grafana
1062
+ @Type = type
1059
1063
  end
1060
1064
 
1061
1065
  def deserialize(params)
@@ -1069,6 +1073,7 @@ module TencentCloud
1069
1073
  @Grafana = GrafanaInfo.new
1070
1074
  @Grafana.deserialize(params['Grafana'])
1071
1075
  end
1076
+ @Type = params['Type']
1072
1077
  end
1073
1078
  end
1074
1079
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.308
4
+ version: 1.0.309
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-09 00:00:00.000000000 Z
11
+ date: 2022-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common