tencentcloud-sdk-thpc 3.0.1118 → 3.0.1132

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/v20230321/models.rb +10 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44160297807e5b6c246e6e01f9fbf41e9724b26d
4
- data.tar.gz: 5d5dc12608698687f30fdd63d1fd9ab1a42cec42
3
+ metadata.gz: db1e8e24c19b53eb77cc6d06978e6e1195234d71
4
+ data.tar.gz: 5b277d8850485e6a4a843b6aac4e098e5c913ff7
5
5
  SHA512:
6
- metadata.gz: df9c7bba495c3369480ec235fcc699f8c779c882ea4ffc41a2a504e67f1f5dd42c0b6f684700a6390ad41dc92482c4301f544bdad7c779438cc4fecdaf94f0c1
7
- data.tar.gz: e3cb9ffde823109e43bded3ce4e0b2c56dc75146a154595ad4da73aab29c0e466e75199f23170ed9206349c82ec9de0dd64ac626e50fbf213bf0b907f37e312b
6
+ metadata.gz: 26c22612fdc8ccfe326d7c6ef261083c6357c29e7dbb874b7a5f889b1d9dbe1de09241efecfe39eef7a11de951723044f2a2d76ba0a9bcbbf6f4746b7ff494a3
7
+ data.tar.gz: 2ddf32565e5126374dd23daffbc7ac6a7e54d064e57185b7e783a58ac135564fc76316a5037c06e5e19aa21fa6c67eacdc384f3b808a3df69b2ae1336fc57404
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1118
1
+ 3.0.1132
@@ -358,28 +358,30 @@ module TencentCloud
358
358
  # @type LocalPath: String
359
359
  # @param RemotePath: 文件系统远程挂载ip及路径。
360
360
  # @type RemotePath: String
361
- # @param Protocol: 文件系统协议类型,默认值NFS 3.0。
362
- # <li>NFS 3.0
363
- # <li>NFS 4.0
364
- # <li>TURBO
361
+ # @param Protocol: 文件系统协议类型。
362
+ # <li>NFS 3.0</li>
363
+ # <li>NFS 4.0</li>
364
+ # <li>TURBO</li>
365
365
  # @type Protocol: String
366
366
  # @param StorageType: 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
367
367
  # @type StorageType: String
368
368
  # @param MountOption: 文件系统挂载挂载命令参数选项。
369
-
370
369
  # - NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport
371
370
  # - NFS 4.0默认值:vers=4.0,noresvport
372
371
  # - TURBO默认值:user_xattr
373
372
  # @type MountOption: String
373
+ # @param FileSystemId: 文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。
374
+ # @type FileSystemId: String
374
375
 
375
- attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType, :MountOption
376
+ attr_accessor :LocalPath, :RemotePath, :Protocol, :StorageType, :MountOption, :FileSystemId
376
377
 
377
- def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil)
378
+ def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil, filesystemid=nil)
378
379
  @LocalPath = localpath
379
380
  @RemotePath = remotepath
380
381
  @Protocol = protocol
381
382
  @StorageType = storagetype
382
383
  @MountOption = mountoption
384
+ @FileSystemId = filesystemid
383
385
  end
384
386
 
385
387
  def deserialize(params)
@@ -388,6 +390,7 @@ module TencentCloud
388
390
  @Protocol = params['Protocol']
389
391
  @StorageType = params['StorageType']
390
392
  @MountOption = params['MountOption']
393
+ @FileSystemId = params['FileSystemId']
391
394
  end
392
395
  end
393
396
 
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.1118
4
+ version: 3.0.1132
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-08-05 00:00:00.000000000 Z
11
+ date: 2025-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common