tencentcloud-sdk-oceanus 3.0.492 → 3.0.493

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190422/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97eb4f4cabc9cb025ccf08b7d783173a83e48228
4
- data.tar.gz: 35a0a7f9184338049975bd0c8cee5be72671bb2a
3
+ metadata.gz: 9eb1d73d598bfbc65a176cce95e26e904184fa54
4
+ data.tar.gz: 48a14d32160389dd67de95b8d723d648de4e8f2c
5
5
  SHA512:
6
- metadata.gz: b30b68083dbe849cf82b730279f0f84c940df2cbf7b5e1321d4f1a696eda9ab6ee766c49bd8547f8d2ee01b53ea3aaffc605a0c73023ae0176862eb41981f6fa
7
- data.tar.gz: 6ddfcb3b88a3ddc43c5e87f80d77e2a0879da1a490e3dbea54e487c482cd64b860281f06f58555fb915dbc9451bad6e2beb3659fb4706d659a61c429cc85d74d
6
+ metadata.gz: ddc185d5e725a85f65ec8ad32e9a6c489f06d2709de85cab1739becd8f6fa3ac87ab5faf41407c63ae9bdc495d60b7c73f766a4201da161a47e1b1c932f70129
7
+ data.tar.gz: 9d7844289466faa6663303d197447fca28fcffeb731b508210a11d8a390a9e8a74129ee3b08dcb6efb2fbd01e889160bff6ce0a5834a9ffe6b77fdc8d991bf38
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.492
1
+ 3.0.493
@@ -2330,10 +2330,16 @@ module TencentCloud
2330
2330
  # @param SerialId: 快照 serialId
2331
2331
  # 注意:此字段可能返回 null,表示取不到有效值。
2332
2332
  # @type SerialId: String
2333
+ # @param TimeConsuming: 耗时
2334
+ # 注意:此字段可能返回 null,表示取不到有效值。
2335
+ # @type TimeConsuming: Integer
2336
+ # @param PathStatus: 快照路径状态 1:可用;2:不可用;
2337
+ # 注意:此字段可能返回 null,表示取不到有效值。
2338
+ # @type PathStatus: Integer
2333
2339
 
2334
- attr_accessor :Id, :VersionId, :Status, :CreateTime, :UpdateTime, :Path, :Size, :RecordType, :JobRuntimeId, :Description, :Timeout, :SerialId
2340
+ attr_accessor :Id, :VersionId, :Status, :CreateTime, :UpdateTime, :Path, :Size, :RecordType, :JobRuntimeId, :Description, :Timeout, :SerialId, :TimeConsuming, :PathStatus
2335
2341
 
2336
- def initialize(id=nil, versionid=nil, status=nil, createtime=nil, updatetime=nil, path=nil, size=nil, recordtype=nil, jobruntimeid=nil, description=nil, timeout=nil, serialid=nil)
2342
+ def initialize(id=nil, versionid=nil, status=nil, createtime=nil, updatetime=nil, path=nil, size=nil, recordtype=nil, jobruntimeid=nil, description=nil, timeout=nil, serialid=nil, timeconsuming=nil, pathstatus=nil)
2337
2343
  @Id = id
2338
2344
  @VersionId = versionid
2339
2345
  @Status = status
@@ -2346,6 +2352,8 @@ module TencentCloud
2346
2352
  @Description = description
2347
2353
  @Timeout = timeout
2348
2354
  @SerialId = serialid
2355
+ @TimeConsuming = timeconsuming
2356
+ @PathStatus = pathstatus
2349
2357
  end
2350
2358
 
2351
2359
  def deserialize(params)
@@ -2361,6 +2369,8 @@ module TencentCloud
2361
2369
  @Description = params['Description']
2362
2370
  @Timeout = params['Timeout']
2363
2371
  @SerialId = params['SerialId']
2372
+ @TimeConsuming = params['TimeConsuming']
2373
+ @PathStatus = params['PathStatus']
2364
2374
  end
2365
2375
  end
2366
2376
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-oceanus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.492
4
+ version: 3.0.493
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-01-12 00:00:00.000000000 Z
11
+ date: 2023-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common