tencentcloud-sdk-cfs 3.0.610 → 3.0.612

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +25 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94a90c8e23ac190c70114032d985d0168040e3b0
4
- data.tar.gz: eaf0c87dc9f62b26635362f87b76e312f2458000
3
+ metadata.gz: 5996a38709ce500f12cafc5381109763fe6655e5
4
+ data.tar.gz: 9cf358e55cf6c046a40279b9b4deac64913deb6f
5
5
  SHA512:
6
- metadata.gz: b761812a0f2e221a265d5806527761d42458ca1b8743ebec29a765638a4678fa23ebb370a375196c3e38d267fa9c8c42e8a00db11470ec1938269b63db841c54
7
- data.tar.gz: 7c4c052597872dab723a795aab540509d60045c14d04afa4a21be55c6bfb83b63b488d41ab13064b5f1bf6c3f971ec49156885eb302187e5a40613bccd84d67e
6
+ metadata.gz: 4b56722b16af6178a66ee0d210a5151741ef5dc76485c77c753f9abc7bc26ee3223b427c60b5615e574d33c0ed9a2bd4d424e04a1792111ac7b2dc9652a03d49
7
+ data.tar.gz: dbbd76e5fa045b66c015756c6544770470e14f8b71a1f37b35b29b976703318dae504e78df9b2e11d150f65260b3c257cc62eda48f9927a3f3d4dc5054ac8872
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.610
1
+ 3.0.612
@@ -165,7 +165,7 @@ module TencentCloud
165
165
  class AvailableType < TencentCloud::Common::AbstractModel
166
166
  # @param Protocols: 协议与售卖详情
167
167
  # @type Protocols: Array
168
- # @param Type: 存储类型。返回值中 SD 为标准型存储、HP 为性能型存储
168
+ # @param Type: 存储类型。返回值中 SD 为通用标准型存储, HP为通用性能型存储, TB为Turbo标准型, TP 为Turbo性能型。
169
169
  # @type Type: String
170
170
  # @param Prepayment: 是否支持预付费。返回值中 true 为支持、false 为不支持
171
171
  # @type Prepayment: Boolean
@@ -378,10 +378,16 @@ module TencentCloud
378
378
  # @type CidrBlock: String
379
379
  # @param Capacity: 文件系统容量,turbo系列必填,单位为GiB。 turbo标准型单位GB,起售40TiB,即40960 GiB;扩容步长20TiB,即20480 GiB。turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,10240 GiB。
380
380
  # @type Capacity: Integer
381
+ # @param SnapshotId: 文件系统快照ID
382
+ # @type SnapshotId: String
383
+ # @param AutoSnapshotPolicyId: 定期快照策略ID
384
+ # @type AutoSnapshotPolicyId: String
385
+ # @param EnableAutoScaleUp: 是否开启默认扩容,仅Turbo类型文件存储支持
386
+ # @type EnableAutoScaleUp: Boolean
381
387
 
382
- attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity
388
+ attr_accessor :Zone, :NetInterface, :PGroupId, :Protocol, :StorageType, :VpcId, :SubnetId, :MountIP, :FsName, :ResourceTags, :ClientToken, :CcnId, :CidrBlock, :Capacity, :SnapshotId, :AutoSnapshotPolicyId, :EnableAutoScaleUp
383
389
 
384
- 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)
390
+ 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)
385
391
  @Zone = zone
386
392
  @NetInterface = netinterface
387
393
  @PGroupId = pgroupid
@@ -396,6 +402,9 @@ module TencentCloud
396
402
  @CcnId = ccnid
397
403
  @CidrBlock = cidrblock
398
404
  @Capacity = capacity
405
+ @SnapshotId = snapshotid
406
+ @AutoSnapshotPolicyId = autosnapshotpolicyid
407
+ @EnableAutoScaleUp = enableautoscaleup
399
408
  end
400
409
 
401
410
  def deserialize(params)
@@ -420,6 +429,9 @@ module TencentCloud
420
429
  @CcnId = params['CcnId']
421
430
  @CidrBlock = params['CidrBlock']
422
431
  @Capacity = params['Capacity']
432
+ @SnapshotId = params['SnapshotId']
433
+ @AutoSnapshotPolicyId = params['AutoSnapshotPolicyId']
434
+ @EnableAutoScaleUp = params['EnableAutoScaleUp']
423
435
  end
424
436
  end
425
437
 
@@ -2337,7 +2349,7 @@ module TencentCloud
2337
2349
  class ScaleUpFileSystemRequest < TencentCloud::Common::AbstractModel
2338
2350
  # @param FileSystemId: 文件系统Id
2339
2351
  # @type FileSystemId: String
2340
- # @param TargetCapacity: 扩容的目标容量
2352
+ # @param TargetCapacity: 扩容的目标容量(单位GiB)
2341
2353
  # @type TargetCapacity: Integer
2342
2354
 
2343
2355
  attr_accessor :FileSystemId, :TargetCapacity
@@ -2357,7 +2369,7 @@ module TencentCloud
2357
2369
  class ScaleUpFileSystemResponse < TencentCloud::Common::AbstractModel
2358
2370
  # @param FileSystemId: 文件系统Id
2359
2371
  # @type FileSystemId: String
2360
- # @param TargetCapacity: 扩容的目标容量
2372
+ # @param TargetCapacity: 扩容的目标容量(单位GiB)
2361
2373
  # @type TargetCapacity: Integer
2362
2374
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2363
2375
  # @type RequestId: String
@@ -2487,10 +2499,13 @@ module TencentCloud
2487
2499
  # @param SnapshotType: 快照类型
2488
2500
  # 注意:此字段可能返回 null,表示取不到有效值。
2489
2501
  # @type SnapshotType: String
2502
+ # @param SnapshotTime: 实际快照时间,这里主要是为了标识跨地域复制快照的时间快照时间
2503
+ # 注意:此字段可能返回 null,表示取不到有效值。
2504
+ # @type SnapshotTime: String
2490
2505
 
2491
- attr_accessor :CreationTime, :SnapshotName, :SnapshotId, :Status, :RegionName, :FileSystemId, :Size, :AliveDay, :Percent, :AppId, :DeleteTime, :FsName, :Tags, :SnapshotType
2506
+ attr_accessor :CreationTime, :SnapshotName, :SnapshotId, :Status, :RegionName, :FileSystemId, :Size, :AliveDay, :Percent, :AppId, :DeleteTime, :FsName, :Tags, :SnapshotType, :SnapshotTime
2492
2507
 
2493
- def initialize(creationtime=nil, snapshotname=nil, snapshotid=nil, status=nil, regionname=nil, filesystemid=nil, size=nil, aliveday=nil, percent=nil, appid=nil, deletetime=nil, fsname=nil, tags=nil, snapshottype=nil)
2508
+ def initialize(creationtime=nil, snapshotname=nil, snapshotid=nil, status=nil, regionname=nil, filesystemid=nil, size=nil, aliveday=nil, percent=nil, appid=nil, deletetime=nil, fsname=nil, tags=nil, snapshottype=nil, snapshottime=nil)
2494
2509
  @CreationTime = creationtime
2495
2510
  @SnapshotName = snapshotname
2496
2511
  @SnapshotId = snapshotid
@@ -2505,6 +2520,7 @@ module TencentCloud
2505
2520
  @FsName = fsname
2506
2521
  @Tags = tags
2507
2522
  @SnapshotType = snapshottype
2523
+ @SnapshotTime = snapshottime
2508
2524
  end
2509
2525
 
2510
2526
  def deserialize(params)
@@ -2529,6 +2545,7 @@ module TencentCloud
2529
2545
  end
2530
2546
  end
2531
2547
  @SnapshotType = params['SnapshotType']
2548
+ @SnapshotTime = params['SnapshotTime']
2532
2549
  end
2533
2550
  end
2534
2551
 
@@ -2903,7 +2920,7 @@ module TencentCloud
2903
2920
  # @type PGroupId: String
2904
2921
  # @param Name: 权限组名称,1-64个字符且只能为中文,字母,数字,下划线或横线
2905
2922
  # @type Name: String
2906
- # @param DescInfo: 权限组描述信息,1-255个字符
2923
+ # @param DescInfo: 权限组描述信息,1-255个字符。 Name和Descinfo不能同时为空
2907
2924
  # @type DescInfo: String
2908
2925
 
2909
2926
  attr_accessor :PGroupId, :Name, :DescInfo
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.610
4
+ version: 3.0.612
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -34,8 +34,8 @@ extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
36
  - lib/tencentcloud-sdk-cfs.rb
37
- - lib/v20190719/client.rb
38
37
  - lib/v20190719/models.rb
38
+ - lib/v20190719/client.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: