tencentcloud-sdk-cdwch 3.0.966 → 3.0.967

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9c1143f1c2e7f8cca4fcdfd4d1bab06435f00d6
4
- data.tar.gz: eb4f2f6a926434945c15ec8afd1cc4942678e6c9
3
+ metadata.gz: d59c357ed81627deb6de61062bfe07ca059992c5
4
+ data.tar.gz: b94c189ff4e6d67edcaae5a1684fe305492d457e
5
5
  SHA512:
6
- metadata.gz: b35ed67fd3f173c12069baef37656483ce0a93d46399157d08c3caa2aa595633bbfc1efb1a03b70279d930e05a402283ed8715143c96438c308d573aa531bdba
7
- data.tar.gz: 7e0eb65ce8833abda38bf0c81ccba0280f203d04599bd6ec10e8f90077e7c10487d740711a25bb1582c8fe47c379ffe385f1962c6a7736b0cbc7e9df9165ba16
6
+ metadata.gz: 3aa9b937394c27e747541304974eb20797434ab5ea09fe3adc3772deb85fdc38503c57e9b2e4d34ad29c940dc49d58e6e24b6cebfa1591f2a4db0aa59a4a95b1
7
+ data.tar.gz: 542992de7531288adcc59aaf8d42c45545b4fc6e4e489db29a5123548b0c4bf8fec40d2329b6694f8b0a5a96515ceb845ed8cabda7237fc97198537a6990b3d7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.967
@@ -397,7 +397,7 @@ module TencentCloud
397
397
  # @type UserVPCId: String
398
398
  # @param UserSubnetId: 子网
399
399
  # @type UserSubnetId: String
400
- # @param ProductVersion: 版本
400
+ # @param ProductVersion: 系统版本
401
401
  # @type ProductVersion: String
402
402
  # @param ChargeProperties: 计费方式
403
403
  # @type ChargeProperties: :class:`Tencentcloud::Cdwch.v20200915.models.Charge`
@@ -412,7 +412,7 @@ module TencentCloud
412
412
  # @type ClsLogSetId: String
413
413
  # @param CosBucketName: COS桶名称
414
414
  # @type CosBucketName: String
415
- # @param MountDiskType: 是否是裸盘挂载
415
+ # @param MountDiskType: 是否是裸盘挂载,默认值 0 为 未挂载,1 为挂载。
416
416
  # @type MountDiskType: Integer
417
417
  # @param HAZk: 是否是ZK高可用
418
418
  # @type HAZk: Boolean
@@ -424,8 +424,8 @@ module TencentCloud
424
424
 
425
425
  attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems
426
426
  extend Gem::Deprecate
427
- deprecate :Tags, :none, 2024, 11
428
- deprecate :Tags=, :none, 2024, 11
427
+ deprecate :Tags, :none, 2024, 12
428
+ deprecate :Tags=, :none, 2024, 12
429
429
 
430
430
  def initialize(zone=nil, haflag=nil, uservpcid=nil, usersubnetid=nil, productversion=nil, chargeproperties=nil, instancename=nil, dataspec=nil, tags=nil, clslogsetid=nil, cosbucketname=nil, mountdisktype=nil, hazk=nil, commonspec=nil, tagitems=nil)
431
431
  @Zone = zone
@@ -2732,7 +2732,7 @@ module TencentCloud
2732
2732
 
2733
2733
  # 策略详情
2734
2734
  class ScheduleStrategy < TencentCloud::Common::AbstractModel
2735
- # @param CosBucketName: 备份桶列表
2735
+ # @param CosBucketName: 备份桶名称
2736
2736
  # 注意:此字段可能返回 null,表示取不到有效值。
2737
2737
  # @type CosBucketName: String
2738
2738
  # @param RetainDays: 备份保留天数
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.967
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common