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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200915/models.rb +10 -7
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b24bdd640f25432081201988d0408bb36e4b55a
|
4
|
+
data.tar.gz: 6b1df7685f8e847ac6ac081360315ca53e8185f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd7a111dac9a02dff447598335442c920afcce4e2b14be48eaf6ba7b634abb81072e937111f3527811b0ed0385b3d06009eb24fca8219fc12a9826d3b1f6efe8
|
7
|
+
data.tar.gz: d8a68497865c0e10c8e54b04ae479b35027aa27f8fe2077e372389bc6cfa93fe0e8609a8410035f523704e24cd8e501ecc07aa36fa6b05ddb5b6ff16dc3650f6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20200915/models.rb
CHANGED
@@ -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,
|
573
|
-
deprecate :Tags=, :none, 2025,
|
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.
|
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-
|
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
|