tencentcloud-sdk-cwp 3.0.581 → 3.0.583

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3f5e3370f5ba41b4be607542b0d2b9ba855c20a
4
- data.tar.gz: 43e9f62a8c0934cfe829c51804afbe52b10cb2fd
3
+ metadata.gz: 2db7f1641ebbfd6b116b17d1a29ebad59397f4b7
4
+ data.tar.gz: 9b4d8831186695ce8cef4c1b29f45b72b35a309a
5
5
  SHA512:
6
- metadata.gz: e4946f121a7e3cc080ad32ec9ac67eef7a5b5be388db00e5fa6b108494aaf4982a078b302ae66509d45703cc4c864e10da18a6cfbdbc1d40106b1408de169d41
7
- data.tar.gz: 3cafe785cc6f45ea521ff5db67f4243ebbd9222ef659386f22a166e9b21465127074add56dad5cb351f0e1fcff7032fef0eb83b38dbea9a1b1e474f025b98961
6
+ metadata.gz: 4e9ef9d5a60a6d7b1694d2443685d56abd79a885d71d8da2f132167334e0297820ffffdba23ffb7f1f9624e5e32d768d0bb3ca6901d84925977edaa6eb1e3ec9
7
+ data.tar.gz: f369b7521cf5b4463383a35358e528aee44b65c9acb971ba5710b79fdd1563ef856d480240c8a637ab6b73789234314661441456d00e9c283dd12427580043d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.581
1
+ 3.0.583
@@ -2208,7 +2208,6 @@ module TencentCloud
2208
2208
  # @param MachineName: 主机名称
2209
2209
  # @type MachineName: String
2210
2210
  # @param UpdateTime: 数据更新时间
2211
- # 注意:此字段可能返回 null,表示取不到有效值。
2212
2211
  # @type UpdateTime: String
2213
2212
  # @param FirstTime: 首次采集时间
2214
2213
  # @type FirstTime: String
@@ -2217,10 +2216,12 @@ module TencentCloud
2217
2216
  # @param MachineExtraInfo: 附加信息
2218
2217
  # 注意:此字段可能返回 null,表示取不到有效值。
2219
2218
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
2219
+ # @param Path: 应用路径
2220
+ # @type Path: String
2220
2221
 
2221
- attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Version, :Lang, :ServiceType, :MachineName, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
2222
+ attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Version, :Lang, :ServiceType, :MachineName, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo, :Path
2222
2223
 
2223
- def initialize(machineip=nil, machinewanip=nil, quuid=nil, uuid=nil, osinfo=nil, projectid=nil, tag=nil, name=nil, version=nil, lang=nil, servicetype=nil, machinename=nil, updatetime=nil, firsttime=nil, isnew=nil, machineextrainfo=nil)
2224
+ def initialize(machineip=nil, machinewanip=nil, quuid=nil, uuid=nil, osinfo=nil, projectid=nil, tag=nil, name=nil, version=nil, lang=nil, servicetype=nil, machinename=nil, updatetime=nil, firsttime=nil, isnew=nil, machineextrainfo=nil, path=nil)
2224
2225
  @MachineIp = machineip
2225
2226
  @MachineWanIp = machinewanip
2226
2227
  @Quuid = quuid
@@ -2237,6 +2238,7 @@ module TencentCloud
2237
2238
  @FirstTime = firsttime
2238
2239
  @IsNew = isnew
2239
2240
  @MachineExtraInfo = machineextrainfo
2241
+ @Path = path
2240
2242
  end
2241
2243
 
2242
2244
  def deserialize(params)
@@ -2266,6 +2268,7 @@ module TencentCloud
2266
2268
  @MachineExtraInfo = MachineExtraInfo.new
2267
2269
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
2268
2270
  end
2271
+ @Path = params['Path']
2269
2272
  end
2270
2273
  end
2271
2274
 
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.581
4
+ version: 3.0.583
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-31 00:00:00.000000000 Z
11
+ date: 2023-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common