tencentcloud-sdk-cfs 3.0.1086 → 3.0.1087
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 +8 -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: 273ac6166354416ee4c4898682e4330d9d973f94
|
4
|
+
data.tar.gz: b8e6aa60f060470b298df72be4a1a0d97d47d38e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 194b9d8752fbf1dc14737e53c304d2b1bb1a2140476674a58bfafa60b468e0a77a7e0bd31dfcb4cbf3be41874d1c21c9b9a64b6514adf8f6c14b6a949641d172
|
7
|
+
data.tar.gz: 3d5b3dd09cc790dd327b7a4c9ed51819c0466f10c8bd74a504fc54062dc5853a6770ecabe220d4f4e995dddec3f13782dcfd8683b65fcada1c023da69e9e2e81
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1087
|
data/lib/v20190719/models.rb
CHANGED
@@ -453,10 +453,14 @@ module TencentCloud
|
|
453
453
|
# v3.1:创建增强版的通用文件系统
|
454
454
|
# 说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
|
455
455
|
# @type CfsVersion: String
|
456
|
+
# @param MetaType: turbo文件系统元数据属性
|
457
|
+
# basic:创建标准型的元数据
|
458
|
+
# enhanced:创建增强型的元数据
|
459
|
+
# @type MetaType: String
|
456
460
|
|
457
|
-
attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity, :SnapshotId, :AutoSnapshotPolicyId, :EnableAutoScaleUp, :CfsVersion
|
461
|
+
attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity, :SnapshotId, :AutoSnapshotPolicyId, :EnableAutoScaleUp, :CfsVersion, :MetaType
|
458
462
|
|
459
|
-
def initialize(zone=nil, netinterface=nil, pgroupid=nil, protocol=nil, storagetype=nil, vpcid=nil, subnetid=nil, mountip=nil, fsname=nil, resourcetags=nil, clienttoken=nil, ccnid=nil, cidrblock=nil, capacity=nil, snapshotid=nil, autosnapshotpolicyid=nil, enableautoscaleup=nil, cfsversion=nil)
|
463
|
+
def initialize(zone=nil, netinterface=nil, pgroupid=nil, protocol=nil, storagetype=nil, vpcid=nil, subnetid=nil, mountip=nil, fsname=nil, resourcetags=nil, clienttoken=nil, ccnid=nil, cidrblock=nil, capacity=nil, snapshotid=nil, autosnapshotpolicyid=nil, enableautoscaleup=nil, cfsversion=nil, metatype=nil)
|
460
464
|
@Zone = zone
|
461
465
|
@NetInterface = netinterface
|
462
466
|
@PGroupId = pgroupid
|
@@ -475,6 +479,7 @@ module TencentCloud
|
|
475
479
|
@AutoSnapshotPolicyId = autosnapshotpolicyid
|
476
480
|
@EnableAutoScaleUp = enableautoscaleup
|
477
481
|
@CfsVersion = cfsversion
|
482
|
+
@MetaType = metatype
|
478
483
|
end
|
479
484
|
|
480
485
|
def deserialize(params)
|
@@ -503,6 +508,7 @@ module TencentCloud
|
|
503
508
|
@AutoSnapshotPolicyId = params['AutoSnapshotPolicyId']
|
504
509
|
@EnableAutoScaleUp = params['EnableAutoScaleUp']
|
505
510
|
@CfsVersion = params['CfsVersion']
|
511
|
+
@MetaType = params['MetaType']
|
506
512
|
end
|
507
513
|
end
|
508
514
|
|
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.1087
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-06-
|
11
|
+
date: 2025-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|