tencentcloud-sdk-cfs 3.0.475 → 3.0.477
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190719/models.rb +12 -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: 77e904940e1e74b393ddbecdb0ee8c8f32ab5541
|
|
4
|
+
data.tar.gz: 4b6918dbec7864cf25c08de412e9ff054eef6d19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2390319b5312f69c2c3dad9a4fab86da1dfdd2422f7b773d2fa9cfcdac15ed64b55dd2c6f38921c8cb3748a4755a8ad9ce5cd220eda873b2171c2e99ecf191d0
|
|
7
|
+
data.tar.gz: cd8e271ce79a3cb8ade5900b3c3784cb0ce446e937c9cd7f03da7dc2659a732bdbb28a7791d75d2862335fe2c09e294e13d852d8657586afcdaedba06f7e9fd4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.477
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -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.
|
|
4
|
+
version: 3.0.477
|
|
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-
|
|
11
|
+
date: 2022-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|