tencentcloud-sdk-cwp 1.0.339 → 1.0.340

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 +44 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b525d23d4c885ac81bc0440c29dd8d017989e096
4
- data.tar.gz: a7ac80442aa630953f4d0bf0da55d7bfdcc89de8
3
+ metadata.gz: d9309d10c347d4223f813283d9bb7a34d76c5e25
4
+ data.tar.gz: 15fea446e14753fdcd5e5b8d83c6b431f17ed6fa
5
5
  SHA512:
6
- metadata.gz: ddcf2b95c9e4afbc2dc591798b1c889318b84ed12fdfcf20ebcc4e44005a3eebae23f310cb848298206e6ba14a8e81a6dc66f21fd956a8c027341bec830138f7
7
- data.tar.gz: c4fd1cc86593e1f719a53c72b0f15bb95520f7290c6fb341feca06d88a73cc1c4158ff01d9f509b8a5dc89ff4e56295b94915db7112a08289c42f2453e74b1ec
6
+ metadata.gz: 3eeda175a7e97ecc76066861d7835db2e07e937cb023f1833f202b7ea4b2d941c9dc20da0302623a63d26628ea27e46f21c64791afc0358520d85726df2aacca
7
+ data.tar.gz: b2b48eec40fe517e2848aebe9755b101414ffee5a58a242463bcb46e20a860adccedb9d27c6a6ab52e8eb6fa6d33b41a22fdf8f1c5e90d9821beb04ae23da930
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.339
1
+ 1.0.340
@@ -8431,8 +8431,8 @@ module TencentCloud
8431
8431
  # @type ImportType: String
8432
8432
  # @param IsQueryProMachine: 该参数已作废.
8433
8433
  # @type IsQueryProMachine: Boolean
8434
- # @param Filters: 过滤条件。
8435
- # <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
8434
+ # @param Filters: 过滤条件:
8435
+ # <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
8436
8436
  # @type Filters: Array
8437
8437
 
8438
8438
  attr_accessor :MachineList, :ImportType, :IsQueryProMachine, :Filters
@@ -12700,10 +12700,13 @@ module TencentCloud
12700
12700
  # @param MachineStatus: 在线状态 OFFLINE,ONLINE
12701
12701
  # 注意:此字段可能返回 null,表示取不到有效值。
12702
12702
  # @type MachineStatus: String
12703
+ # @param LicenseOrder: 授权订单对象
12704
+ # 注意:此字段可能返回 null,表示取不到有效值。
12705
+ # @type LicenseOrder: :class:`Tencentcloud::Cwp.v20180228.models.LicenseOrder`
12703
12706
 
12704
- attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus
12707
+ attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus, :LicenseOrder
12705
12708
 
12706
- def initialize(machinename=nil, machinepublicip=nil, machineprivateip=nil, machinetag=nil, quuid=nil, uuid=nil, kernelversion=nil, machinestatus=nil)
12709
+ def initialize(machinename=nil, machinepublicip=nil, machineprivateip=nil, machinetag=nil, quuid=nil, uuid=nil, kernelversion=nil, machinestatus=nil, licenseorder=nil)
12707
12710
  @MachineName = machinename
12708
12711
  @MachinePublicIp = machinepublicip
12709
12712
  @MachinePrivateIp = machineprivateip
@@ -12712,6 +12715,7 @@ module TencentCloud
12712
12715
  @Uuid = uuid
12713
12716
  @KernelVersion = kernelversion
12714
12717
  @MachineStatus = machinestatus
12718
+ @LicenseOrder = licenseorder
12715
12719
  end
12716
12720
 
12717
12721
  def deserialize(params)
@@ -12730,6 +12734,10 @@ module TencentCloud
12730
12734
  @Uuid = params['Uuid']
12731
12735
  @KernelVersion = params['KernelVersion']
12732
12736
  @MachineStatus = params['MachineStatus']
12737
+ unless params['LicenseOrder'].nil?
12738
+ @LicenseOrder = LicenseOrder.new
12739
+ @LicenseOrder.deserialize(params['LicenseOrder'])
12740
+ end
12733
12741
  end
12734
12742
  end
12735
12743
 
@@ -14413,6 +14421,38 @@ module TencentCloud
14413
14421
  end
14414
14422
  end
14415
14423
 
14424
+ # 授权订单对象内容
14425
+ class LicenseOrder < TencentCloud::Common::AbstractModel
14426
+ # @param LicenseId: 授权ID
14427
+ # @type LicenseId: Integer
14428
+ # @param LicenseType: 授权类型
14429
+ # @type LicenseType: Integer
14430
+ # @param Status: 授权订单资源状态
14431
+ # @type Status: Integer
14432
+ # @param SourceType: 订单类型
14433
+ # @type SourceType: Integer
14434
+ # @param ResourceId: 资源ID
14435
+ # @type ResourceId: String
14436
+
14437
+ attr_accessor :LicenseId, :LicenseType, :Status, :SourceType, :ResourceId
14438
+
14439
+ def initialize(licenseid=nil, licensetype=nil, status=nil, sourcetype=nil, resourceid=nil)
14440
+ @LicenseId = licenseid
14441
+ @LicenseType = licensetype
14442
+ @Status = status
14443
+ @SourceType = sourcetype
14444
+ @ResourceId = resourceid
14445
+ end
14446
+
14447
+ def deserialize(params)
14448
+ @LicenseId = params['LicenseId']
14449
+ @LicenseType = params['LicenseType']
14450
+ @Status = params['Status']
14451
+ @SourceType = params['SourceType']
14452
+ @ResourceId = params['ResourceId']
14453
+ end
14454
+ end
14455
+
14416
14456
  # 异地登录合并后白名单
14417
14457
  class LoginWhiteCombinedInfo < TencentCloud::Common::AbstractModel
14418
14458
  # @param Places: 白名单地域
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.339
4
+ version: 1.0.340
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-21 00:00:00.000000000 Z
11
+ date: 2022-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common