tencentcloud-sdk-cwp 3.0.972 → 3.0.973
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/v20180228/models.rb +15 -15
- 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: b97d48a22ab99b7cbccd5078c628f446ebff8ac8
|
4
|
+
data.tar.gz: c15169ab940bfd83fa671bad4b408a2513ee3072
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7289d38254b88d7fdf817ee071fa88594854472e2ea52830c671ff2b5b1f9537a48994ecd38d6e25328e47faa4a6f03f3e8c12d0ae874ffd3eb2359cf97c505
|
7
|
+
data.tar.gz: 8771bab69a48c5e821ce763482b5595ce0094f79b1d2a07fb53919c4d5d3b95848df5478f27c16187a2298fde4b632873637746aba296e6ef03ecaa940bd2aa0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
data/lib/v20180228/models.rb
CHANGED
@@ -4573,8 +4573,8 @@ module TencentCloud
|
|
4573
4573
|
|
4574
4574
|
attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
|
4575
4575
|
extend Gem::Deprecate
|
4576
|
-
deprecate :Decription, :none,
|
4577
|
-
deprecate :Decription=, :none,
|
4576
|
+
deprecate :Decription, :none, 2025, 1
|
4577
|
+
deprecate :Decription=, :none, 2025, 1
|
4578
4578
|
|
4579
4579
|
def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil)
|
4580
4580
|
@Id = id
|
@@ -17718,16 +17718,16 @@ module TencentCloud
|
|
17718
17718
|
|
17719
17719
|
attr_accessor :MachineCnt, :TencentCloudMachineCnt, :AliCloudMachineCnt, :BaiduCloudMachineCnt, :IDCMachineCnt, :OtherCloudMachineCnt, :ProtectMachineCnt, :BaseMachineCnt, :SpecialtyMachineCnt, :FlagshipMachineCnt, :RiskMachineCnt, :CompareYesterdayRiskMachineCnt, :CompareYesterdayNotProtectMachineCnt, :CompareYesterdayDeadlineMachineCnt, :DeadlineMachineCnt, :NotProtectMachineCnt, :LHGeneralDiscountCnt, :CompareYesterdayMachineCnt, :MachineDestroyAfterOfflineHours, :CloudFrom, :RequestId
|
17720
17720
|
extend Gem::Deprecate
|
17721
|
-
deprecate :TencentCloudMachineCnt, :none,
|
17722
|
-
deprecate :TencentCloudMachineCnt=, :none,
|
17723
|
-
deprecate :AliCloudMachineCnt, :none,
|
17724
|
-
deprecate :AliCloudMachineCnt=, :none,
|
17725
|
-
deprecate :BaiduCloudMachineCnt, :none,
|
17726
|
-
deprecate :BaiduCloudMachineCnt=, :none,
|
17727
|
-
deprecate :IDCMachineCnt, :none,
|
17728
|
-
deprecate :IDCMachineCnt=, :none,
|
17729
|
-
deprecate :OtherCloudMachineCnt, :none,
|
17730
|
-
deprecate :OtherCloudMachineCnt=, :none,
|
17721
|
+
deprecate :TencentCloudMachineCnt, :none, 2025, 1
|
17722
|
+
deprecate :TencentCloudMachineCnt=, :none, 2025, 1
|
17723
|
+
deprecate :AliCloudMachineCnt, :none, 2025, 1
|
17724
|
+
deprecate :AliCloudMachineCnt=, :none, 2025, 1
|
17725
|
+
deprecate :BaiduCloudMachineCnt, :none, 2025, 1
|
17726
|
+
deprecate :BaiduCloudMachineCnt=, :none, 2025, 1
|
17727
|
+
deprecate :IDCMachineCnt, :none, 2025, 1
|
17728
|
+
deprecate :IDCMachineCnt=, :none, 2025, 1
|
17729
|
+
deprecate :OtherCloudMachineCnt, :none, 2025, 1
|
17730
|
+
deprecate :OtherCloudMachineCnt=, :none, 2025, 1
|
17731
17731
|
|
17732
17732
|
def initialize(machinecnt=nil, tencentcloudmachinecnt=nil, alicloudmachinecnt=nil, baiducloudmachinecnt=nil, idcmachinecnt=nil, othercloudmachinecnt=nil, protectmachinecnt=nil, basemachinecnt=nil, specialtymachinecnt=nil, flagshipmachinecnt=nil, riskmachinecnt=nil, compareyesterdayriskmachinecnt=nil, compareyesterdaynotprotectmachinecnt=nil, compareyesterdaydeadlinemachinecnt=nil, deadlinemachinecnt=nil, notprotectmachinecnt=nil, lhgeneraldiscountcnt=nil, compareyesterdaymachinecnt=nil, machinedestroyafterofflinehours=nil, cloudfrom=nil, requestid=nil)
|
17733
17733
|
@MachineCnt = machinecnt
|
@@ -28125,8 +28125,8 @@ module TencentCloud
|
|
28125
28125
|
|
28126
28126
|
attr_accessor :Filters, :Fileds, :Fields
|
28127
28127
|
extend Gem::Deprecate
|
28128
|
-
deprecate :Fileds, :none,
|
28129
|
-
deprecate :Fileds=, :none,
|
28128
|
+
deprecate :Fileds, :none, 2025, 1
|
28129
|
+
deprecate :Fileds=, :none, 2025, 1
|
28130
28130
|
|
28131
28131
|
def initialize(filters=nil, fileds=nil, fields=nil)
|
28132
28132
|
@Filters = filters
|
@@ -39230,7 +39230,7 @@ module TencentCloud
|
|
39230
39230
|
# @type StartTime: Integer
|
39231
39231
|
# @param EndTime: 要检索分析的日志的结束时间,Unix时间戳(毫秒)
|
39232
39232
|
# @type EndTime: Integer
|
39233
|
-
# @param QueryString: 检索分析语句,最大长度为12KB,查询语法可参考文档https://cloud.tencent.com/document/product/296/50508
|
39233
|
+
# @param QueryString: 检索分析语句,最大长度为12KB,查询语法可参考文档 https://cloud.tencent.com/document/product/296/50508
|
39234
39234
|
# @type QueryString: String
|
39235
39235
|
# @param Count: 表示单次查询返回的原始日志条数,最大值为1000,获取后续日志需使用Context参数
|
39236
39236
|
# @type Count: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cwp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.973
|
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-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|