tencentcloud-sdk-cwp 3.0.579 → 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: e6c00f6fd9724218ed52cc04b860b982fbccd0bc
4
- data.tar.gz: bd9a8eafebd31f4d3dda0b63963a88a7187c3142
3
+ metadata.gz: e3f5e3370f5ba41b4be607542b0d2b9ba855c20a
4
+ data.tar.gz: 43e9f62a8c0934cfe829c51804afbe52b10cb2fd
5
5
  SHA512:
6
- metadata.gz: dc6b5a805646588d1eb49bc3fbb0e91bd63d98d235311131a83dc9d5e98e4be407548ee2da3d398bf25965adfe9c889ac13cdb7c737b88c1c3f2f5f5a4043c68
7
- data.tar.gz: 8129f2dfeea7e687c181390b5676188f0184284c5ea703c1c0de6ed312c3e94272daafc6e47ef33f1bb4ca376a09b159fcd7ce90befec99751ced236b783a494
6
+ metadata.gz: e4946f121a7e3cc080ad32ec9ac67eef7a5b5be388db00e5fa6b108494aaf4982a078b302ae66509d45703cc4c864e10da18a6cfbdbc1d40106b1408de169d41
7
+ data.tar.gz: 3cafe785cc6f45ea521ff5db67f4243ebbd9222ef659386f22a166e9b21465127074add56dad5cb351f0e1fcff7032fef0eb83b38dbea9a1b1e474f025b98961
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.579
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.579
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-29 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