tencentcloud-sdk-tione 3.0.598 → 3.0.599
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/v20211111/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: 1478777026d30d0413f7c7f5b65daaa22d568099
|
4
|
+
data.tar.gz: 8d73b19c9f841ae97dfd1cbba231f8589a257dc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbc457e29ca4849748d5eef6c12aed304ec1aa6c3575d5b53d17787016904cb89f24e844f657bf4feeaa321b2c300e563d4bb3d03976a9e29a6d1ad0844fb24a
|
7
|
+
data.tar.gz: 74482fe6d0b0ba69a38d0646a3979c19e224bce8837d85191b50b8904b1c205e449c6190567331661d5025d0465f8640a5b659190da50ff5b2abcf0efc147c51
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.599
|
data/lib/v20211111/models.rb
CHANGED
@@ -507,17 +507,27 @@ module TencentCloud
|
|
507
507
|
# @type Id: String
|
508
508
|
# @param Path: 存储的路径
|
509
509
|
# @type Path: String
|
510
|
+
# @param MountType: cfs的挂载类型,可选值为:STORAGE、SOURCE 分别表示存储拓展模式和数据源模式,默认为 STORAGE
|
511
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
512
|
+
# @type MountType: String
|
513
|
+
# @param Protocol: 协议 1: NFS, 2: TURBO
|
514
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
515
|
+
# @type Protocol: String
|
510
516
|
|
511
|
-
attr_accessor :Id, :Path
|
517
|
+
attr_accessor :Id, :Path, :MountType, :Protocol
|
512
518
|
|
513
|
-
def initialize(id=nil, path=nil)
|
519
|
+
def initialize(id=nil, path=nil, mounttype=nil, protocol=nil)
|
514
520
|
@Id = id
|
515
521
|
@Path = path
|
522
|
+
@MountType = mounttype
|
523
|
+
@Protocol = protocol
|
516
524
|
end
|
517
525
|
|
518
526
|
def deserialize(params)
|
519
527
|
@Id = params['Id']
|
520
528
|
@Path = params['Path']
|
529
|
+
@MountType = params['MountType']
|
530
|
+
@Protocol = params['Protocol']
|
521
531
|
end
|
522
532
|
end
|
523
533
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tione
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.599
|
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-
|
11
|
+
date: 2023-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|