tencentcloud-sdk-tse 3.0.820 → 3.0.821
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/v20201207/models.rb +11 -2
- 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: bbb49f41a10ea3c88a9d1227e6ff929004696729
|
|
4
|
+
data.tar.gz: 05f246d883eff925dd55fd7d559de85e1bd23977
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc3f40560ebd40683ec209282d0a637ee64e4d638adbac56bd0cc003f169c993c98d0c9eb043875a9c095e8f8cdcb7492f8b97031488076b7591eeee9b39f754
|
|
7
|
+
data.tar.gz: c1a97d86573c5ea9edb260dd68d5b20260337740dd201bf89bc50f4c252e906a61031e1e7cdf5cb2ecbafb526294dfe510645eef80b31bf202f91ed1e6b67d53
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.821
|
data/lib/v20201207/models.rb
CHANGED
|
@@ -2628,15 +2628,20 @@ module TencentCloud
|
|
|
2628
2628
|
# - 固定Leader所在地域当前仅支持跨两个地域
|
|
2629
2629
|
# - leader地域的副本数必须是3/2 + 1,5/2+1,7/2+1,也就是 2,3,4
|
|
2630
2630
|
# @type EngineRegionInfos: Array
|
|
2631
|
+
# @param StorageType: zk标准版请填CLOUD_PREMIUM,zk标准版无法选择磁盘类型和磁盘容量,默认为CLOUD_PREMIUM
|
|
2632
|
+
# zk专业版可以为:CLOUD_SSD,CLOUD_SSD_PLUS,CLOUD_PREMIUM
|
|
2633
|
+
# @type StorageType: String
|
|
2634
|
+
# @param StorageCapacity: zk标准版请填50,zk标准版无法选择磁盘类型和磁盘容量,磁盘容量默认为50
|
|
2635
|
+
# @type StorageCapacity: Integer
|
|
2631
2636
|
# @param StorageOption: zk专业版至多有两个盘,且磁盘的容量在50-3200之间
|
|
2632
2637
|
# 如果只有一个磁盘,storageCapacity与storageOption里面的capacity应该一致
|
|
2633
2638
|
# @type StorageOption: Array
|
|
2634
2639
|
# @param AffinityConstraint: ZK引擎实例,可用区分布约束,STRICT:强约束,PERMISSIVE: 弱约束
|
|
2635
2640
|
# @type AffinityConstraint: String
|
|
2636
2641
|
|
|
2637
|
-
attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageOption, :AffinityConstraint
|
|
2642
|
+
attr_accessor :EngineType, :EngineVersion, :EngineProductVersion, :EngineRegion, :EngineName, :TradeType, :EngineResourceSpec, :EngineNodeNum, :VpcId, :SubnetId, :ApolloEnvParams, :EngineTags, :EngineAdmin, :PrepaidPeriod, :PrepaidRenewFlag, :EngineRegionInfos, :StorageType, :StorageCapacity, :StorageOption, :AffinityConstraint
|
|
2638
2643
|
|
|
2639
|
-
def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storageoption=nil, affinityconstraint=nil)
|
|
2644
|
+
def initialize(enginetype=nil, engineversion=nil, engineproductversion=nil, engineregion=nil, enginename=nil, tradetype=nil, engineresourcespec=nil, enginenodenum=nil, vpcid=nil, subnetid=nil, apolloenvparams=nil, enginetags=nil, engineadmin=nil, prepaidperiod=nil, prepaidrenewflag=nil, engineregioninfos=nil, storagetype=nil, storagecapacity=nil, storageoption=nil, affinityconstraint=nil)
|
|
2640
2645
|
@EngineType = enginetype
|
|
2641
2646
|
@EngineVersion = engineversion
|
|
2642
2647
|
@EngineProductVersion = engineproductversion
|
|
@@ -2653,6 +2658,8 @@ module TencentCloud
|
|
|
2653
2658
|
@PrepaidPeriod = prepaidperiod
|
|
2654
2659
|
@PrepaidRenewFlag = prepaidrenewflag
|
|
2655
2660
|
@EngineRegionInfos = engineregioninfos
|
|
2661
|
+
@StorageType = storagetype
|
|
2662
|
+
@StorageCapacity = storagecapacity
|
|
2656
2663
|
@StorageOption = storageoption
|
|
2657
2664
|
@AffinityConstraint = affinityconstraint
|
|
2658
2665
|
end
|
|
@@ -2698,6 +2705,8 @@ module TencentCloud
|
|
|
2698
2705
|
@EngineRegionInfos << engineregioninfo_tmp
|
|
2699
2706
|
end
|
|
2700
2707
|
end
|
|
2708
|
+
@StorageType = params['StorageType']
|
|
2709
|
+
@StorageCapacity = params['StorageCapacity']
|
|
2701
2710
|
unless params['StorageOption'].nil?
|
|
2702
2711
|
@StorageOption = []
|
|
2703
2712
|
params['StorageOption'].each do |i|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tse
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.821
|
|
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-05-
|
|
11
|
+
date: 2024-05-14 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-tse.rb
|
|
36
37
|
- lib/v20201207/client.rb
|
|
37
38
|
- lib/v20201207/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-tse.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|