tencentcloud-sdk-thpc 3.0.475 → 3.0.476

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1da684bf83c1fa1a155a48f2edc91a3d9ddf0a1d
4
- data.tar.gz: 8698b9466b1f4269d1722915cf2b5968f387d6ec
3
+ metadata.gz: f0637f9af5a8865a0f0f0aa59e9ed117da73b2a7
4
+ data.tar.gz: c81ec4fb5efd7542b42360fcddb74c14329b022a
5
5
  SHA512:
6
- metadata.gz: f112ef2e1d472b0f74c3945e0b729c531bc36b469e032d827ab81bf178c2fd3f4c4fede8c7f760622a0ce9d8b2ae62fd2072c617039b9e6dcb6d4afdc3a67600
7
- data.tar.gz: b621d85593abb8f6c43c5a4d37285dd5856b88ce88a1f65eec5f92ad5e7b934cddcb603b0cd9a2d53facb9c4f59e2f7bb9f7b6e5ed654ee8eb8929ea14ff05eb
6
+ metadata.gz: 89e3faa9a8f1cff794c45b87d419add070024b42ff0039f17a5b7fa47ad52d55ff2d77aa2a367d298e051ca468b8b8c7767b9048bd7c72bfeca1200ad7944452
7
+ data.tar.gz: 4b70a6645a9d1a5a70cbe542c7e2064f3e8f6866ac04a0660c79eca4b1c5d20f4852d67b06cfe83c29f40bdec6d8e9a397d8043474fd0cf94488ad15c5536b12
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.475
1
+ 3.0.476
@@ -222,9 +222,9 @@ module TencentCloud
222
222
 
223
223
  # 描述CFS文件系统版本和挂载信息
224
224
  class CFSOption < TencentCloud::Common::AbstractModel
225
- # @param LocalPath: 文件系统本地挂载路径
225
+ # @param LocalPath: 文件系统本地挂载路径。
226
226
  # @type LocalPath: String
227
- # @param RemotePath: 文件系统远程挂载ip及路径
227
+ # @param RemotePath: 文件系统远程挂载ip及路径。
228
228
  # @type RemotePath: String
229
229
  # @param Protocol: 文件系统协议类型,默认值NFS 3.0。
230
230
  # <li>NFS 3.0。
@@ -866,11 +866,11 @@ module TencentCloud
866
866
 
867
867
  # 描述GooseFS挂载信息
868
868
  class GooseFSOption < TencentCloud::Common::AbstractModel
869
- # @param LocalPath: 文件系统本地挂载路径
869
+ # @param LocalPath: 文件系统本地挂载路径。
870
870
  # @type LocalPath: String
871
- # @param RemotePath: 文件系统远程挂载路径
871
+ # @param RemotePath: 文件系统远程挂载路径。
872
872
  # @type RemotePath: String
873
- # @param Masters: 文件系统master的ip和端口
873
+ # @param Masters: 文件系统master的ip和端口。
874
874
  # @type Masters: Array
875
875
 
876
876
  attr_accessor :LocalPath, :RemotePath, :Masters
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.475
4
+ version: 3.0.476
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-16 00:00:00.000000000 Z
11
+ date: 2022-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common