tencentcloud-sdk-cfs 3.0.475 → 3.0.476

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/v20190719/models.rb +12 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0e3743ccfa902bf0297289ae818008214cfdd15
4
- data.tar.gz: 2aff263d9585965500a4c8bcb76057b33ad6d235
3
+ metadata.gz: 06504f5301bea973e56804a102dbc2faf498a9ca
4
+ data.tar.gz: c200677005cef7d368cea4933d33a37bf55882d5
5
5
  SHA512:
6
- metadata.gz: 5f86528c39869dbc76cb705a78ed73e5bf0e622e91f26ab19843e71096385f0bf1a0d602d369fc919b3c7be787d255df38b52ee0009225a7a36869fcc84d53cd
7
- data.tar.gz: 32c1c0a0ff1a86bd6b0ea30fd4197ed7759eb38ea1415d81b7d0bce9673c59b542b2801094ea4cb0c7f36d42ed17b72a28c79042e94b41eda68d7d3297680893
6
+ metadata.gz: cc29f29066045c8a33c04a86f7c56fcfe5bb756107543ab3f4300d631cc7bdc513e01a2cd29f1469d82527b14c9941766378472511f1f2633305a2e0971d2868
7
+ data.tar.gz: 06445ce12b943b47dcc41efd178e79cee67399727892c3038ce87df55c1c17c05532b43b80a071ca4a8ba62840ffa744cef9dfd73e9fbeb48ad25f59fa0192e9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.475
1
+ 3.0.476
@@ -2463,15 +2463,23 @@ module TencentCloud
2463
2463
  # @type FileHardLimit: Integer
2464
2464
  # @param FileSystemId: 文件系统ID
2465
2465
  # @type FileSystemId: String
2466
+ # @param CapacityUsed: 容量使用,单位GiB
2467
+ # 注意:此字段可能返回 null,表示取不到有效值。
2468
+ # @type CapacityUsed: Integer
2469
+ # @param FileUsed: 文件使用个数,单位个
2470
+ # 注意:此字段可能返回 null,表示取不到有效值。
2471
+ # @type FileUsed: Integer
2466
2472
 
2467
- attr_accessor :UserType, :UserId, :CapacityHardLimit, :FileHardLimit, :FileSystemId
2473
+ attr_accessor :UserType, :UserId, :CapacityHardLimit, :FileHardLimit, :FileSystemId, :CapacityUsed, :FileUsed
2468
2474
 
2469
- def initialize(usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil, filesystemid=nil)
2475
+ def initialize(usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil, filesystemid=nil, capacityused=nil, fileused=nil)
2470
2476
  @UserType = usertype
2471
2477
  @UserId = userid
2472
2478
  @CapacityHardLimit = capacityhardlimit
2473
2479
  @FileHardLimit = filehardlimit
2474
2480
  @FileSystemId = filesystemid
2481
+ @CapacityUsed = capacityused
2482
+ @FileUsed = fileused
2475
2483
  end
2476
2484
 
2477
2485
  def deserialize(params)
@@ -2480,6 +2488,8 @@ module TencentCloud
2480
2488
  @CapacityHardLimit = params['CapacityHardLimit']
2481
2489
  @FileHardLimit = params['FileHardLimit']
2482
2490
  @FileSystemId = params['FileSystemId']
2491
+ @CapacityUsed = params['CapacityUsed']
2492
+ @FileUsed = params['FileUsed']
2483
2493
  end
2484
2494
  end
2485
2495
 
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: 3.0.475
4
+ version: 3.0.476
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-12-16 00:00:00.000000000 Z
11
+ date: 2022-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common