tencentcloud-sdk-cfs 3.0.877 → 3.0.878

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 +13 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8f33b7055383fcf4d9f242731b885c716aa7786
4
- data.tar.gz: 2841ad7fac65fa97d0eed66af10dce9403beced5
3
+ metadata.gz: ecfc183a3cc43557ffb03e0358bbb31079502878
4
+ data.tar.gz: 8d1005c878ef20939df09ff3299df610bf022256
5
5
  SHA512:
6
- metadata.gz: 8d793b5c12c78665456f107d59fa0c5c3fbb752a3c05f2bbd364cf2e9557331d17bee3ef4683c468cb586803cddcc01ad3524e62be3f6d1ff770a87787eacc4d
7
- data.tar.gz: 238ab44e9bcd0796f80eca078a40d33fe1fd2e6f41f8a4fc13d0fd25528ff45122bfba4ba3e29300501a61b80d9d107c2768ac9bd41c8dbf71a7c9f158fb50c5
6
+ metadata.gz: 2d0e29c0fa5cf386bd95bc6cbf8cbe17faeb6cb9e57deb7dc674000f93b1fb1eaf34bec8171b98d32b985da11aac78a3aa03064a81a9a90edaefd15495859b51
7
+ data.tar.gz: 801d6cdbcb0f54d2e8b6f9ed577d9e804637ef7ba29358ef1796e17baff2b77a7f19d6dd8499fbd7a3dffdb3270daf9647fbfc11cf3349cb484b8ad52fe66867
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.877
1
+ 3.0.878
@@ -3185,7 +3185,7 @@ module TencentCloud
3185
3185
 
3186
3186
  # 文件系统配额信息
3187
3187
  class UserQuota < TencentCloud::Common::AbstractModel
3188
- # @param UserType: 指定配额类型,包括Uid、Gid
3188
+ # @param UserType: 指定配额类型,包括Uid、Gid、Dir
3189
3189
  # @type UserType: String
3190
3190
  # @param UserId: UID/GID信息
3191
3191
  # @type UserId: String
@@ -3201,10 +3201,16 @@ module TencentCloud
3201
3201
  # @param FileUsed: 文件使用个数,单位个
3202
3202
  # 注意:此字段可能返回 null,表示取不到有效值。
3203
3203
  # @type FileUsed: Integer
3204
+ # @param DirectoryPath: 目录配额的目录绝对路径
3205
+ # 注意:此字段可能返回 null,表示取不到有效值。
3206
+ # @type DirectoryPath: String
3207
+ # @param Status: 配置规则状态,inavailable---配置中,available --已生效,deleting--删除中,deleted 已删除,failed--配置失败
3208
+ # 注意:此字段可能返回 null,表示取不到有效值。
3209
+ # @type Status: String
3204
3210
 
3205
- attr_accessor :UserType, :UserId, :CapacityHardLimit, :FileHardLimit, :FileSystemId, :CapacityUsed, :FileUsed
3211
+ attr_accessor :UserType, :UserId, :CapacityHardLimit, :FileHardLimit, :FileSystemId, :CapacityUsed, :FileUsed, :DirectoryPath, :Status
3206
3212
 
3207
- def initialize(usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil, filesystemid=nil, capacityused=nil, fileused=nil)
3213
+ def initialize(usertype=nil, userid=nil, capacityhardlimit=nil, filehardlimit=nil, filesystemid=nil, capacityused=nil, fileused=nil, directorypath=nil, status=nil)
3208
3214
  @UserType = usertype
3209
3215
  @UserId = userid
3210
3216
  @CapacityHardLimit = capacityhardlimit
@@ -3212,6 +3218,8 @@ module TencentCloud
3212
3218
  @FileSystemId = filesystemid
3213
3219
  @CapacityUsed = capacityused
3214
3220
  @FileUsed = fileused
3221
+ @DirectoryPath = directorypath
3222
+ @Status = status
3215
3223
  end
3216
3224
 
3217
3225
  def deserialize(params)
@@ -3222,6 +3230,8 @@ module TencentCloud
3222
3230
  @FileSystemId = params['FileSystemId']
3223
3231
  @CapacityUsed = params['CapacityUsed']
3224
3232
  @FileUsed = params['FileUsed']
3233
+ @DirectoryPath = params['DirectoryPath']
3234
+ @Status = params['Status']
3225
3235
  end
3226
3236
  end
3227
3237
 
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.877
4
+ version: 3.0.878
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-01 00:00:00.000000000 Z
11
+ date: 2024-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common