tencentcloud-sdk-thpc 3.0.592 → 3.0.594

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: daab4390d7e6cdf3bc19cb648241bb0e60053d58
4
- data.tar.gz: 7fd606d25dd1ac6640d0055ba1ab19c0d27aa393
3
+ metadata.gz: 35db1b25835c2e2ab896d195dffcfa6f3116b24d
4
+ data.tar.gz: 919cb7b3323a94645e758dc79992213d38c90247
5
5
  SHA512:
6
- metadata.gz: dda0a8d45c2d5b844ae8083c5e13c4fa617f8e565c996c2e3cb651ceb211cb016ee8f5a69b65c2bdfbffc329a5fcc6f63a3e5e30220914c184d3fb215c547ca4
7
- data.tar.gz: f7a1b12be4d594d0b9ad459545a06de08c5b36d6f585942b8818c90c843af23fc25631826168db878359f72fb387e4ea51866320dd09ef66c8613de1603c2a3d
6
+ metadata.gz: 6a2d86ad5d76f93aa94affe2aa3d93b1e47dc2d4d742837cc4b948384992ad13709a4c8c4d28879cb8cdfbb775bd67bb3382ecc219a5f4009899f8151464300c
7
+ data.tar.gz: bccb9cde0e465828218e3ffd8bf67d22676fcaa265d3470b2be7f5832bb59fb5e8ca1d82c0bd79fd41083fd0c01698b8e509c7895e7b575c3f67e8d82530e456
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.592
1
+ 3.0.594
@@ -5,12 +5,12 @@ require 'tencentcloud-sdk-common'
5
5
  require_relative 'v20230321/client'
6
6
  require_relative 'v20230321/models'
7
7
 
8
- require_relative 'v20220401/client'
9
- require_relative 'v20220401/models'
10
-
11
8
  require_relative 'v20211109/client'
12
9
  require_relative 'v20211109/models'
13
10
 
11
+ require_relative 'v20220401/client'
12
+ require_relative 'v20220401/models'
13
+
14
14
  module TencentCloud
15
15
  module Thpc
16
16
  end
@@ -244,14 +244,21 @@ module TencentCloud
244
244
  # @type Protocol: String
245
245
  # @param StorageType: 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
246
246
  # @type StorageType: String
247
+ # @param MountOption: 文件系统挂载挂载命令参数选项。
247
248
 
248
- attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
249
+ # - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
250
+ # - NFS 4.0默认值:vers=4.0,noresvport
251
+ # - TURBO默认值:user_xattr
252
+ # @type MountOption: String
249
253
 
250
- def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
254
+ attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType, :MountOption
255
+
256
+ def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil)
251
257
  @LocalPath = localpath
252
258
  @RemotePath = remotepath
253
259
  @Protocol = protocol
254
260
  @StorageType = storagetype
261
+ @MountOption = mountoption
255
262
  end
256
263
 
257
264
  def deserialize(params)
@@ -259,6 +266,7 @@ module TencentCloud
259
266
  @RemotePath = params['RemotePath']
260
267
  @Protocol = params['Protocol']
261
268
  @StorageType = params['StorageType']
269
+ @MountOption = params['MountOption']
262
270
  end
263
271
  end
264
272
 
@@ -275,14 +283,17 @@ module TencentCloud
275
283
  # @type Protocol: String
276
284
  # @param StorageType: 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
277
285
  # @type StorageType: String
286
+ # @param MountOption: 文件系统挂载命令参数选项。
287
+ # @type MountOption: String
278
288
 
279
- attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType
289
+ attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType, :MountOption
280
290
 
281
- def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
291
+ def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil)
282
292
  @LocalPath = localpath
283
293
  @RemotePath = remotepath
284
294
  @Protocol = protocol
285
295
  @StorageType = storagetype
296
+ @MountOption = mountoption
286
297
  end
287
298
 
288
299
  def deserialize(params)
@@ -290,6 +301,7 @@ module TencentCloud
290
301
  @RemotePath = params['RemotePath']
291
302
  @Protocol = params['Protocol']
292
303
  @StorageType = params['StorageType']
304
+ @MountOption = params['MountOption']
293
305
  end
294
306
  end
295
307
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-thpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.592
4
+ version: 3.0.594
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-14 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -35,11 +35,11 @@ extra_rdoc_files: []
35
35
  files:
36
36
  - lib/v20220401/client.rb
37
37
  - lib/v20220401/models.rb
38
- - lib/tencentcloud-sdk-thpc.rb
39
- - lib/v20211109/client.rb
40
- - lib/v20211109/models.rb
41
38
  - lib/v20230321/client.rb
42
39
  - lib/v20230321/models.rb
40
+ - lib/v20211109/client.rb
41
+ - lib/v20211109/models.rb
42
+ - lib/tencentcloud-sdk-thpc.rb
43
43
  - lib/VERSION
44
44
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
45
45
  licenses: