tencentcloud-sdk-cfs 3.0.1094 → 3.0.1103

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190719/models.rb +49 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0e18c0ad4cafc31aa5408eba0c58190d80217d90
4
- data.tar.gz: e17977244a9cb1f2ba00dd29b4300d633620fc0e
3
+ metadata.gz: 77b69a746cf82d1990d4ddb9b322a085fd64c51b
4
+ data.tar.gz: 39c6e35c69bb7706c5572d3f0cc46d8bb572f0fb
5
5
  SHA512:
6
- metadata.gz: 871ac6c7ebf89acf6dd4bb613182835da89081cebf2ec995b80097bc5b8fb33268e98f1ca01e863b7b5b760fb78b3fadd5ba187cef013dfc87f66c6f1b21b953
7
- data.tar.gz: c0305a32b1348d3eafac30ac9df9afaa269cfc9fecdbd9d395055bcb5239d4e6a0c52ee9bd033d7e0abaa001bf5c07b3a5e0ec5c46e9afd37890af7760ee4cb8
6
+ metadata.gz: 5d2b6ca1a528416d3ab694988ce8144774fa68c38c5fb4682a2b390441607ad0122fd14521f96e2aaa36e4527b5aad7751ad8592edafaa9c6f4f0a64f027e8fc
7
+ data.tar.gz: 6fb34db12b4348c23b75594c3e6717d75b7c34f5b4f8cac66d29dc6a9eccb585347bc0e0e8574d5956ebd13c0cae960e5382731a78cbd8fd484713ef3f7b4428
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1103
@@ -747,35 +747,35 @@ module TencentCloud
747
747
  class CreateMigrationTaskRequest < TencentCloud::Common::AbstractModel
748
748
  # @param TaskName: 迁移任务名称
749
749
  # @type TaskName: String
750
- # @param MigrationType: 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
750
+ # @param MigrationType: 迁移方式标志位,默认为0。0:桶迁移;1:清单迁移
751
751
  # @type MigrationType: Integer
752
752
  # @param MigrationMode: 迁移模式,默认为0。0: 全量迁移
753
753
  # @type MigrationMode: Integer
754
- # @param SrcSecretId: 数据源账号的SecretId
754
+ # @param SrcSecretId: 数据源账号的 SecretId
755
755
  # @type SrcSecretId: String
756
- # @param SrcSecretKey: 数据源账号的SecretKey
756
+ # @param SrcSecretKey: 数据源账号的 SecretKey
757
757
  # @type SrcSecretKey: String
758
- # @param FileSystemId: 文件系统实例Id
758
+ # @param FileSystemId: 文件系统实例 ID,通过查询文件系统 [DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170) 获取
759
759
  # @type FileSystemId: String
760
760
  # @param FsPath: 文件系统路径
761
761
  # @type FsPath: String
762
762
  # @param CoverType: 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
763
763
  # @type CoverType: Integer
764
- # @param SrcService: 数据源服务商。COS: 腾讯云COS,OSS: 阿里云OSS,OBS:华为云OBS
764
+ # @param SrcService: 数据源服务商。COS:腾讯云COS,OSS:阿里云OSS,OBS:华为云OBS
765
765
  # @type SrcService: String
766
- # @param BucketName: 数据源桶名称,名称和地址至少有一个
766
+ # @param BucketName: 数据源桶名称;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
767
767
  # @type BucketName: String
768
768
  # @param BucketRegion: 数据源桶地域
769
769
  # @type BucketRegion: String
770
- # @param BucketAddress: 数据源桶地址,名称和地址至少有一个
770
+ # @param BucketAddress: 数据源桶地址;桶迁移时,BucketName 和 BucketAddress 必填其一,清单迁移时无需填写此参数
771
771
  # @type BucketAddress: String
772
772
  # @param ListAddress: 清单地址,迁移方式为清单迁移时必填
773
773
  # @type ListAddress: String
774
774
  # @param FsName: 目标文件系统名称
775
775
  # @type FsName: String
776
- # @param BucketPath: 源桶路径,默认为/
776
+ # @param BucketPath: 源桶路径,默认为 /
777
777
  # @type BucketPath: String
778
- # @param Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
778
+ # @param Direction: 迁移方向;0:对象存储迁移至文件系统,1:文件系统迁移至对象存储。默认为0
779
779
  # @type Direction: Integer
780
780
 
781
781
  attr_accessor :TaskName, :MigrationType, :MigrationMode, :SrcSecretId, :SrcSecretKey, :FileSystemId, :FsPath, :CoverType, :SrcService, :BucketName, :BucketRegion, :BucketAddress, :ListAddress, :FsName, :BucketPath, :Direction
@@ -821,7 +821,7 @@ module TencentCloud
821
821
 
822
822
  # CreateMigrationTask返回参数结构体
823
823
  class CreateMigrationTaskResponse < TencentCloud::Common::AbstractModel
824
- # @param TaskId: 迁移任务Id
824
+ # @param TaskId: 迁移任务 ID
825
825
  # @type TaskId: String
826
826
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
827
827
  # @type RequestId: String
@@ -1905,6 +1905,26 @@ module TencentCloud
1905
1905
  end
1906
1906
  end
1907
1907
 
1908
+ # 购买完额外性能之后的值
1909
+ class ExstraPerformanceInfo < TencentCloud::Common::AbstractModel
1910
+ # @param Type: fixed: 最终值固定
1911
+ # @type Type: String
1912
+ # @param Performance: 额外购买的CFS性能值,单位MB/s。
1913
+ # @type Performance: Integer
1914
+
1915
+ attr_accessor :Type, :Performance
1916
+
1917
+ def initialize(type=nil, performance=nil)
1918
+ @Type = type
1919
+ @Performance = performance
1920
+ end
1921
+
1922
+ def deserialize(params)
1923
+ @Type = params['Type']
1924
+ @Performance = params['Performance']
1925
+ end
1926
+ end
1927
+
1908
1928
  # 绑定快照策略的文件系统信息
1909
1929
  class FileSystemByPolicy < TencentCloud::Common::AbstractModel
1910
1930
  # @param CreationToken: 文件系统名称
@@ -2044,10 +2064,16 @@ module TencentCloud
2044
2064
  # @type AutoScaleUpRule: :class:`Tencentcloud::Cfs.v20190719.models.AutoScaleUpRule`
2045
2065
  # @param Version: 文件系统版本
2046
2066
  # @type Version: String
2067
+ # @param ExstraPerformanceInfo: 额外性能信息
2068
+ # 注意:此字段可能返回 null,表示取不到有效值。
2069
+ # @type ExstraPerformanceInfo: Array
2070
+ # @param MetaType: basic:标准版元数据类型
2071
+ # enhanced:增项版元数据类型
2072
+ # @type MetaType: String
2047
2073
 
2048
- attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :SizeLimit, :ZoneId, :Zone, :Protocol, :StorageType, :StorageResourcePkg, :BandwidthResourcePkg, :PGroup, :FsName, :Encrypted, :KmsKeyId, :AppId, :BandwidthLimit, :AutoSnapshotPolicyId, :SnapStatus, :Capacity, :Tags, :TieringState, :TieringDetail, :AutoScaleUpRule, :Version
2074
+ attr_accessor :CreationTime, :CreationToken, :FileSystemId, :LifeCycleState, :SizeByte, :SizeLimit, :ZoneId, :Zone, :Protocol, :StorageType, :StorageResourcePkg, :BandwidthResourcePkg, :PGroup, :FsName, :Encrypted, :KmsKeyId, :AppId, :BandwidthLimit, :AutoSnapshotPolicyId, :SnapStatus, :Capacity, :Tags, :TieringState, :TieringDetail, :AutoScaleUpRule, :Version, :ExstraPerformanceInfo, :MetaType
2049
2075
 
2050
- def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, sizelimit=nil, zoneid=nil, zone=nil, protocol=nil, storagetype=nil, storageresourcepkg=nil, bandwidthresourcepkg=nil, pgroup=nil, fsname=nil, encrypted=nil, kmskeyid=nil, appid=nil, bandwidthlimit=nil, autosnapshotpolicyid=nil, snapstatus=nil, capacity=nil, tags=nil, tieringstate=nil, tieringdetail=nil, autoscaleuprule=nil, version=nil)
2076
+ def initialize(creationtime=nil, creationtoken=nil, filesystemid=nil, lifecyclestate=nil, sizebyte=nil, sizelimit=nil, zoneid=nil, zone=nil, protocol=nil, storagetype=nil, storageresourcepkg=nil, bandwidthresourcepkg=nil, pgroup=nil, fsname=nil, encrypted=nil, kmskeyid=nil, appid=nil, bandwidthlimit=nil, autosnapshotpolicyid=nil, snapstatus=nil, capacity=nil, tags=nil, tieringstate=nil, tieringdetail=nil, autoscaleuprule=nil, version=nil, exstraperformanceinfo=nil, metatype=nil)
2051
2077
  @CreationTime = creationtime
2052
2078
  @CreationToken = creationtoken
2053
2079
  @FileSystemId = filesystemid
@@ -2074,6 +2100,8 @@ module TencentCloud
2074
2100
  @TieringDetail = tieringdetail
2075
2101
  @AutoScaleUpRule = autoscaleuprule
2076
2102
  @Version = version
2103
+ @ExstraPerformanceInfo = exstraperformanceinfo
2104
+ @MetaType = metatype
2077
2105
  end
2078
2106
 
2079
2107
  def deserialize(params)
@@ -2119,6 +2147,15 @@ module TencentCloud
2119
2147
  @AutoScaleUpRule.deserialize(params['AutoScaleUpRule'])
2120
2148
  end
2121
2149
  @Version = params['Version']
2150
+ unless params['ExstraPerformanceInfo'].nil?
2151
+ @ExstraPerformanceInfo = []
2152
+ params['ExstraPerformanceInfo'].each do |i|
2153
+ exstraperformanceinfo_tmp = ExstraPerformanceInfo.new
2154
+ exstraperformanceinfo_tmp.deserialize(i)
2155
+ @ExstraPerformanceInfo << exstraperformanceinfo_tmp
2156
+ end
2157
+ end
2158
+ @MetaType = params['MetaType']
2122
2159
  end
2123
2160
  end
2124
2161
 
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.1094
4
+ version: 3.0.1103
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-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common