tencentcloud-sdk-cfs 3.0.1055 → 3.0.1056

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9512bea91746b94d3824d7019fbefe1f7a13649
4
- data.tar.gz: 55c1d2868233f3b8c2ee072b387d23a57d05a581
3
+ metadata.gz: b46d216123dc5bf2a8b7e6b8fae70afe8502d053
4
+ data.tar.gz: 9b81d332e023ea28bf66eb0aafb8449956962d56
5
5
  SHA512:
6
- metadata.gz: 820249cb6a5d421d213fb815154e3f284e42e7a76fce9ed1d945c6c7831b49ba8d6b82b47c8004a924a9aca91d2aa82517faa8945618c76abc0e9a8131cf66bb
7
- data.tar.gz: fa86688735e97c1d5f6b726ab7a826cef179f33c5bd2181edb83e0fc95d5cff970f479e1cd7fa9f129d8722c9e9e7ac39451ac2ab24e60ff895e9275de228655
6
+ metadata.gz: 8eec8f58226c8ae0467450ab3c4f62dbdccfc461450c01c2edd70259a27aa8a870218e62db483bccaf3524024331fb44c4e0f5104a2f9d8fd783aaba4d16b2e6
7
+ data.tar.gz: f6482509d1c8a94301483ba99fe2ca6a67b11110f38f43adf1b3105708e780d8032d14257b25998002d727ed77ffc8da68b2405816382b2f215e0d99dcea2bb1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1055
1
+ 3.0.1056
@@ -444,10 +444,14 @@ module TencentCloud
444
444
  # @type AutoSnapshotPolicyId: String
445
445
  # @param EnableAutoScaleUp: 是否开启默认扩容,仅Turbo类型文件存储支持
446
446
  # @type EnableAutoScaleUp: Boolean
447
+ # @param CfsVersion: v1.5:创建普通版的通用文件系统;
448
+ # v3.1:创建增强版的通用文件系统
449
+ # 说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
450
+ # @type CfsVersion: String
447
451
 
448
- attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity, :SnapshotId, :AutoSnapshotPolicyId, :EnableAutoScaleUp
452
+ attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity, :SnapshotId, :AutoSnapshotPolicyId, :EnableAutoScaleUp, :CfsVersion
449
453
 
450
- 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)
454
+ 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)
451
455
  @Zone = zone
452
456
  @NetInterface = netinterface
453
457
  @PGroupId = pgroupid
@@ -465,6 +469,7 @@ module TencentCloud
465
469
  @SnapshotId = snapshotid
466
470
  @AutoSnapshotPolicyId = autosnapshotpolicyid
467
471
  @EnableAutoScaleUp = enableautoscaleup
472
+ @CfsVersion = cfsversion
468
473
  end
469
474
 
470
475
  def deserialize(params)
@@ -492,6 +497,7 @@ module TencentCloud
492
497
  @SnapshotId = params['SnapshotId']
493
498
  @AutoSnapshotPolicyId = params['AutoSnapshotPolicyId']
494
499
  @EnableAutoScaleUp = params['EnableAutoScaleUp']
500
+ @CfsVersion = params['CfsVersion']
495
501
  end
496
502
  end
497
503
 
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.1055
4
+ version: 3.0.1056
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-05-08 00:00:00.000000000 Z
11
+ date: 2025-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common