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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +12 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9eb1d73d598bfbc65a176cce95e26e904184fa54
|
|
4
|
+
data.tar.gz: 48a14d32160389dd67de95b8d723d648de4e8f2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddc185d5e725a85f65ec8ad32e9a6c489f06d2709de85cab1739becd8f6fa3ac87ab5faf41407c63ae9bdc495d60b7c73f766a4201da161a47e1b1c932f70129
|
|
7
|
+
data.tar.gz: 9d7844289466faa6663303d197447fca28fcffeb731b508210a11d8a390a9e8a74129ee3b08dcb6efb2fbd01e889160bff6ce0a5834a9ffe6b77fdc8d991bf38
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.493
|
data/lib/v20190422/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|