tencentcloud-sdk-cwp 3.0.580 → 3.0.582
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180228/client.rb +2 -0
- data/lib/v20180228/models.rb +17 -2
- 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: 7933a29d48d05e0eced251fb702ac963df0a3f01
|
4
|
+
data.tar.gz: 63354da4eb9f667cd204b96fb23e250644b48f40
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 527cfc013af66c0b8d21be0bdb39978794b51afbe9b2afb7a65437cadb8b105a645e07ac46512168659916b635b2d5a72b4ef63d177e34523f1ce8c3269b746d
|
7
|
+
data.tar.gz: e5f199d2213a34e688f2b4490536d205fd2fe57e7c4958a09d0ce93e032bb6cf6bdc79992d29f66bf21c818798ab57bfa87b0e050f31d731a3dae460e25fc437
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.582
|
data/lib/v20180228/client.rb
CHANGED
@@ -4064,6 +4064,8 @@ module TencentCloud
|
|
4064
4064
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4065
4065
|
end
|
4066
4066
|
|
4067
|
+
# 下线
|
4068
|
+
|
4067
4069
|
# 更新或者插入用户告警设置(该接口废弃,请调用 ModifyWarningSetting )
|
4068
4070
|
|
4069
4071
|
# @param request: Request instance for DescribeSaveOrUpdateWarnings.
|
data/lib/v20180228/models.rb
CHANGED
@@ -1702,10 +1702,16 @@ module TencentCloud
|
|
1702
1702
|
# @type FirstTime: String
|
1703
1703
|
# @param IsNew: 是否新增[0:否|1:是]
|
1704
1704
|
# @type IsNew: Integer
|
1705
|
+
# @param MachineExtraInfo: 附加信息
|
1706
|
+
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1707
|
+
# @param Quuid: 主机Id
|
1708
|
+
# @type Quuid: String
|
1709
|
+
# @param Uuid: Agent Id
|
1710
|
+
# @type Uuid: String
|
1705
1711
|
|
1706
|
-
attr_accessor :Name, :Desc, :Version, :InstallTime, :Type, :MachineName, :MachineIp, :OsInfo, :UpdateTime, :FirstTime, :IsNew
|
1712
|
+
attr_accessor :Name, :Desc, :Version, :InstallTime, :Type, :MachineName, :MachineIp, :OsInfo, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo, :Quuid, :Uuid
|
1707
1713
|
|
1708
|
-
def initialize(name=nil, desc=nil, version=nil, installtime=nil, type=nil, machinename=nil, machineip=nil, osinfo=nil, updatetime=nil, firsttime=nil, isnew=nil)
|
1714
|
+
def initialize(name=nil, desc=nil, version=nil, installtime=nil, type=nil, machinename=nil, machineip=nil, osinfo=nil, updatetime=nil, firsttime=nil, isnew=nil, machineextrainfo=nil, quuid=nil, uuid=nil)
|
1709
1715
|
@Name = name
|
1710
1716
|
@Desc = desc
|
1711
1717
|
@Version = version
|
@@ -1717,6 +1723,9 @@ module TencentCloud
|
|
1717
1723
|
@UpdateTime = updatetime
|
1718
1724
|
@FirstTime = firsttime
|
1719
1725
|
@IsNew = isnew
|
1726
|
+
@MachineExtraInfo = machineextrainfo
|
1727
|
+
@Quuid = quuid
|
1728
|
+
@Uuid = uuid
|
1720
1729
|
end
|
1721
1730
|
|
1722
1731
|
def deserialize(params)
|
@@ -1731,6 +1740,12 @@ module TencentCloud
|
|
1731
1740
|
@UpdateTime = params['UpdateTime']
|
1732
1741
|
@FirstTime = params['FirstTime']
|
1733
1742
|
@IsNew = params['IsNew']
|
1743
|
+
unless params['MachineExtraInfo'].nil?
|
1744
|
+
@MachineExtraInfo = MachineExtraInfo.new
|
1745
|
+
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
1746
|
+
end
|
1747
|
+
@Quuid = params['Quuid']
|
1748
|
+
@Uuid = params['Uuid']
|
1734
1749
|
end
|
1735
1750
|
end
|
1736
1751
|
|
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.
|
4
|
+
version: 3.0.582
|
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-
|
11
|
+
date: 2023-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|