tencentcloud-sdk-chdfs 3.0.993 → 3.0.995
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201112/models.rb +0 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34f1f64a48dd3e0b5038e7704cc05e7bb6179deb
|
4
|
+
data.tar.gz: 362b3192f8a3c161ee1efc858f030ef9bb0956d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 630f947783b0f94c0e80469b21f660acc1105cab9871e43227692b36ba977ba081a580accf48fe2487117bbf4173909ec00d2c3e74a1ffd505ace18273062d9d
|
7
|
+
data.tar.gz: 4236131991a98bfeaafa6bd66fa81fb22b06ef9a0cbb0482e707a5178dbe23aa34fcabb03cde937b5b95c559c1ada2c3b5669b19483ec112101b2f539bff2a5b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.995
|
data/lib/v20201112/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.995
|
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-
|
11
|
+
date: 2025-02-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|