tencentcloud-sdk-chdfs 3.0.994 → 3.0.996

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: d2184c1baea313cbc8aa5500727bc9e46c0e61ed
4
- data.tar.gz: 275614eccebd53a049bab8a9fc7ea52b5f60eea9
3
+ metadata.gz: a2375e7bc8a6c360fd49f7bfcffc1f58ca22c3ae
4
+ data.tar.gz: b2dfab5cec446d9ff4ffa91058d6b552e74c5d9b
5
5
  SHA512:
6
- metadata.gz: 55c3608fa88363e041cb4a3f6a1d5bc769401badd6d4ab8db007c2426ff4e198fb59a70e8e143647409a6d0a888d7840b001ccf5958b36665ad195ecaf1d25bf
7
- data.tar.gz: 6a54f02c5c64df211e6863d8bd1b60e73ec3ff7f715f383a8a11e18685bcd8ce53668e9237d6f11c745b2e81c0f0a7efb91be1fc5a9b1218952c1c4ed405c43e
6
+ metadata.gz: 0cc7bbe0f31e8c1cc1c1941870eeb2e595d9a087d14610c0d691384f4a24aac4b20f032a21fe7912be4163c5988aae23ca64c1ea069633b12b019a3272ab20fe
7
+ data.tar.gz: 629c7377281d0b9028a939c0d499bb980452f14fd4d0dc2452b58ea8ee3104a3975aee325191dbe6344ba9dd1b6206db684e344cafd25cb105579a8892b6ba1d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.994
1
+ 3.0.996
@@ -202,7 +202,6 @@ module TencentCloud
202
202
  # CreateAccessRules返回参数结构体
203
203
  class CreateAccessRulesResponse < TencentCloud::Common::AbstractModel
204
204
  # @param AccessRules: 权限规则列表
205
- # 注意:此字段可能返回 null,表示取不到有效值。
206
205
  # @type AccessRules: Array
207
206
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
208
207
  # @type RequestId: String
@@ -1120,10 +1119,8 @@ module TencentCloud
1120
1119
  # @param PosixAcl: POSIX权限控制
1121
1120
  # @type PosixAcl: Boolean
1122
1121
  # @param EnableRanger: 是否打开Ranger地址校验
1123
- # 注意:此字段可能返回 null,表示取不到有效值。
1124
1122
  # @type EnableRanger: Boolean
1125
1123
  # @param RangerServiceAddresses: Ranger地址列表
1126
- # 注意:此字段可能返回 null,表示取不到有效值。
1127
1124
  # @type RangerServiceAddresses: Array
1128
1125
 
1129
1126
  attr_accessor :AppId, :FileSystemName, :Description, :Region, :FileSystemId, :CreateTime, :BlockSize, :CapacityQuota, :Status, :SuperUsers, :PosixAcl, :EnableRanger, :RangerServiceAddresses
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-chdfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.994
4
+ version: 3.0.996
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-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common