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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201112/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 30e6622a89b970542a11ef5279e12d9bd402a02d
4
- data.tar.gz: 65f5204bcd7d2a5932fc5ca87ee12e632fa7aa76
3
+ metadata.gz: 663fc7869fa1ac8faf9e9483c99405be8fbd3bec
4
+ data.tar.gz: b07017e3837e0997d491e772fb39e007c486d47f
5
5
  SHA512:
6
- metadata.gz: fc5519eddffdcfe1e32a144493eb2d7d17d143a4a6cac62c13caf0efb732fe22393c2668e6e917cd84da699ece50c7d5f19b089bd9dfeeba8bbe4813136caa24
7
- data.tar.gz: c9c0e316d18386bf6aea1c19d2e3841fc236787f4e8bff711d622dc0ef2c5a895038fc9c27a47c38975c4eb1da305aca77fa13274278f39b761f0c2fd6231e5d
6
+ metadata.gz: 5ffb06261e3d67d16f44bb7261499928714ebef314b002011390a6a39174445578fc6eaaec6944e678d3d1c6b4df608d4800cfc64c56e7199a807b432ab0a381
7
+ data.tar.gz: 690374f3dd2c206e20bb25f2b237395de95410ca43c2a76a6c5000bb23bd2f2a35e105061303c5190bacc1fdb7eefd5c023804ee2aae4e8edee9a92e8be88c5e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.318
1
+ 1.0.319
@@ -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.318
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-23 00:00:00.000000000 Z
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