tencentcloud-sdk-cdwch 3.0.1106 → 3.0.1119

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/v20200915/models.rb +10 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff1ed9b5aea6c6a3fd20552f14faae9de189ff26
4
- data.tar.gz: 0bab4e628631e7c8f855764597d75acd491464c1
3
+ metadata.gz: 8b24bdd640f25432081201988d0408bb36e4b55a
4
+ data.tar.gz: 6b1df7685f8e847ac6ac081360315ca53e8185f0
5
5
  SHA512:
6
- metadata.gz: da7840e29aca82577a0ee6537d73484a58b4291265a57fb6230e7ef3ac564ce71b90d6fc7f4a721d42ebf050a1606330b3de0b64c59ef85bd92eecdaed80fbe3
7
- data.tar.gz: 99c744a94ed6c92cad8e2fa8898db73503cc3e69c5613ff9a6428210418f0d92fa386a9f50d5ee2e20139ce9d2f4f3f4105fc366940eb18578dcae04cbf67147
6
+ metadata.gz: dd7a111dac9a02dff447598335442c920afcce4e2b14be48eaf6ba7b634abb81072e937111f3527811b0ed0385b3d06009eb24fca8219fc12a9826d3b1f6efe8
7
+ data.tar.gz: d8a68497865c0e10c8e54b04ae479b35027aa27f8fe2077e372389bc6cfa93fe0e8609a8410035f523704e24cd8e501ecc07aa36fa6b05ddb5b6ff16dc3650f6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1106
1
+ 3.0.1119
@@ -559,20 +559,21 @@ module TencentCloud
559
559
  # @type MountDiskType: Integer
560
560
  # @param HAZk: 是否是ZK高可用
561
561
  # @type HAZk: Boolean
562
- # @param CommonSpec: ZK节点
563
- # SpecName从DescribeSpec接口中返回的CommonSpec.Name(ZK节点)获取
562
+ # @param CommonSpec: ZK节点SpecName从DescribeSpec接口中返回的CommonSpec结构体的Name(ZK节点)获取
564
563
  # @type CommonSpec: :class:`Tencentcloud::Cdwch.v20200915.models.NodeSpec`
565
564
  # @param TagItems: 标签列表
566
565
  # @type TagItems: Array
567
- # @param SecondaryZoneInfo: 副可用去信息
566
+ # @param SecondaryZoneInfo: 副可用区信息
568
567
  # @type SecondaryZoneInfo: Array
568
+ # @param CkDefaultUserPwd: default账号登陆实例的密码。8-16个字符,至少包含大写字母、小写字母、数字和特殊字符!@#%^*中的三种,第一个字符不能为特殊字符
569
+ # @type CkDefaultUserPwd: String
569
570
 
570
- attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems, :SecondaryZoneInfo
571
+ attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems, :SecondaryZoneInfo, :CkDefaultUserPwd
571
572
  extend Gem::Deprecate
572
- deprecate :Tags, :none, 2025, 7
573
- deprecate :Tags=, :none, 2025, 7
573
+ deprecate :Tags, :none, 2025, 8
574
+ deprecate :Tags=, :none, 2025, 8
574
575
 
575
- 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, secondaryzoneinfo=nil)
576
+ 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, secondaryzoneinfo=nil, ckdefaultuserpwd=nil)
576
577
  @Zone = zone
577
578
  @HaFlag = haflag
578
579
  @UserVPCId = uservpcid
@@ -589,6 +590,7 @@ module TencentCloud
589
590
  @CommonSpec = commonspec
590
591
  @TagItems = tagitems
591
592
  @SecondaryZoneInfo = secondaryzoneinfo
593
+ @CkDefaultUserPwd = ckdefaultuserpwd
592
594
  end
593
595
 
594
596
  def deserialize(params)
@@ -634,6 +636,7 @@ module TencentCloud
634
636
  @SecondaryZoneInfo << secondaryzoneinfo_tmp
635
637
  end
636
638
  end
639
+ @CkDefaultUserPwd = params['CkDefaultUserPwd']
637
640
  end
638
641
  end
639
642
 
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.1106
4
+ version: 3.0.1119
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-22 00:00:00.000000000 Z
11
+ date: 2025-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common