tencentcloud-sdk-cwp 1.0.337 → 1.0.340
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180228/models.rb +49 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9309d10c347d4223f813283d9bb7a34d76c5e25
|
|
4
|
+
data.tar.gz: 15fea446e14753fdcd5e5b8d83c6b431f17ed6fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3eeda175a7e97ecc76066861d7835db2e07e937cb023f1833f202b7ea4b2d941c9dc20da0302623a63d26628ea27e46f21c64791afc0358520d85726df2aacca
|
|
7
|
+
data.tar.gz: b2b48eec40fe517e2848aebe9755b101414ffee5a58a242463bcb46e20a860adccedb9d27c6a6ab52e8eb6fa6d33b41a22fdf8f1c5e90d9821beb04ae23da930
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.340
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -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
|
|
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
|
|
@@ -11838,11 +11838,13 @@ module TencentCloud
|
|
|
11838
11838
|
# @type Offset: Integer
|
|
11839
11839
|
# @param VulId: 漏洞id
|
|
11840
11840
|
# @type VulId: Integer
|
|
11841
|
-
# @param Filters:
|
|
11841
|
+
# @param Filters: 过滤条件:
|
|
11842
11842
|
# <li>AliasName - String - 主机名筛选</li>
|
|
11843
|
-
# <li>TagIds - String - 主机标签id
|
|
11844
|
-
# <li>Status - String -
|
|
11843
|
+
# <li>TagIds - String - 主机标签id串,多个用英文用逗号分隔</li>
|
|
11844
|
+
# <li>Status - String - 状态:0-待处理 1-忽略 3-已修复 5-检测中 6-修复中 8-修复失败</li>
|
|
11845
11845
|
# <li>Uuid - String数组 - Uuid串数组</li>
|
|
11846
|
+
# <li>Version - String数组 - 付费版本数组:"Flagship"-旗舰版 "PRO_VERSION"-专业版 "BASIC_VERSION"-基础版</li>
|
|
11847
|
+
# <li>InstanceState - String数组 - 实例状态数组:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-开机中 "STOPPING"-关机中 "REBOOTING"-重启中 "SHUTDOWN"-待销毁 "TERMINATING"-销毁中 "UNKNOWN"-未知(针对非腾讯云机器,且客户端离线的场景) </li>
|
|
11846
11848
|
# @type Filters: Array
|
|
11847
11849
|
|
|
11848
11850
|
attr_accessor :Limit, :Offset, :VulId, :Filters
|
|
@@ -12698,10 +12700,13 @@ module TencentCloud
|
|
|
12698
12700
|
# @param MachineStatus: 在线状态 OFFLINE,ONLINE
|
|
12699
12701
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12700
12702
|
# @type MachineStatus: String
|
|
12703
|
+
# @param LicenseOrder: 授权订单对象
|
|
12704
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
12705
|
+
# @type LicenseOrder: :class:`Tencentcloud::Cwp.v20180228.models.LicenseOrder`
|
|
12701
12706
|
|
|
12702
|
-
attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus
|
|
12707
|
+
attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus, :LicenseOrder
|
|
12703
12708
|
|
|
12704
|
-
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)
|
|
12705
12710
|
@MachineName = machinename
|
|
12706
12711
|
@MachinePublicIp = machinepublicip
|
|
12707
12712
|
@MachinePrivateIp = machineprivateip
|
|
@@ -12710,6 +12715,7 @@ module TencentCloud
|
|
|
12710
12715
|
@Uuid = uuid
|
|
12711
12716
|
@KernelVersion = kernelversion
|
|
12712
12717
|
@MachineStatus = machinestatus
|
|
12718
|
+
@LicenseOrder = licenseorder
|
|
12713
12719
|
end
|
|
12714
12720
|
|
|
12715
12721
|
def deserialize(params)
|
|
@@ -12728,6 +12734,10 @@ module TencentCloud
|
|
|
12728
12734
|
@Uuid = params['Uuid']
|
|
12729
12735
|
@KernelVersion = params['KernelVersion']
|
|
12730
12736
|
@MachineStatus = params['MachineStatus']
|
|
12737
|
+
unless params['LicenseOrder'].nil?
|
|
12738
|
+
@LicenseOrder = LicenseOrder.new
|
|
12739
|
+
@LicenseOrder.deserialize(params['LicenseOrder'])
|
|
12740
|
+
end
|
|
12731
12741
|
end
|
|
12732
12742
|
end
|
|
12733
12743
|
|
|
@@ -14411,6 +14421,38 @@ module TencentCloud
|
|
|
14411
14421
|
end
|
|
14412
14422
|
end
|
|
14413
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
|
+
|
|
14414
14456
|
# 异地登录合并后白名单
|
|
14415
14457
|
class LoginWhiteCombinedInfo < TencentCloud::Common::AbstractModel
|
|
14416
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.
|
|
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-
|
|
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
|