tencentcloud-sdk-chdfs 3.0.967 → 3.0.968
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/v20201112/models.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42f6acf5eeecd7d6dec9c756804535b2416c7657
|
|
4
|
+
data.tar.gz: 91d8ec072c1e640e562bfb9e01fac5c83d048496
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3feecd2ede828af0fc52fb84373c4687bb5e2f2c9fa1923899c1500d18fcdc7ff25c2515a0371908d671982a3fee0498842e9fe741752a14d97b207a1c40a1d1
|
|
7
|
+
data.tar.gz: 5bc5bbb446bfbdefe597033683c862e692b26b2d436185fd7540ff66cedcf5164b7363207812e3f05f33f2d03b1a502efb8ffa9196ddd6dc553ed9021148b143
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.968
|
data/lib/v20201112/models.rb
CHANGED
|
@@ -27,7 +27,7 @@ module TencentCloud
|
|
|
27
27
|
# @type Description: String
|
|
28
28
|
# @param CreateTime: 创建时间
|
|
29
29
|
# @type CreateTime: String
|
|
30
|
-
# @param VpcType: VPC网络类型(1:CVM
|
|
30
|
+
# @param VpcType: VPC网络类型(1:CVM)
|
|
31
31
|
# @type VpcType: Integer
|
|
32
32
|
# @param VpcId: VPC网络ID
|
|
33
33
|
# @type VpcId: String
|
|
@@ -125,7 +125,7 @@ module TencentCloud
|
|
|
125
125
|
class CreateAccessGroupRequest < TencentCloud::Common::AbstractModel
|
|
126
126
|
# @param AccessGroupName: 权限组名称
|
|
127
127
|
# @type AccessGroupName: String
|
|
128
|
-
# @param VpcType: VPC网络类型(1:CVM
|
|
128
|
+
# @param VpcType: VPC网络类型(1:CVM)
|
|
129
129
|
# @type VpcType: Integer
|
|
130
130
|
# @param VpcId: VPC网络ID
|
|
131
131
|
# @type VpcId: String
|