tencentcloud-sdk-cwp 1.0.341 → 1.0.344

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: 16b8633c03c8dcbc780be5707f7ae17d71fb33d5
4
- data.tar.gz: 88f1b72fcadd38b08b2bf1335baa25346f519c44
3
+ metadata.gz: 89f23db22645c7a5f25801314268cc906ad907ba
4
+ data.tar.gz: f590bf1b824ee1be7dd8bb58e168135d5d3e0a43
5
5
  SHA512:
6
- metadata.gz: b841f1be092a68c9d31ad500004e73e2fad5800abac2a45d0e6aa516e2927ae0ea43d7409d606b23f790ca835d3ee90a45cebb1b4f6dab10603e5655dfa55d76
7
- data.tar.gz: d73c88ba4f8fa00329d0b3ace270baa62a1251e45b30d978fe16f10d93ee7a69c613cd0ddf364596fffe03693652a0e09c14b2fe19fada175348b87d92652800
6
+ metadata.gz: b707acb758bbcd348bed78c7ab7aecd2d717eef1cc9430433e84121a84481c50ba35f6f5e35728d21a775b1d03bf47877726cd843b0543b7eebfd400189b26ab
7
+ data.tar.gz: d014255becc48192ba107c5aa51e40d02e967656671ce4a89f22ddd0e2864bccb6b31c1f8021b8d242804716b9afd7b38043a60f03a6dd9c7cf809641ed410c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.341
1
+ 1.0.344
@@ -14259,10 +14259,13 @@ module TencentCloud
14259
14259
  # @param Location: 位置名称
14260
14260
  # 注意:此字段可能返回 null,表示取不到有效值。
14261
14261
  # @type Location: String
14262
+ # @param Quuid: 主机quuid
14263
+ # 注意:此字段可能返回 null,表示取不到有效值。
14264
+ # @type Quuid: String
14262
14265
 
14263
- attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location
14266
+ attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid
14264
14267
 
14265
- def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil)
14268
+ def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil, quuid=nil)
14266
14269
  @Id = id
14267
14270
  @Uuid = uuid
14268
14271
  @MachineIp = machineip
@@ -14281,6 +14284,7 @@ module TencentCloud
14281
14284
  @IsRiskSrcIp = isrisksrcip
14282
14285
  @RiskLevel = risklevel
14283
14286
  @Location = location
14287
+ @Quuid = quuid
14284
14288
  end
14285
14289
 
14286
14290
  def deserialize(params)
@@ -14302,6 +14306,7 @@ module TencentCloud
14302
14306
  @IsRiskSrcIp = params['IsRiskSrcIp']
14303
14307
  @RiskLevel = params['RiskLevel']
14304
14308
  @Location = params['Location']
14309
+ @Quuid = params['Quuid']
14305
14310
  end
14306
14311
  end
14307
14312
 
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: 1.0.341
4
+ version: 1.0.344
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-06-23 00:00:00.000000000 Z
11
+ date: 2022-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common