tencentcloud-sdk-cwp 3.0.580 → 3.0.581

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d38c03c2af02791ee02c35610bade6c61830a126
4
- data.tar.gz: 86411dd00b53f4ec587a7e66f13fd7c38cbe108c
3
+ metadata.gz: e3f5e3370f5ba41b4be607542b0d2b9ba855c20a
4
+ data.tar.gz: 43e9f62a8c0934cfe829c51804afbe52b10cb2fd
5
5
  SHA512:
6
- metadata.gz: 45ebd6230970329a4021b251e881f4b59dcc75d313ae73d1c7e1ea8971d74190c8d8a95ff1268c148f2ca0371957a549b8a46b62c203d781a42f6d665753088f
7
- data.tar.gz: 4c1ac1d813df65b42ace55ac5763d9d3ce7e5c75c8574b2ca18cc564b30bf5289a720666980b6dcbc5163f0485d6a409f107bde5c3aab648a177ac450f38ede8
6
+ metadata.gz: e4946f121a7e3cc080ad32ec9ac67eef7a5b5be388db00e5fa6b108494aaf4982a078b302ae66509d45703cc4c864e10da18a6cfbdbc1d40106b1408de169d41
7
+ data.tar.gz: 3cafe785cc6f45ea521ff5db67f4243ebbd9222ef659386f22a166e9b21465127074add56dad5cb351f0e1fcff7032fef0eb83b38dbea9a1b1e474f025b98961
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.580
1
+ 3.0.581
@@ -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.
@@ -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.580
4
+ version: 3.0.581
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-05-30 00:00:00.000000000 Z
11
+ date: 2023-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common