tencentcloud-sdk-cdwch 3.0.1169 → 3.0.1177
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 +26 -10
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1be81549d5dd80b6867b7aea9ea0245b0ef18800
|
|
4
|
+
data.tar.gz: 5fdf99704481ab7a35fea6c9ac77b9fcfcd31ffd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71fa3a8948d51a432087b6ee7d5705b4d16d0f75c17f2ce7c8a7593d8322baf009017adb1bf5874fb120edcee084af75e24ae6cf564f34deb27e7a568f3084bc
|
|
7
|
+
data.tar.gz: cd6ce39c7bc1d3296f4ae826454e53f732395f5bbfc7a5ea2a8d29c1c3daf0f2de0a6180c14ac6035355ad664427a79dc9af14f31df95264392237bc4e3b283b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1177
|
data/lib/v20200915/models.rb
CHANGED
|
@@ -335,16 +335,22 @@ module TencentCloud
|
|
|
335
335
|
# @type NeedRestart: Integer
|
|
336
336
|
# @param FilePath: 保存配置文件的路径
|
|
337
337
|
# @type FilePath: String
|
|
338
|
+
# @param Ip: 节点级配置的ip,当ConfigLevel取值为node时,此参数必选;
|
|
339
|
+
# @type Ip: String
|
|
340
|
+
# @param ConfigLevel: 可选参数,参数取值:node,cluster; node: 节点级参数配置,cluster: 实例级参数配置;
|
|
341
|
+
# @type ConfigLevel: String
|
|
338
342
|
|
|
339
|
-
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath
|
|
343
|
+
attr_accessor :FileName, :FileConf, :KeyConf, :OriParam, :NeedRestart, :FilePath, :Ip, :ConfigLevel
|
|
340
344
|
|
|
341
|
-
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil)
|
|
345
|
+
def initialize(filename=nil, fileconf=nil, keyconf=nil, oriparam=nil, needrestart=nil, filepath=nil, ip=nil, configlevel=nil)
|
|
342
346
|
@FileName = filename
|
|
343
347
|
@FileConf = fileconf
|
|
344
348
|
@KeyConf = keyconf
|
|
345
349
|
@OriParam = oriparam
|
|
346
350
|
@NeedRestart = needrestart
|
|
347
351
|
@FilePath = filepath
|
|
352
|
+
@Ip = ip
|
|
353
|
+
@ConfigLevel = configlevel
|
|
348
354
|
end
|
|
349
355
|
|
|
350
356
|
def deserialize(params)
|
|
@@ -354,6 +360,8 @@ module TencentCloud
|
|
|
354
360
|
@OriParam = params['OriParam']
|
|
355
361
|
@NeedRestart = params['NeedRestart']
|
|
356
362
|
@FilePath = params['FilePath']
|
|
363
|
+
@Ip = params['Ip']
|
|
364
|
+
@ConfigLevel = params['ConfigLevel']
|
|
357
365
|
end
|
|
358
366
|
end
|
|
359
367
|
|
|
@@ -441,14 +449,17 @@ module TencentCloud
|
|
|
441
449
|
# @type NewConfValue: String
|
|
442
450
|
# @param FilePath: 保存配置文件的路径
|
|
443
451
|
# @type FilePath: String
|
|
452
|
+
# @param Ip: 节点ip信息,可选参数,当修改集群节点级配置(例如keeper_config.xml)时此参数必填;
|
|
453
|
+
# @type Ip: String
|
|
444
454
|
|
|
445
|
-
attr_accessor :FileName, :OldConfValue, :NewConfValue, :FilePath
|
|
455
|
+
attr_accessor :FileName, :OldConfValue, :NewConfValue, :FilePath, :Ip
|
|
446
456
|
|
|
447
|
-
def initialize(filename=nil, oldconfvalue=nil, newconfvalue=nil, filepath=nil)
|
|
457
|
+
def initialize(filename=nil, oldconfvalue=nil, newconfvalue=nil, filepath=nil, ip=nil)
|
|
448
458
|
@FileName = filename
|
|
449
459
|
@OldConfValue = oldconfvalue
|
|
450
460
|
@NewConfValue = newconfvalue
|
|
451
461
|
@FilePath = filepath
|
|
462
|
+
@Ip = ip
|
|
452
463
|
end
|
|
453
464
|
|
|
454
465
|
def deserialize(params)
|
|
@@ -456,6 +467,7 @@ module TencentCloud
|
|
|
456
467
|
@OldConfValue = params['OldConfValue']
|
|
457
468
|
@NewConfValue = params['NewConfValue']
|
|
458
469
|
@FilePath = params['FilePath']
|
|
470
|
+
@Ip = params['Ip']
|
|
459
471
|
end
|
|
460
472
|
end
|
|
461
473
|
|
|
@@ -570,8 +582,8 @@ module TencentCloud
|
|
|
570
582
|
|
|
571
583
|
attr_accessor :Zone, :HaFlag, :UserVPCId, :UserSubnetId, :ProductVersion, :ChargeProperties, :InstanceName, :DataSpec, :Tags, :ClsLogSetId, :CosBucketName, :MountDiskType, :HAZk, :CommonSpec, :TagItems, :SecondaryZoneInfo, :CkDefaultUserPwd
|
|
572
584
|
extend Gem::Deprecate
|
|
573
|
-
deprecate :Tags, :none, 2025,
|
|
574
|
-
deprecate :Tags=, :none, 2025,
|
|
585
|
+
deprecate :Tags, :none, 2025, 12
|
|
586
|
+
deprecate :Tags=, :none, 2025, 12
|
|
575
587
|
|
|
576
588
|
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)
|
|
577
589
|
@Zone = zone
|
|
@@ -2110,7 +2122,7 @@ module TencentCloud
|
|
|
2110
2122
|
# @type NodeGroups: Array
|
|
2111
2123
|
# @param Rip: VPC IP
|
|
2112
2124
|
# @type Rip: String
|
|
2113
|
-
# @param IsCHProxy: ture的时候表示该节点上部署了
|
|
2125
|
+
# @param IsCHProxy: ture的时候表示该节点上部署了chPROXY进程
|
|
2114
2126
|
# @type IsCHProxy: Boolean
|
|
2115
2127
|
# @param Status: 节点状态
|
|
2116
2128
|
# @type Status: String
|
|
@@ -2118,14 +2130,16 @@ module TencentCloud
|
|
|
2118
2130
|
# @type UUID: String
|
|
2119
2131
|
# @param Zone: 区
|
|
2120
2132
|
# @type Zone: String
|
|
2121
|
-
# @param ZoneDesc:
|
|
2133
|
+
# @param ZoneDesc: 去描述
|
|
2122
2134
|
# @type ZoneDesc: String
|
|
2123
2135
|
# @param RealResourceId: 真实资源id
|
|
2124
2136
|
# @type RealResourceId: String
|
|
2137
|
+
# @param SubnetId: 子网信息
|
|
2138
|
+
# @type SubnetId: String
|
|
2125
2139
|
|
|
2126
|
-
attr_accessor :Ip, :Spec, :Core, :Memory, :DiskType, :DiskSize, :Cluster, :NodeGroups, :Rip, :IsCHProxy, :Status, :UUID, :Zone, :ZoneDesc, :RealResourceId
|
|
2140
|
+
attr_accessor :Ip, :Spec, :Core, :Memory, :DiskType, :DiskSize, :Cluster, :NodeGroups, :Rip, :IsCHProxy, :Status, :UUID, :Zone, :ZoneDesc, :RealResourceId, :SubnetId
|
|
2127
2141
|
|
|
2128
|
-
def initialize(ip=nil, spec=nil, core=nil, memory=nil, disktype=nil, disksize=nil, cluster=nil, nodegroups=nil, rip=nil, ischproxy=nil, status=nil, uuid=nil, zone=nil, zonedesc=nil, realresourceid=nil)
|
|
2142
|
+
def initialize(ip=nil, spec=nil, core=nil, memory=nil, disktype=nil, disksize=nil, cluster=nil, nodegroups=nil, rip=nil, ischproxy=nil, status=nil, uuid=nil, zone=nil, zonedesc=nil, realresourceid=nil, subnetid=nil)
|
|
2129
2143
|
@Ip = ip
|
|
2130
2144
|
@Spec = spec
|
|
2131
2145
|
@Core = core
|
|
@@ -2141,6 +2155,7 @@ module TencentCloud
|
|
|
2141
2155
|
@Zone = zone
|
|
2142
2156
|
@ZoneDesc = zonedesc
|
|
2143
2157
|
@RealResourceId = realresourceid
|
|
2158
|
+
@SubnetId = subnetid
|
|
2144
2159
|
end
|
|
2145
2160
|
|
|
2146
2161
|
def deserialize(params)
|
|
@@ -2166,6 +2181,7 @@ module TencentCloud
|
|
|
2166
2181
|
@Zone = params['Zone']
|
|
2167
2182
|
@ZoneDesc = params['ZoneDesc']
|
|
2168
2183
|
@RealResourceId = params['RealResourceId']
|
|
2184
|
+
@SubnetId = params['SubnetId']
|
|
2169
2185
|
end
|
|
2170
2186
|
end
|
|
2171
2187
|
|
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.1177
|
|
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-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-cdwch.rb
|
|
37
36
|
- lib/v20200915/client.rb
|
|
38
37
|
- lib/v20200915/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-cdwch.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|