tencentcloud-sdk-chdfs 1.0.318 → 1.0.321
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201112/models.rb +13 -2
- 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: 9e555068413efa657a7e02d6558b57839cce0e20
|
4
|
+
data.tar.gz: e1c094018999e45db4fa3244a541b680fc543eba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63239887352a34e099337fe22e89e8615f623e74763d336b84859b0d47594a3e74025e0984ecb6b69c62c412ec145d2475d42766516f7d298315325f5a67420b
|
7
|
+
data.tar.gz: 7c7f740ef0fc0608fc727342cdae696c1f91fad7dd924423c60b2d05e72f4e253faae01a1d00e0bfec0fc687e6b98fe015675e65a2ee7d48e6b02205935816c4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.321
|
data/lib/v20201112/models.rb
CHANGED
@@ -235,10 +235,12 @@ module TencentCloud
|
|
235
235
|
# @type EnableRanger: Boolean
|
236
236
|
# @param RangerServiceAddresses: Ranger地址列表,默认为空数组
|
237
237
|
# @type RangerServiceAddresses: Array
|
238
|
+
# @param Tags: 多个资源标签,可以为空数组
|
239
|
+
# @type Tags: Array
|
238
240
|
|
239
|
-
attr_accessor :FileSystemName, :CapacityQuota, :PosixAcl, :Description, :SuperUsers, :RootInodeUser, :RootInodeGroup, :EnableRanger, :RangerServiceAddresses
|
241
|
+
attr_accessor :FileSystemName, :CapacityQuota, :PosixAcl, :Description, :SuperUsers, :RootInodeUser, :RootInodeGroup, :EnableRanger, :RangerServiceAddresses, :Tags
|
240
242
|
|
241
|
-
def initialize(filesystemname=nil, capacityquota=nil, posixacl=nil, description=nil, superusers=nil, rootinodeuser=nil, rootinodegroup=nil, enableranger=nil, rangerserviceaddresses=nil)
|
243
|
+
def initialize(filesystemname=nil, capacityquota=nil, posixacl=nil, description=nil, superusers=nil, rootinodeuser=nil, rootinodegroup=nil, enableranger=nil, rangerserviceaddresses=nil, tags=nil)
|
242
244
|
@FileSystemName = filesystemname
|
243
245
|
@CapacityQuota = capacityquota
|
244
246
|
@PosixAcl = posixacl
|
@@ -248,6 +250,7 @@ module TencentCloud
|
|
248
250
|
@RootInodeGroup = rootinodegroup
|
249
251
|
@EnableRanger = enableranger
|
250
252
|
@RangerServiceAddresses = rangerserviceaddresses
|
253
|
+
@Tags = tags
|
251
254
|
end
|
252
255
|
|
253
256
|
def deserialize(params)
|
@@ -260,6 +263,14 @@ module TencentCloud
|
|
260
263
|
@RootInodeGroup = params['RootInodeGroup']
|
261
264
|
@EnableRanger = params['EnableRanger']
|
262
265
|
@RangerServiceAddresses = params['RangerServiceAddresses']
|
266
|
+
unless params['Tags'].nil?
|
267
|
+
@Tags = []
|
268
|
+
params['Tags'].each do |i|
|
269
|
+
tag_tmp = Tag.new
|
270
|
+
tag_tmp.deserialize(i)
|
271
|
+
@Tags << tag_tmp
|
272
|
+
end
|
273
|
+
end
|
263
274
|
end
|
264
275
|
end
|
265
276
|
|
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: 1.0.
|
4
|
+
version: 1.0.321
|
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-05-
|
11
|
+
date: 2022-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|