tencentcloud-sdk-cdwch 3.0.966 → 3.0.968

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: b9c1143f1c2e7f8cca4fcdfd4d1bab06435f00d6
4
- data.tar.gz: eb4f2f6a926434945c15ec8afd1cc4942678e6c9
3
+ metadata.gz: 9bc47a170c9c8c6f94403516f6e4c1148f683c0f
4
+ data.tar.gz: f292144c82b2210540aaad91d03f0afe54314910
5
5
  SHA512:
6
- metadata.gz: b35ed67fd3f173c12069baef37656483ce0a93d46399157d08c3caa2aa595633bbfc1efb1a03b70279d930e05a402283ed8715143c96438c308d573aa531bdba
7
- data.tar.gz: 7e0eb65ce8833abda38bf0c81ccba0280f203d04599bd6ec10e8f90077e7c10487d740711a25bb1582c8fe47c379ffe385f1962c6a7736b0cbc7e9df9165ba16
6
+ metadata.gz: 838d1582697c47c12f3dcaf98085b4f3d6c501d465c352d06622fcd03bd9257399cbcb1d54ce04690a0ddff7895bf1459871d70ec27619bb3405cef2fe6e1e12
7
+ data.tar.gz: 58c25ebc15c3d33c4974029083f4048356dec3e6794dc2f4d30ec9129247eb58f969df6273586253e208f386fa1e2e11a2b2d11d2dcd47673f911127d20bc1ba
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.968
@@ -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.968
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