tencentcloud-sdk-csip 3.0.1138 → 3.0.1158

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20221121/models.rb +37 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dc7d18e6b3af1d2165bfe706caea3d5c95874712
4
- data.tar.gz: 615e07e0e6882d0d243d8798657be4f10c0fed75
3
+ metadata.gz: 02e9c62acac066af9fee8081c3a31a9fd29ea070
4
+ data.tar.gz: 37350048fba9d6d56217e4faf8f867e46874cd5e
5
5
  SHA512:
6
- metadata.gz: 4c6d3e9a558e03e748f444ce2dda4c02e947217f3c14c6150ffc178d4eb5b87a24ee26929c27350e3f60f975e3b984ce980323885953048d8b190d00cd61c661
7
- data.tar.gz: ab2be99c1554b5a0da942cf2948669451ac90b72d5af8af6cb8954b4d52388cc9ec4adb9ecbf27ca2e6ac03fbef4a60d753f4112a4e49cb223668d0d67c30756
6
+ metadata.gz: f95edd1c3d6c332f30fa55b95dedf0786ce971747c578abe39b4b717f62ac76b6464493adf30775b336575fa164895080c31b2b96d22ce753f71be0791bbbb12
7
+ data.tar.gz: b218d4a88a1c5830468ee8b47556d1fc336a3a42c6acc7e3ba5d1aa18d3e99a49329290b5d1dc2c957a4cc8146829e4db6ee365351bd0d37b34280bcf80789e4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1138
1
+ 3.0.1158
@@ -96,10 +96,12 @@ module TencentCloud
96
96
  # @type Evidence: String
97
97
  # @param RuleKey: 告警规则标识
98
98
  # @type RuleKey: String
99
+ # @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
100
+ # @type CloudType: Integer
99
101
 
100
- attr_accessor :Name, :Level, :ID, :AlarmRuleID, :AlarmType, :AccessKey, :AccessKeyID, :AccessKeyRemark, :LastAlarmTime, :Status, :Date, :Tag, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :AppID, :LeakEvidence, :IsSupportEditWhiteAccount, :Evidence, :RuleKey
102
+ attr_accessor :Name, :Level, :ID, :AlarmRuleID, :AlarmType, :AccessKey, :AccessKeyID, :AccessKeyRemark, :LastAlarmTime, :Status, :Date, :Tag, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :AppID, :LeakEvidence, :IsSupportEditWhiteAccount, :Evidence, :RuleKey, :CloudType
101
103
 
102
- def initialize(name=nil, level=nil, id=nil, alarmruleid=nil, alarmtype=nil, accesskey=nil, accesskeyid=nil, accesskeyremark=nil, lastalarmtime=nil, status=nil, date=nil, tag=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, appid=nil, leakevidence=nil, issupporteditwhiteaccount=nil, evidence=nil, rulekey=nil)
104
+ def initialize(name=nil, level=nil, id=nil, alarmruleid=nil, alarmtype=nil, accesskey=nil, accesskeyid=nil, accesskeyremark=nil, lastalarmtime=nil, status=nil, date=nil, tag=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, appid=nil, leakevidence=nil, issupporteditwhiteaccount=nil, evidence=nil, rulekey=nil, cloudtype=nil)
103
105
  @Name = name
104
106
  @Level = level
105
107
  @ID = id
@@ -122,6 +124,7 @@ module TencentCloud
122
124
  @IsSupportEditWhiteAccount = issupporteditwhiteaccount
123
125
  @Evidence = evidence
124
126
  @RuleKey = rulekey
127
+ @CloudType = cloudtype
125
128
  end
126
129
 
127
130
  def deserialize(params)
@@ -147,6 +150,7 @@ module TencentCloud
147
150
  @IsSupportEditWhiteAccount = params['IsSupportEditWhiteAccount']
148
151
  @Evidence = params['Evidence']
149
152
  @RuleKey = params['RuleKey']
153
+ @CloudType = params['CloudType']
150
154
  end
151
155
  end
152
156
 
@@ -247,10 +251,12 @@ module TencentCloud
247
251
  # @param CheckStatus: 0 表示已检测
248
252
  # 1 表示检测中
249
253
  # @type CheckStatus: Integer
254
+ # @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
255
+ # @type CloudType: Integer
250
256
 
251
- attr_accessor :ID, :Name, :Remark, :AppID, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :IPCount, :CreateTime, :LastAccessTime, :Status, :CheckStatus
257
+ attr_accessor :ID, :Name, :Remark, :AppID, :Uin, :Nickname, :SubUin, :SubNickname, :Type, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :IPCount, :CreateTime, :LastAccessTime, :Status, :CheckStatus, :CloudType
252
258
 
253
- def initialize(id=nil, name=nil, remark=nil, appid=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, ipcount=nil, createtime=nil, lastaccesstime=nil, status=nil, checkstatus=nil)
259
+ def initialize(id=nil, name=nil, remark=nil, appid=nil, uin=nil, nickname=nil, subuin=nil, subnickname=nil, type=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, ipcount=nil, createtime=nil, lastaccesstime=nil, status=nil, checkstatus=nil, cloudtype=nil)
254
260
  @ID = id
255
261
  @Name = name
256
262
  @Remark = remark
@@ -268,6 +274,7 @@ module TencentCloud
268
274
  @LastAccessTime = lastaccesstime
269
275
  @Status = status
270
276
  @CheckStatus = checkstatus
277
+ @CloudType = cloudtype
271
278
  end
272
279
 
273
280
  def deserialize(params)
@@ -302,6 +309,7 @@ module TencentCloud
302
309
  @LastAccessTime = params['LastAccessTime']
303
310
  @Status = params['Status']
304
311
  @CheckStatus = params['CheckStatus']
312
+ @CloudType = params['CloudType']
305
313
  end
306
314
  end
307
315
 
@@ -454,10 +462,12 @@ module TencentCloud
454
462
  # @type LoginFlag: Integer
455
463
  # @param CheckStatus: 0 表示已检测 1 表示检测中
456
464
  # @type CheckStatus: Integer
465
+ # @param CloudType: 云厂商类型 0:腾讯云 1:亚马逊云 2:微软云 3:谷歌云 4:阿里云 5:华为云
466
+ # @type CloudType: Integer
457
467
 
458
- attr_accessor :ID, :Name, :Type, :AccessType, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :AppID, :Nickname, :SubNickname, :Uin, :SubUin, :LoginIP, :LoginLocation, :LoginTime, :ISP, :ActionFlag, :LoginFlag, :CheckStatus
468
+ attr_accessor :ID, :Name, :Type, :AccessType, :Advice, :AccessKeyAlarmList, :AccessKeyRiskList, :AppID, :Nickname, :SubNickname, :Uin, :SubUin, :LoginIP, :LoginLocation, :LoginTime, :ISP, :ActionFlag, :LoginFlag, :CheckStatus, :CloudType
459
469
 
460
- def initialize(id=nil, name=nil, type=nil, accesstype=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, appid=nil, nickname=nil, subnickname=nil, uin=nil, subuin=nil, loginip=nil, loginlocation=nil, logintime=nil, isp=nil, actionflag=nil, loginflag=nil, checkstatus=nil)
470
+ def initialize(id=nil, name=nil, type=nil, accesstype=nil, advice=nil, accesskeyalarmlist=nil, accesskeyrisklist=nil, appid=nil, nickname=nil, subnickname=nil, uin=nil, subuin=nil, loginip=nil, loginlocation=nil, logintime=nil, isp=nil, actionflag=nil, loginflag=nil, checkstatus=nil, cloudtype=nil)
461
471
  @ID = id
462
472
  @Name = name
463
473
  @Type = type
@@ -477,6 +487,7 @@ module TencentCloud
477
487
  @ActionFlag = actionflag
478
488
  @LoginFlag = loginflag
479
489
  @CheckStatus = checkstatus
490
+ @CloudType = cloudtype
480
491
  end
481
492
 
482
493
  def deserialize(params)
@@ -513,6 +524,7 @@ module TencentCloud
513
524
  @ActionFlag = params['ActionFlag']
514
525
  @LoginFlag = params['LoginFlag']
515
526
  @CheckStatus = params['CheckStatus']
527
+ @CloudType = params['CloudType']
516
528
  end
517
529
  end
518
530
 
@@ -11836,6 +11848,7 @@ module TencentCloud
11836
11848
  # @param Region: IP地域
11837
11849
  # @type Region: String
11838
11850
  # @param EventType: 调用方式
11851
+ # -1:未统计
11839
11852
  # 0:控制台调用
11840
11853
  # 1:API
11841
11854
  # @type EventType: Integer
@@ -11865,10 +11878,15 @@ module TencentCloud
11865
11878
  # @type ShowStatus: Boolean
11866
11879
  # @param ISP: 运营商字段
11867
11880
  # @type ISP: String
11881
+ # @param VpcInfo: 账号外vpc信息
11882
+ # @type VpcInfo: Array
11883
+ # @param CloudType: 云类型
11884
+ # 0为腾讯云
11885
+ # @type CloudType: Integer
11868
11886
 
11869
- attr_accessor :ID, :SourceIP, :Remark, :AppID, :Region, :EventType, :IPType, :AccessKeyAlarmList, :AKInfo, :ActionCount, :LastAccessTime, :InstanceID, :InstanceName, :Uin, :Nickname, :ShowStatus, :ISP
11887
+ attr_accessor :ID, :SourceIP, :Remark, :AppID, :Region, :EventType, :IPType, :AccessKeyAlarmList, :AKInfo, :ActionCount, :LastAccessTime, :InstanceID, :InstanceName, :Uin, :Nickname, :ShowStatus, :ISP, :VpcInfo, :CloudType
11870
11888
 
11871
- def initialize(id=nil, sourceip=nil, remark=nil, appid=nil, region=nil, eventtype=nil, iptype=nil, accesskeyalarmlist=nil, akinfo=nil, actioncount=nil, lastaccesstime=nil, instanceid=nil, instancename=nil, uin=nil, nickname=nil, showstatus=nil, isp=nil)
11889
+ def initialize(id=nil, sourceip=nil, remark=nil, appid=nil, region=nil, eventtype=nil, iptype=nil, accesskeyalarmlist=nil, akinfo=nil, actioncount=nil, lastaccesstime=nil, instanceid=nil, instancename=nil, uin=nil, nickname=nil, showstatus=nil, isp=nil, vpcinfo=nil, cloudtype=nil)
11872
11890
  @ID = id
11873
11891
  @SourceIP = sourceip
11874
11892
  @Remark = remark
@@ -11886,6 +11904,8 @@ module TencentCloud
11886
11904
  @Nickname = nickname
11887
11905
  @ShowStatus = showstatus
11888
11906
  @ISP = isp
11907
+ @VpcInfo = vpcinfo
11908
+ @CloudType = cloudtype
11889
11909
  end
11890
11910
 
11891
11911
  def deserialize(params)
@@ -11920,6 +11940,15 @@ module TencentCloud
11920
11940
  @Nickname = params['Nickname']
11921
11941
  @ShowStatus = params['ShowStatus']
11922
11942
  @ISP = params['ISP']
11943
+ unless params['VpcInfo'].nil?
11944
+ @VpcInfo = []
11945
+ params['VpcInfo'].each do |i|
11946
+ sourceipvpcinfo_tmp = SourceIPVpcInfo.new
11947
+ sourceipvpcinfo_tmp.deserialize(i)
11948
+ @VpcInfo << sourceipvpcinfo_tmp
11949
+ end
11950
+ end
11951
+ @CloudType = params['CloudType']
11923
11952
  end
11924
11953
  end
11925
11954
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-csip
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1138
4
+ version: 3.0.1158
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-10 00:00:00.000000000 Z
11
+ date: 2025-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-csip.rb
37
- - lib/v20221121/client.rb
38
37
  - lib/v20221121/models.rb
38
+ - lib/v20221121/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: