tencentcloud-sdk-cfs 1.0.252 → 1.0.256

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +13 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e53996d7d731633913d6e413554aa7ce729f0dc
4
- data.tar.gz: 93dc1e5a55083ca55688aa54c6e102d26aaf48b2
3
+ metadata.gz: f6d51f9af45c0a5ac61df203f1608a242dcb96d5
4
+ data.tar.gz: f59bfff1126f122ad7d0771d2a52d2d14fd98011
5
5
  SHA512:
6
- metadata.gz: b24efa631f3106bd9316c1c2b44740aad7770cb545da9975bee95a07f2d85ad5956651a7b108447382bd3fa26a222dfa38c81680ea225752c8a67322cb380832
7
- data.tar.gz: 9d412745ee04aa468f1857cd61e7484a329e98c8a41bfef1aa8d1f8bfdcc3502659ba1cc9c6064f0c05980eab367026d3e46d5ddfc5f19043ff6577eb4266ce4
6
+ metadata.gz: 9b138c749726ddec193c3781d981294d6b9c2c44cd5ef50f2a301fdc6fac4730bae5b6c85043fb53e354014c7079982c81de90280d961fa9f51c3e16cc2f5af6
7
+ data.tar.gz: 0755f91eac235047cc920553297dfb09b5e2264fdb9608d1007df2acdb2a477011509e4787e3fc3ffcd1f23befad2b6673a5ba6e24a7cb1726bdc03639d99a07
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.252
1
+ 1.0.256
@@ -920,10 +920,12 @@ module TencentCloud
920
920
  # @type BandwidthLimit: Float
921
921
  # @param Capacity: 文件系统总容量
922
922
  # @type Capacity: Integer
923
+ # @param Tags: 文件系统标签列表
924
+ # @type Tags: Array
923
925
 
924
- attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :SizeLimit, :ZoneId, :Zone, :Protocol, :StorageType, :StorageResourcePkg, :BandwidthResourcePkg, :PGroup, :FsName, :Encrypted, :KmsKeyId, :AppId, :BandwidthLimit, :Capacity
926
+ attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :SizeLimit, :ZoneId, :Zone, :Protocol, :StorageType, :StorageResourcePkg, :BandwidthResourcePkg, :PGroup, :FsName, :Encrypted, :KmsKeyId, :AppId, :BandwidthLimit, :Capacity, :Tags
925
927
 
926
- def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, sizelimit=nil, zoneid=nil, zone=nil, protocol=nil, storagetype=nil, storageresourcepkg=nil, bandwidthresourcepkg=nil, pgroup=nil, fsname=nil, encrypted=nil, kmskeyid=nil, appid=nil, bandwidthlimit=nil, capacity=nil)
928
+ def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, sizelimit=nil, zoneid=nil, zone=nil, protocol=nil, storagetype=nil, storageresourcepkg=nil, bandwidthresourcepkg=nil, pgroup=nil, fsname=nil, encrypted=nil, kmskeyid=nil, appid=nil, bandwidthlimit=nil, capacity=nil, tags=nil)
927
929
  @CreationTime = creationtime
928
930
  @CreationToken = creationtoken
929
931
  @FileSystemId = filesystemid
@@ -943,6 +945,7 @@ module TencentCloud
943
945
  @AppId = appid
944
946
  @BandwidthLimit = bandwidthlimit
945
947
  @Capacity = capacity
948
+ @Tags = tags
946
949
  end
947
950
 
948
951
  def deserialize(params)
@@ -968,6 +971,14 @@ module TencentCloud
968
971
  @AppId = params['AppId']
969
972
  @BandwidthLimit = params['BandwidthLimit']
970
973
  @Capacity = params['Capacity']
974
+ unless params['Tags'].nil?
975
+ @Tags = []
976
+ params['Tags'].each do |i|
977
+ taginfo_tmp = TagInfo.new
978
+ taginfo_tmp.deserialize(i)
979
+ @Tags << taginfo_tmp
980
+ end
981
+ end
971
982
  end
972
983
  end
973
984
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.252
4
+ version: 1.0.256
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-01-28 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common