tencentcloud-sdk-monitor 1.0.265 → 1.0.268

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: 88911a765afd8e4e86064e90333953e2792fab95
4
- data.tar.gz: 7bc3e408d97507b82b2ccffc4f8da6ae936c79ad
3
+ metadata.gz: 60db5060d3c9da6f1f11495cf97b63a07abf4026
4
+ data.tar.gz: 4aa1f71163e101ba5116f8a944f87ebf541715c8
5
5
  SHA512:
6
- metadata.gz: 7cdcc37e36329ea42c9381794537881b3b07672b0e13272701ac88fe3d2fded414fd9148b33cc0a60727cd0f24663408999e9086543454c2bc686cac873e991c
7
- data.tar.gz: a3462587919758a629aa4658438f10ed9d0d4a0141337a52b6df4714e7e99e679a2629ec1f93565777b6a048b481eb105eaa53c7f4e729bf1b0d338bf00b616e
6
+ metadata.gz: fe9be84d1a0532a19f7ff65da8ec86960925c674d7b70595ee2c0c3ef78b8676c8d943809edc6217e87a6439a8b34442b46ed9657b357c46c99752e18e5ab578
7
+ data.tar.gz: f94908b86d50502b3c1452fc500430f774110872c86680fd8e58a9325aa5e12dc7a5de9d437eebae25e003b042766107b80a048d4ba6f8169f34d7dc13cb39ec
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.265
1
+ 1.0.268
@@ -101,7 +101,7 @@ module TencentCloud
101
101
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
102
102
  end
103
103
 
104
- # 创建告警策略
104
+ # 创建云监控告警策略
105
105
 
106
106
  # @param request: Request instance for CreateAlarmPolicy.
107
107
  # @type request: :class:`Tencentcloud::monitor::V20180724::CreateAlarmPolicyRequest`
@@ -1011,7 +1011,7 @@ module TencentCloud
1011
1011
  # @type Enable: Integer
1012
1012
  # @param ProjectId: 项目 Id,对于区分项目的产品必须传入非 -1 的值。 -1=无项目 0=默认项目,如不传 默认为 -1。支持的项目 Id 可以在控制台 [账号中心-项目管理](https://console.cloud.tencent.com/project) 中查看。
1013
1013
  # @type ProjectId: Integer
1014
- # @param ConditionTemplateId: 触发条件模板 Id ,可不传
1014
+ # @param ConditionTemplateId: 触发条件模板 Id,该参数与 Condition 参数二选一。如果策略绑定触发条件模板,则传该参数;否则不传该参数,而是传 Condition 参数。触发条件模板 Id 可以从 [DescribeConditionsTemplateList](https://cloud.tencent.com/document/api/248/70250) 接口获取。
1015
1015
  # @type ConditionTemplateId: Integer
1016
1016
  # @param Condition: 指标触发条件,支持的指标可以从 [DescribeAlarmMetrics](https://cloud.tencent.com/document/product/248/51283) 查询。
1017
1017
  # @type Condition: :class:`Tencentcloud::Monitor.v20180724.models.AlarmPolicyCondition`
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: 1.0.265
4
+ version: 1.0.268
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-02-25 00:00:00.000000000 Z
11
+ date: 2022-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common