tencentcloud-sdk-cwp 3.0.524 → 3.0.526

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0907f498b42f8deb26dd669d7fb9e7c047e46dff
4
- data.tar.gz: 8cba7eb8cd111ab6a61ad28a57c1029961c0dcef
3
+ metadata.gz: 4cb21ad9dee2da2ffd34fa5e5b35a9ce7978e0b8
4
+ data.tar.gz: 075f3ab6319732594b09651d6cdae72dd8f62af0
5
5
  SHA512:
6
- metadata.gz: b384447824a7d8b9038b09c8a994ee690fa406fcb4b73829dbd2e37a0ee36937042d2b0a934ef66dca9f6a2eff9e4193bc6a86207ecbe56109ec38a3d3b0f4e1
7
- data.tar.gz: ce51c0fdc0c5de403eab90bd41323ef77b20deebec3340499244cae8d30c8acca33cc81aff6ee8c4a97ff68414ba48e7b28115574e056b9ce0e6323d081db0df
6
+ metadata.gz: bfdc9421d5ec641acb24207592ba5a55403f4533d970f3ca1e562c3a5b79d5d6b37d4801c979b4e0dc9fbc354007d7a21eae016d333aae9887a4507d39a81b07
7
+ data.tar.gz: 66bb46be5202bddb32146ac173f180353328431b7712ce4b42d4e0de7464ca3da19fc793145b1ec91caeecffe978a6375fff023020eb4da900fc26586b324438
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.524
1
+ 3.0.526
@@ -4361,17 +4361,21 @@ module TencentCloud
4361
4361
  # @type VulId: Integer
4362
4362
  # @param Uuids: 自选服务器时生效,主机uuid的string数组
4363
4363
  # @type Uuids: Array
4364
+ # @param TimeoutPeriod: 扫描超时时长 ,单位秒
4365
+ # @type TimeoutPeriod: Integer
4364
4366
 
4365
- attr_accessor :VulId, :Uuids
4367
+ attr_accessor :VulId, :Uuids, :TimeoutPeriod
4366
4368
 
4367
- def initialize(vulid=nil, uuids=nil)
4369
+ def initialize(vulid=nil, uuids=nil, timeoutperiod=nil)
4368
4370
  @VulId = vulid
4369
4371
  @Uuids = uuids
4372
+ @TimeoutPeriod = timeoutperiod
4370
4373
  end
4371
4374
 
4372
4375
  def deserialize(params)
4373
4376
  @VulId = params['VulId']
4374
4377
  @Uuids = params['Uuids']
4378
+ @TimeoutPeriod = params['TimeoutPeriod']
4375
4379
  end
4376
4380
  end
4377
4381
 
@@ -18449,10 +18453,13 @@ module TencentCloud
18449
18453
  # @param MachineExtraInfo: 主机额外信息
18450
18454
  # 注意:此字段可能返回 null,表示取不到有效值。
18451
18455
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
18456
+ # @param Uuid: 服务器uuid
18457
+ # 注意:此字段可能返回 null,表示取不到有效值。
18458
+ # @type Uuid: String
18452
18459
 
18453
- attr_accessor :Id, :Alias, :HostIp, :Type, :Description, :CreateTime, :RecentFoundTime, :Status, :Quuid, :MachineExtraInfo
18460
+ attr_accessor :Id, :Alias, :HostIp, :Type, :Description, :CreateTime, :RecentFoundTime, :Status, :Quuid, :MachineExtraInfo, :Uuid
18454
18461
 
18455
- def initialize(id=nil, _alias=nil, hostip=nil, type=nil, description=nil, createtime=nil, recentfoundtime=nil, status=nil, quuid=nil, machineextrainfo=nil)
18462
+ def initialize(id=nil, _alias=nil, hostip=nil, type=nil, description=nil, createtime=nil, recentfoundtime=nil, status=nil, quuid=nil, machineextrainfo=nil, uuid=nil)
18456
18463
  @Id = id
18457
18464
  @Alias = _alias
18458
18465
  @HostIp = hostip
@@ -18463,6 +18470,7 @@ module TencentCloud
18463
18470
  @Status = status
18464
18471
  @Quuid = quuid
18465
18472
  @MachineExtraInfo = machineextrainfo
18473
+ @Uuid = uuid
18466
18474
  end
18467
18475
 
18468
18476
  def deserialize(params)
@@ -18479,6 +18487,7 @@ module TencentCloud
18479
18487
  @MachineExtraInfo = MachineExtraInfo.new
18480
18488
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
18481
18489
  end
18490
+ @Uuid = params['Uuid']
18482
18491
  end
18483
18492
  end
18484
18493
 
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.524
4
+ version: 3.0.526
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common