tencentcloud-sdk-cwp 3.0.683 → 3.0.685

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/v20180228/models.rb +64 -6
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f523235ba0b6950a063d4095b91ce1fc2a8271b4
4
- data.tar.gz: 81db3a23aa08f8c578e9a1baf10146897265e6f1
3
+ metadata.gz: 265ca2614e522dc9be38ed84c2516e4b1450dd1f
4
+ data.tar.gz: 26e8840a7f65bd66cf5028798e568f71076c7d34
5
5
  SHA512:
6
- metadata.gz: 31934ba7aceeb00be4bbf7a84241e8a39c163eec6377d27f49acaf37dcf0d521317ace8661dba7659b65b3d7644194398dbcf5849c179eaa2ae02fa22b7b0281
7
- data.tar.gz: 9a585e646d18cdf900544d7339fc5d746e0c55e215d3dfcdf00f8d8c59dc2f28ca8fefaf96993858b6aa4a6d56aa60cb8309b341396cb2fe9df0af00c9ea9fcd
6
+ metadata.gz: c765a3faac28a8bcd4f18d5763da515913e5c370db4b3cf976543f1c93746dd0886080211cc620549c267f8e6d0cfccacea2669e1848022b54cfe64f82dde93c
7
+ data.tar.gz: cd1f4914dfff4a8521906978f6d2c99922c858a205c623c59c3b6bbeed83394f5abd9d6e2894d06a61e3feda76c03baf2547b975378d55b60ae3a2297534b964
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.683
1
+ 3.0.685
@@ -6407,16 +6407,21 @@ module TencentCloud
6407
6407
 
6408
6408
  # CreateScanMalwareSetting返回参数结构体
6409
6409
  class CreateScanMalwareSettingResponse < TencentCloud::Common::AbstractModel
6410
+ # @param TaskId: 任务id
6411
+ # 注意:此字段可能返回 null,表示取不到有效值。
6412
+ # @type TaskId: Integer
6410
6413
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6411
6414
  # @type RequestId: String
6412
6415
 
6413
- attr_accessor :RequestId
6416
+ attr_accessor :TaskId, :RequestId
6414
6417
 
6415
- def initialize(requestid=nil)
6418
+ def initialize(taskid=nil, requestid=nil)
6419
+ @TaskId = taskid
6416
6420
  @RequestId = requestid
6417
6421
  end
6418
6422
 
6419
6423
  def deserialize(params)
6424
+ @TaskId = params['TaskId']
6420
6425
  @RequestId = params['RequestId']
6421
6426
  end
6422
6427
  end
@@ -6577,18 +6582,21 @@ module TencentCloud
6577
6582
  # @type Deadline: Integer
6578
6583
  # @param RuleName: 规则名称,大资产中心:asset_center
6579
6584
  # @type RuleName: String
6585
+ # @param SourceType: 订单类型, 1 试用 2 赠送 3 体验 4 SSL-证书赠送 5 cvm赠送
6586
+ # @type SourceType: Integer
6580
6587
  # @param RegionId: 地域, 1 广州 9新加坡, 默认为 1. 非必要情况不要选9
6581
6588
  # @type RegionId: Integer
6582
6589
  # @param ExtraParam: 额外参数,json字符串,包含ResourceId 资源ID,LicenseType 授权类型
6583
6590
  # @type ExtraParam: String
6584
6591
 
6585
- attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :RegionId, :ExtraParam
6592
+ attr_accessor :LicenseType, :LicenseNum, :Deadline, :RuleName, :SourceType, :RegionId, :ExtraParam
6586
6593
 
6587
- def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, regionid=nil, extraparam=nil)
6594
+ def initialize(licensetype=nil, licensenum=nil, deadline=nil, rulename=nil, sourcetype=nil, regionid=nil, extraparam=nil)
6588
6595
  @LicenseType = licensetype
6589
6596
  @LicenseNum = licensenum
6590
6597
  @Deadline = deadline
6591
6598
  @RuleName = rulename
6599
+ @SourceType = sourcetype
6592
6600
  @RegionId = regionid
6593
6601
  @ExtraParam = extraparam
6594
6602
  end
@@ -6598,6 +6606,7 @@ module TencentCloud
6598
6606
  @LicenseNum = params['LicenseNum']
6599
6607
  @Deadline = params['Deadline']
6600
6608
  @RuleName = params['RuleName']
6609
+ @SourceType = params['SourceType']
6601
6610
  @RegionId = params['RegionId']
6602
6611
  @ExtraParam = params['ExtraParam']
6603
6612
  end
@@ -17181,16 +17190,37 @@ module TencentCloud
17181
17190
 
17182
17191
  # DescribeLicenseWhiteConfig返回参数结构体
17183
17192
  class DescribeLicenseWhiteConfigResponse < TencentCloud::Common::AbstractModel
17193
+ # @param FlagShip: 旗舰版 配置信息
17194
+ # @type FlagShip: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
17195
+ # @param Professional: 专业版 配置信息
17196
+ # @type Professional: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
17197
+ # @param PrattWhitney: 普惠版 配置信息
17198
+ # @type PrattWhitney: :class:`Tencentcloud::Cwp.v20180228.models.VersionWhiteConfig`
17184
17199
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
17185
17200
  # @type RequestId: String
17186
17201
 
17187
- attr_accessor :RequestId
17202
+ attr_accessor :FlagShip, :Professional, :PrattWhitney, :RequestId
17188
17203
 
17189
- def initialize(requestid=nil)
17204
+ def initialize(flagship=nil, professional=nil, prattwhitney=nil, requestid=nil)
17205
+ @FlagShip = flagship
17206
+ @Professional = professional
17207
+ @PrattWhitney = prattwhitney
17190
17208
  @RequestId = requestid
17191
17209
  end
17192
17210
 
17193
17211
  def deserialize(params)
17212
+ unless params['FlagShip'].nil?
17213
+ @FlagShip = VersionWhiteConfig.new
17214
+ @FlagShip.deserialize(params['FlagShip'])
17215
+ end
17216
+ unless params['Professional'].nil?
17217
+ @Professional = VersionWhiteConfig.new
17218
+ @Professional.deserialize(params['Professional'])
17219
+ end
17220
+ unless params['PrattWhitney'].nil?
17221
+ @PrattWhitney = VersionWhiteConfig.new
17222
+ @PrattWhitney.deserialize(params['PrattWhitney'])
17223
+ end
17194
17224
  @RequestId = params['RequestId']
17195
17225
  end
17196
17226
  end
@@ -40579,6 +40609,34 @@ module TencentCloud
40579
40609
  end
40580
40610
  end
40581
40611
 
40612
+ # 授权版本白名单配置信息
40613
+ class VersionWhiteConfig < TencentCloud::Common::AbstractModel
40614
+ # @param Deadline: 到期天数
40615
+ # @type Deadline: Integer
40616
+ # @param LicenseNum: 授权数量
40617
+ # @type LicenseNum: Integer
40618
+ # @param IsApplyFor: 是否可申请
40619
+ # @type IsApplyFor: Boolean
40620
+ # @param SourceType: 类型
40621
+ # @type SourceType: Integer
40622
+
40623
+ attr_accessor :Deadline, :LicenseNum, :IsApplyFor, :SourceType
40624
+
40625
+ def initialize(deadline=nil, licensenum=nil, isapplyfor=nil, sourcetype=nil)
40626
+ @Deadline = deadline
40627
+ @LicenseNum = licensenum
40628
+ @IsApplyFor = isapplyfor
40629
+ @SourceType = sourcetype
40630
+ end
40631
+
40632
+ def deserialize(params)
40633
+ @Deadline = params['Deadline']
40634
+ @LicenseNum = params['LicenseNum']
40635
+ @IsApplyFor = params['IsApplyFor']
40636
+ @SourceType = params['SourceType']
40637
+ end
40638
+ end
40639
+
40582
40640
  # 点详细信息
40583
40641
  class VertexDetail < TencentCloud::Common::AbstractModel
40584
40642
  # @param Type: 该节点类型,进程:1;网络:2;文件:3;ssh:4
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.683
4
+ version: 3.0.685
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-24 00:00:00.000000000 Z
11
+ date: 2023-10-26 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-cwp.rb
37
- - lib/v20180228/models.rb
38
37
  - lib/v20180228/client.rb
38
+ - lib/v20180228/models.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: