tencentcloud-sdk-cwp 3.0.582 → 3.0.583

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: 7933a29d48d05e0eced251fb702ac963df0a3f01
4
- data.tar.gz: 63354da4eb9f667cd204b96fb23e250644b48f40
3
+ metadata.gz: 2db7f1641ebbfd6b116b17d1a29ebad59397f4b7
4
+ data.tar.gz: 9b4d8831186695ce8cef4c1b29f45b72b35a309a
5
5
  SHA512:
6
- metadata.gz: 527cfc013af66c0b8d21be0bdb39978794b51afbe9b2afb7a65437cadb8b105a645e07ac46512168659916b635b2d5a72b4ef63d177e34523f1ce8c3269b746d
7
- data.tar.gz: e5f199d2213a34e688f2b4490536d205fd2fe57e7c4958a09d0ce93e032bb6cf6bdc79992d29f66bf21c818798ab57bfa87b0e050f31d731a3dae460e25fc437
6
+ metadata.gz: 4e9ef9d5a60a6d7b1694d2443685d56abd79a885d71d8da2f132167334e0297820ffffdba23ffb7f1f9624e5e32d768d0bb3ca6901d84925977edaa6eb1e3ec9
7
+ data.tar.gz: f369b7521cf5b4463383a35358e528aee44b65c9acb971ba5710b79fdd1563ef856d480240c8a637ab6b73789234314661441456d00e9c283dd12427580043d4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.582
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.582
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-06-01 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