tencentcloud-sdk-chdfs 1.0.318 → 1.0.319
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: 663fc7869fa1ac8faf9e9483c99405be8fbd3bec
|
4
|
+
data.tar.gz: b07017e3837e0997d491e772fb39e007c486d47f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ffb06261e3d67d16f44bb7261499928714ebef314b002011390a6a39174445578fc6eaaec6944e678d3d1c6b4df608d4800cfc64c56e7199a807b432ab0a381
|
7
|
+
data.tar.gz: 690374f3dd2c206e20bb25f2b237395de95410ca43c2a76a6c5000bb23bd2f2a35e105061303c5190bacc1fdb7eefd5c023804ee2aae4e8edee9a92e8be88c5e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.319
|
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.319
|
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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|