tencentcloud-sdk-thpc 3.0.533 → 3.0.534

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: e476cb5535d84842ab428b73c7f35580941f93e5
4
- data.tar.gz: 432ffd1e4b0f51dafac6db3ae84acca2c98ab196
3
+ metadata.gz: 5e2f4e9171af4b38b287d98d1ff918432c4b0c42
4
+ data.tar.gz: b74a757c82dd2e69f5a0595c7fdb6881e6917071
5
5
  SHA512:
6
- metadata.gz: f535267e79656857de8ea9fb17da41871eb3f24b5620467e9f20f8eed90bcc1ea74445d8bdd9e52eca746e24c61ce29b2767a31e531d51d7e6192fb13bef3d1b
7
- data.tar.gz: a1b0e2c32cf7c284695a3f7f51c46c7317b3f4fee1bd4ccfd76ca1d7f280af20a5925966a60d921a206af9fe84f8aa137c4cf86659f2a0abd133812f6c48a129
6
+ metadata.gz: 99867de59d6f974234ef59babcda42c23d064b2ba9aff4ee4e9c1e554f77f70fb405f10d39540a3be9f17b89b2d4fd7c999119f9a83f0f2fbe822838d0de645d
7
+ data.tar.gz: 6caaa931e5945e6f51648fd3004e04af4618752f155273bf6799ec1ea2032e2be41aa0f8d5694bb9b000a5232a173b9f598a84b6ffd1ce94370f213c90b787e8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.533
1
+ 3.0.534
@@ -1345,10 +1345,8 @@ module TencentCloud
1345
1345
  # > * 若同一个`Filter`存在多个`Values`,同一`Filter`下`Values`间的关系为逻辑或(`OR`)关系。
1346
1346
  class Filter < TencentCloud::Common::AbstractModel
1347
1347
  # @param Name: 需要过滤的字段。
1348
- # 注意:此字段可能返回 null,表示取不到有效值。
1349
1348
  # @type Name: String
1350
1349
  # @param Values: 字段的过滤值。
1351
- # 注意:此字段可能返回 null,表示取不到有效值。
1352
1350
  # @type Values: Array
1353
1351
 
1354
1352
  attr_accessor :Name, :Values
@@ -1926,9 +1924,9 @@ module TencentCloud
1926
1924
 
1927
1925
  # 描述集群文件系统选项
1928
1926
  class StorageOption < TencentCloud::Common::AbstractModel
1929
- # @param CFSOptions: 集群挂载CFS文件系统选项
1927
+ # @param CFSOptions: 集群挂载CFS文件系统选项。
1930
1928
  # @type CFSOptions: Array
1931
- # @param GooseFSOptions: 集群挂在GooseFS文件系统选项
1929
+ # @param GooseFSOptions: 集群挂载GooseFS文件系统选项。
1932
1930
  # @type GooseFSOptions: Array
1933
1931
 
1934
1932
  attr_accessor :CFSOptions, :GooseFSOptions
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.533
4
+ version: 3.0.534
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-03-20 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common