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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 33daec5c7b82545105b8a5060a92e51d3759c5cb
4
- data.tar.gz: 91fb250c35606eacde6875c04f8b2f3f06a76900
3
+ metadata.gz: 1478777026d30d0413f7c7f5b65daaa22d568099
4
+ data.tar.gz: 8d73b19c9f841ae97dfd1cbba231f8589a257dc0
5
5
  SHA512:
6
- metadata.gz: 699c032e02bc4b9a57ed101be5677cc7c326c47c6b56a021fefb9093b60a3446825867deebf824fe6dbb43c7bc3bb0bccb57ef32c0fabf2e6c695a58fb633f71
7
- data.tar.gz: e4cd757d53d56d39d73c807a61d14ed5a880db2bb74a63ec6b8cd5038c42898e9426d6a4522d0a64bd9b0f80c244bb98fc47129b799acc046eaf4fcbdd8f9ad3
6
+ metadata.gz: fbc457e29ca4849748d5eef6c12aed304ec1aa6c3575d5b53d17787016904cb89f24e844f657bf4feeaa321b2c300e563d4bb3d03976a9e29a6d1ad0844fb24a
7
+ data.tar.gz: 74482fe6d0b0ba69a38d0646a3979c19e224bce8837d85191b50b8904b1c205e449c6190567331661d5025d0465f8640a5b659190da50ff5b2abcf0efc147c51
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.598
1
+ 3.0.599
@@ -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.598
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-22 00:00:00.000000000 Z
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