tencentcloud-sdk-cwp 3.0.678 → 3.0.680

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 +45 -5
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 424a491f1407be3c8f18ff6008a29287f13478c7
4
- data.tar.gz: d248fa61d5e57400ce627cae60a45cdda0e375fe
3
+ metadata.gz: d8a77bd8fd21c9bda9417a94c73261d31df3bf0e
4
+ data.tar.gz: d91bfa94225c32c25444f987687f661d62e1ffca
5
5
  SHA512:
6
- metadata.gz: 1208abf7e286ec1cb67b38443db3e8f2c8a854dbab31ed1270d49e44a4db4ab233e28184bcb36f4dce514484b39922a93a17d7b6c0e6e8fda8e6371db876e2aa
7
- data.tar.gz: 208a3578e91777292e2fa5e5f9c283d28af580ea1dac355e607b4d45c6079e445dd3908416bdf7c47170551141b2e92bd862db79ae2db696526798cb187dcd10
6
+ metadata.gz: bed8babf82939c5a2be90727f46e290e7ec63937cdc609d2bfd8ce56cdc1ca7bbde70324cbf1acfa7bf976edc20d015f06467efc264ee3b2471a2d25210aaf1f
7
+ data.tar.gz: 6cce4b1dbe14fc052d7f731e99e841b7aea3706f41dd99ebf77191dca730b58cb16c6164aad1fc47c2f66b59a6d26facd2d2d196f29513a1d957e3088002a408
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.678
1
+ 3.0.680
@@ -1289,7 +1289,7 @@ module TencentCloud
1289
1289
  # @type MachineWanIp: String
1290
1290
  # @param CpuSize: Cpu数量
1291
1291
  # @type CpuSize: Integer
1292
- # @param CpuLoad: Cpu使用率百分比
1292
+ # @param CpuLoad: Cpu负载
1293
1293
  # @type CpuLoad: String
1294
1294
  # @param ProtectLevel: 防护级别:0基础版,1专业版,2旗舰版,3普惠版
1295
1295
  # @type ProtectLevel: Integer
@@ -1339,10 +1339,16 @@ module TencentCloud
1339
1339
  # @param MachineExtraInfo: 主机二外信息
1340
1340
  # 注意:此字段可能返回 null,表示取不到有效值。
1341
1341
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
1342
+ # @param CpuLoadVul: CpuLoadVul
1343
+ # 注意:此字段可能返回 null,表示取不到有效值。
1344
+ # @type CpuLoadVul: String
1345
+ # @param FirstTime: 时间
1346
+ # 注意:此字段可能返回 null,表示取不到有效值。
1347
+ # @type FirstTime: String
1342
1348
 
1343
- attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :CpuSize, :CpuLoad, :ProtectLevel, :RiskStatus, :ProtectDays, :BuyTime, :EndTime, :CoreVersion, :OsType, :AgentVersion, :InstallTime, :BootTime, :LastLiveTime, :Producer, :SerialNumber, :NetCards, :Disks, :Status, :ProjectId, :DeviceVersion, :OfflineTime, :InstanceId, :UpdateTime, :MachineExtraInfo
1349
+ attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :CpuSize, :CpuLoad, :ProtectLevel, :RiskStatus, :ProtectDays, :BuyTime, :EndTime, :CoreVersion, :OsType, :AgentVersion, :InstallTime, :BootTime, :LastLiveTime, :Producer, :SerialNumber, :NetCards, :Disks, :Status, :ProjectId, :DeviceVersion, :OfflineTime, :InstanceId, :UpdateTime, :MachineExtraInfo, :CpuLoadVul, :FirstTime
1344
1350
 
1345
- def initialize(quuid=nil, uuid=nil, machineip=nil, machinename=nil, osinfo=nil, cpu=nil, memsize=nil, memload=nil, disksize=nil, diskload=nil, partitioncount=nil, machinewanip=nil, cpusize=nil, cpuload=nil, protectlevel=nil, riskstatus=nil, protectdays=nil, buytime=nil, endtime=nil, coreversion=nil, ostype=nil, agentversion=nil, installtime=nil, boottime=nil, lastlivetime=nil, producer=nil, serialnumber=nil, netcards=nil, disks=nil, status=nil, projectid=nil, deviceversion=nil, offlinetime=nil, instanceid=nil, updatetime=nil, machineextrainfo=nil)
1351
+ def initialize(quuid=nil, uuid=nil, machineip=nil, machinename=nil, osinfo=nil, cpu=nil, memsize=nil, memload=nil, disksize=nil, diskload=nil, partitioncount=nil, machinewanip=nil, cpusize=nil, cpuload=nil, protectlevel=nil, riskstatus=nil, protectdays=nil, buytime=nil, endtime=nil, coreversion=nil, ostype=nil, agentversion=nil, installtime=nil, boottime=nil, lastlivetime=nil, producer=nil, serialnumber=nil, netcards=nil, disks=nil, status=nil, projectid=nil, deviceversion=nil, offlinetime=nil, instanceid=nil, updatetime=nil, machineextrainfo=nil, cpuloadvul=nil, firsttime=nil)
1346
1352
  @Quuid = quuid
1347
1353
  @Uuid = uuid
1348
1354
  @MachineIp = machineip
@@ -1379,6 +1385,8 @@ module TencentCloud
1379
1385
  @InstanceId = instanceid
1380
1386
  @UpdateTime = updatetime
1381
1387
  @MachineExtraInfo = machineextrainfo
1388
+ @CpuLoadVul = cpuloadvul
1389
+ @FirstTime = firsttime
1382
1390
  end
1383
1391
 
1384
1392
  def deserialize(params)
@@ -1435,6 +1443,8 @@ module TencentCloud
1435
1443
  @MachineExtraInfo = MachineExtraInfo.new
1436
1444
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
1437
1445
  end
1446
+ @CpuLoadVul = params['CpuLoadVul']
1447
+ @FirstTime = params['FirstTime']
1438
1448
  end
1439
1449
  end
1440
1450
 
@@ -6559,12 +6569,37 @@ module TencentCloud
6559
6569
 
6560
6570
  # CreateWhiteListOrder请求参数结构体
6561
6571
  class CreateWhiteListOrderRequest < TencentCloud::Common::AbstractModel
6572
+ # @param LicenseType: 授权类型
6573
+ # @type LicenseType: Integer
6574
+ # @param LicenseNum: 授权数量,最小为1 最大99999
6575
+ # @type LicenseNum: Integer
6576
+ # @param Deadline: 到期时间,最小为1
6577
+ # @type Deadline: Integer
6578
+ # @param RuleName: 规则名称,大资产中心:asset_center
6579
+ # @type RuleName: String
6580
+ # @param RegionId: 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
6581
+ # @type RegionId: Integer
6582
+ # @param ExtraParam: 额外参数,json字符串,包含ResourceId 资源ID,LicenseType 授权类型
6583
+ # @type ExtraParam: String
6562
6584
 
6585
+ attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :RegionId, :ExtraParam
6563
6586
 
6564
- def initialize()
6587
+ def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, regionid=nil, extraparam=nil)
6588
+ @LicenseType = licensetype
6589
+ @LicenseNum = licensenum
6590
+ @Deadline = deadline
6591
+ @RuleName = rulename
6592
+ @RegionId = regionid
6593
+ @ExtraParam = extraparam
6565
6594
  end
6566
6595
 
6567
6596
  def deserialize(params)
6597
+ @LicenseType = params['LicenseType']
6598
+ @LicenseNum = params['LicenseNum']
6599
+ @Deadline = params['Deadline']
6600
+ @RuleName = params['RuleName']
6601
+ @RegionId = params['RegionId']
6602
+ @ExtraParam = params['ExtraParam']
6568
6603
  end
6569
6604
  end
6570
6605
 
@@ -17122,12 +17157,17 @@ module TencentCloud
17122
17157
 
17123
17158
  # DescribeLicenseWhiteConfig请求参数结构体
17124
17159
  class DescribeLicenseWhiteConfigRequest < TencentCloud::Common::AbstractModel
17160
+ # @param RuleName: 规则名称,例如: cwp
17161
+ # @type RuleName: String
17125
17162
 
17163
+ attr_accessor :RuleName
17126
17164
 
17127
- def initialize()
17165
+ def initialize(rulename=nil)
17166
+ @RuleName = rulename
17128
17167
  end
17129
17168
 
17130
17169
  def deserialize(params)
17170
+ @RuleName = params['RuleName']
17131
17171
  end
17132
17172
  end
17133
17173
 
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.678
4
+ version: 3.0.680
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-10-17 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-cwp.rb
37
- - lib/v20180228/models.rb
38
36
  - lib/v20180228/client.rb
37
+ - lib/v20180228/models.rb
38
+ - lib/tencentcloud-sdk-cwp.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: