tencentcloud-sdk-cdwch 3.0.1176 → 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 +10 -2
- metadata +4 -4
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
|
|
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-12-
|
|
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
|
-
- lib/v20200915/models.rb
|
|
38
36
|
- lib/v20200915/client.rb
|
|
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:
|