tencentcloud-sdk-cfs 3.0.1086 → 3.0.1094

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: f88b21975e4e1277cd07e25196a2d5b035dac8e8
4
- data.tar.gz: ba9c421b5d8f87343718ccf8e98b52ce712744cc
3
+ metadata.gz: 0e18c0ad4cafc31aa5408eba0c58190d80217d90
4
+ data.tar.gz: e17977244a9cb1f2ba00dd29b4300d633620fc0e
5
5
  SHA512:
6
- metadata.gz: 7e429ae51a22e05fe88553179418ecae8fe2e34e1ff2f52a0c0678b65ab6909342328a5fc1770943b2af6ffcaed88986066db3ea0ae0ba58a4ab518a5a3bf157
7
- data.tar.gz: 2955b131687f2db14e8565f8ba2af861fb0ae294ff0c4f9b89724dc9100e7afa9e0564c239ffb37c842fedad6e729461cac69b4ee0a931fa3fc4d69defd53676
6
+ metadata.gz: 871ac6c7ebf89acf6dd4bb613182835da89081cebf2ec995b80097bc5b8fb33268e98f1ca01e863b7b5b760fb78b3fadd5ba187cef013dfc87f66c6f1b21b953
7
+ data.tar.gz: c0305a32b1348d3eafac30ac9df9afaa269cfc9fecdbd9d395055bcb5239d4e6a0c52ee9bd033d7e0abaa001bf5c07b3a5e0ec5c46e9afd37890af7760ee4cb8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1086
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -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.1086
4
+ version: 3.0.1094
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-22 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common