tencentcloud-sdk-es 3.0.867 → 3.0.869
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180416/models.rb +20 -4
- 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: 1bf8ab60a3f5ccb2d5a7b138238d648674e1ca51
|
4
|
+
data.tar.gz: 5e8120bd605699faf55f68eb02480c359a64b860
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 828bdfa8be9171a52e63a5a0b74de7d2eae591d861ee4f574e191558b20254147941c49a9b720ff8ce08cde40f88a3a71db22adc03f029ff0797b1182957b443
|
7
|
+
data.tar.gz: e0ff469b0d7c8771b08882639c4e09d499c72d0174170ef30282d2f08940c13138bd2f3377f8e688223dc3227f36ec71df951942af562790a5e0f2d643354c7d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.869
|
data/lib/v20180416/models.rb
CHANGED
@@ -5160,16 +5160,22 @@ module TencentCloud
|
|
5160
5160
|
# @type IsOffline: Boolean
|
5161
5161
|
# @param CvmDelayOnlineTime: cvm延迟上架时间
|
5162
5162
|
# @type CvmDelayOnlineTime: Integer
|
5163
|
+
# @param ShardAllocationConcurrents: 分片迁移并发数
|
5164
|
+
# @type ShardAllocationConcurrents: Integer
|
5165
|
+
# @param ShardAllocationBytes: 分片迁移并发速度
|
5166
|
+
# @type ShardAllocationBytes: Integer
|
5163
5167
|
|
5164
|
-
attr_accessor :InstanceId, :NodeNames, :ForceRestart, :RestartMode, :IsOffline, :CvmDelayOnlineTime
|
5168
|
+
attr_accessor :InstanceId, :NodeNames, :ForceRestart, :RestartMode, :IsOffline, :CvmDelayOnlineTime, :ShardAllocationConcurrents, :ShardAllocationBytes
|
5165
5169
|
|
5166
|
-
def initialize(instanceid=nil, nodenames=nil, forcerestart=nil, restartmode=nil, isoffline=nil, cvmdelayonlinetime=nil)
|
5170
|
+
def initialize(instanceid=nil, nodenames=nil, forcerestart=nil, restartmode=nil, isoffline=nil, cvmdelayonlinetime=nil, shardallocationconcurrents=nil, shardallocationbytes=nil)
|
5167
5171
|
@InstanceId = instanceid
|
5168
5172
|
@NodeNames = nodenames
|
5169
5173
|
@ForceRestart = forcerestart
|
5170
5174
|
@RestartMode = restartmode
|
5171
5175
|
@IsOffline = isoffline
|
5172
5176
|
@CvmDelayOnlineTime = cvmdelayonlinetime
|
5177
|
+
@ShardAllocationConcurrents = shardallocationconcurrents
|
5178
|
+
@ShardAllocationBytes = shardallocationbytes
|
5173
5179
|
end
|
5174
5180
|
|
5175
5181
|
def deserialize(params)
|
@@ -5179,6 +5185,8 @@ module TencentCloud
|
|
5179
5185
|
@RestartMode = params['RestartMode']
|
5180
5186
|
@IsOffline = params['IsOffline']
|
5181
5187
|
@CvmDelayOnlineTime = params['CvmDelayOnlineTime']
|
5188
|
+
@ShardAllocationConcurrents = params['ShardAllocationConcurrents']
|
5189
|
+
@ShardAllocationBytes = params['ShardAllocationBytes']
|
5182
5190
|
end
|
5183
5191
|
end
|
5184
5192
|
|
@@ -6618,10 +6626,14 @@ module TencentCloud
|
|
6618
6626
|
# @type SkipCheckForceRestart: Boolean
|
6619
6627
|
# @param CvmDelayOnlineTime: cvm延迟上架参数
|
6620
6628
|
# @type CvmDelayOnlineTime: Integer
|
6629
|
+
# @param ShardAllocationConcurrents: 分片迁移并发数
|
6630
|
+
# @type ShardAllocationConcurrents: Integer
|
6631
|
+
# @param ShardAllocationBytes: 分片迁移并发速度
|
6632
|
+
# @type ShardAllocationBytes: Integer
|
6621
6633
|
|
6622
|
-
attr_accessor :InstanceId, :EsVersion, :CheckOnly, :LicenseType, :BasicSecurityType, :UpgradeMode, :CosBackup, :SkipCheckForceRestart, :CvmDelayOnlineTime
|
6634
|
+
attr_accessor :InstanceId, :EsVersion, :CheckOnly, :LicenseType, :BasicSecurityType, :UpgradeMode, :CosBackup, :SkipCheckForceRestart, :CvmDelayOnlineTime, :ShardAllocationConcurrents, :ShardAllocationBytes
|
6623
6635
|
|
6624
|
-
def initialize(instanceid=nil, esversion=nil, checkonly=nil, licensetype=nil, basicsecuritytype=nil, upgrademode=nil, cosbackup=nil, skipcheckforcerestart=nil, cvmdelayonlinetime=nil)
|
6636
|
+
def initialize(instanceid=nil, esversion=nil, checkonly=nil, licensetype=nil, basicsecuritytype=nil, upgrademode=nil, cosbackup=nil, skipcheckforcerestart=nil, cvmdelayonlinetime=nil, shardallocationconcurrents=nil, shardallocationbytes=nil)
|
6625
6637
|
@InstanceId = instanceid
|
6626
6638
|
@EsVersion = esversion
|
6627
6639
|
@CheckOnly = checkonly
|
@@ -6631,6 +6643,8 @@ module TencentCloud
|
|
6631
6643
|
@CosBackup = cosbackup
|
6632
6644
|
@SkipCheckForceRestart = skipcheckforcerestart
|
6633
6645
|
@CvmDelayOnlineTime = cvmdelayonlinetime
|
6646
|
+
@ShardAllocationConcurrents = shardallocationconcurrents
|
6647
|
+
@ShardAllocationBytes = shardallocationbytes
|
6634
6648
|
end
|
6635
6649
|
|
6636
6650
|
def deserialize(params)
|
@@ -6643,6 +6657,8 @@ module TencentCloud
|
|
6643
6657
|
@CosBackup = params['CosBackup']
|
6644
6658
|
@SkipCheckForceRestart = params['SkipCheckForceRestart']
|
6645
6659
|
@CvmDelayOnlineTime = params['CvmDelayOnlineTime']
|
6660
|
+
@ShardAllocationConcurrents = params['ShardAllocationConcurrents']
|
6661
|
+
@ShardAllocationBytes = params['ShardAllocationBytes']
|
6646
6662
|
end
|
6647
6663
|
end
|
6648
6664
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-es
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.869
|
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-07-
|
11
|
+
date: 2024-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|