tencentcloud-sdk-es 3.0.868 → 3.0.870
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/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: ec5adff823c6e604e72b2b4a75ecaf794d94e4bd
|
4
|
+
data.tar.gz: 2cd8cf3bc73e88ad0de8a5e6cb25caec80d6a461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5076521ef7caf0503f6b65df3836634df0e24ac1375f0d4b0c9aa2e474481d4084f9b29216f088f3c6b6f5b68069894b24991d092ece42fa884ed731b4ef96a8
|
7
|
+
data.tar.gz: 993d77f68a9d76a2477c785be303436ceeab6bf5a74be2d23704995613c2597ec2eb5fcda928469a0b315144d6ebfb33015cb50a0a4aa475e26375e34eccd488
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.870
|
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.870
|
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-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|