tencentcloud-sdk-tse 3.0.505 → 3.0.507

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +24 -7
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddd0601c914d64a3fe4ab8fc3e86aac4d8f087cb
4
- data.tar.gz: 20f690df942d3440b4977431716c7f072976d7f9
3
+ metadata.gz: e7be89c025275027dd99f98922f2e06cf8a87cad
4
+ data.tar.gz: 110033033ec769235c75e964b52022662fb9784d
5
5
  SHA512:
6
- metadata.gz: 2ac18cd920d67e403327cc3e770c0536c6d542dabf7766c9bf48f544ff55783a77a53072694df699f7ef63f8cacd5d1c1d03c3081c58430331e885789813314e
7
- data.tar.gz: a9d5a5cafe9a650f308071dd10a5cb2a8ada6a9896d936ea30501751324630897331028ff5c7a21e065c35be60cd42dea8787264fa86a9e58122827c82583bc8
6
+ metadata.gz: 7e8c97f89630d4dd5e544ca103909cde3668edb5eefdd1657b489ec637878ddd1112e8433cc1e6ac7fcc3e21f1d774918f8bdcc0dbdf427a9ad8d906e76b2fc9
7
+ data.tar.gz: c0285576d0497006ee00ec16f6c9128b79eff87f4e921edbab0c100f8d2abdda01be4052a74319b595598c2a9ea3e4988576f0f660282bca4d7d3240f83357c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.505
1
+ 3.0.507
@@ -22,6 +22,9 @@ module TencentCloud
22
22
  # @param Name: 环境名称
23
23
  # @type Name: String
24
24
  # @param EngineResourceSpec: 环境内引擎的节点规格 ID
25
+ # -1C2G
26
+ # -2C4G
27
+ # 兼容原spec-xxxxxx形式的规格ID
25
28
  # @type EngineResourceSpec: String
26
29
  # @param EngineNodeNum: 环境内引擎的节点数量
27
30
  # @type EngineNodeNum: Integer
@@ -31,16 +34,19 @@ module TencentCloud
31
34
  # @type VpcId: String
32
35
  # @param SubnetId: 子网 ID。在 VPC 的子网内分配一个 IP 作为 ConfigServer 的访问地址
33
36
  # @type SubnetId: String
37
+ # @param EnvDesc: 环境描述
38
+ # @type EnvDesc: String
34
39
 
35
- attr_accessor :Name, :EngineResourceSpec, :EngineNodeNum, :StorageCapacity, :VpcId, :SubnetId
40
+ attr_accessor :Name, :EngineResourceSpec, :EngineNodeNum, :StorageCapacity, :VpcId, :SubnetId, :EnvDesc
36
41
 
37
- def initialize(name=nil, engineresourcespec=nil, enginenodenum=nil, storagecapacity=nil, vpcid=nil, subnetid=nil)
42
+ def initialize(name=nil, engineresourcespec=nil, enginenodenum=nil, storagecapacity=nil, vpcid=nil, subnetid=nil, envdesc=nil)
38
43
  @Name = name
39
44
  @EngineResourceSpec = engineresourcespec
40
45
  @EngineNodeNum = enginenodenum
41
46
  @StorageCapacity = storagecapacity
42
47
  @VpcId = vpcid
43
48
  @SubnetId = subnetid
49
+ @EnvDesc = envdesc
44
50
  end
45
51
 
46
52
  def deserialize(params)
@@ -50,6 +56,7 @@ module TencentCloud
50
56
  @StorageCapacity = params['StorageCapacity']
51
57
  @VpcId = params['VpcId']
52
58
  @SubnetId = params['SubnetId']
59
+ @EnvDesc = params['EnvDesc']
53
60
  end
54
61
  end
55
62
 
@@ -116,12 +123,17 @@ module TencentCloud
116
123
 
117
124
  # 引擎各版本及可选择的规格、节点数说明:
118
125
  # apollo - STANDARD版本
119
- # 规格列表:spec-qcr53kf1t(1C2G),spec-qdr53kf2w(2C4G
126
+ # 规格列表:1C2G2C4G、4C8G、8C16G、16C32G
120
127
  # 节点数:1,2,3,4,5
121
128
 
122
129
  # eureka - STANDARD版本
123
- # 规格列表:spec-qvj6k7t4q(1C2G),spec-qcr53kfjt(2C4G),spec-qvj6k7t4m(4G8G),spec-qcr54kfjt(8C16G),spec-qcr55kfjt(16C32G
130
+ # 规格列表:1C2G2C4G、4C8G、8C16G16C32G
124
131
  # 节点数:3,4,5
132
+
133
+ # polarismesh - STANDARD版本
134
+ # 规格列表:NUM50、NUM100、NUM200、NUM500、NUM1000、NUM5000、NUM10000、NUM50000
135
+
136
+ # 兼容原spec-xxxxxx形式的规格ID
125
137
  # @type EngineProductVersion: String
126
138
  # @param EngineRegion: 引擎所在地域。参考值说明:
127
139
  # 中国区 参考值:
@@ -148,7 +160,7 @@ module TencentCloud
148
160
  # @type EngineName: String
149
161
  # @param TradeType: 付费类型。参考值:
150
162
  # - 0:后付费
151
- # - 1:预付费
163
+ # - 1:预付费(接口暂不支持创建预付费实例)
152
164
  # @type TradeType: Integer
153
165
  # @param EngineResourceSpec: 引擎的节点规格 ID。参见EngineProductVersion字段说明
154
166
  # @type EngineResourceSpec: String
@@ -839,14 +851,18 @@ module TencentCloud
839
851
  # @param ConfigIntranetAddress: config内网访问地址
840
852
  # 注意:此字段可能返回 null,表示取不到有效值。
841
853
  # @type ConfigIntranetAddress: String
854
+ # @param EnableConfigIntranet: 是否开启config内网clb
855
+ # 注意:此字段可能返回 null,表示取不到有效值。
856
+ # @type EnableConfigIntranet: Boolean
842
857
 
843
- attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress
858
+ attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress, :EnableConfigIntranet
844
859
 
845
- def initialize(envname=nil, enableconfiginternet=nil, configinternetserviceip=nil, configintranetaddress=nil)
860
+ def initialize(envname=nil, enableconfiginternet=nil, configinternetserviceip=nil, configintranetaddress=nil, enableconfigintranet=nil)
846
861
  @EnvName = envname
847
862
  @EnableConfigInternet = enableconfiginternet
848
863
  @ConfigInternetServiceIp = configinternetserviceip
849
864
  @ConfigIntranetAddress = configintranetaddress
865
+ @EnableConfigIntranet = enableconfigintranet
850
866
  end
851
867
 
852
868
  def deserialize(params)
@@ -854,6 +870,7 @@ module TencentCloud
854
870
  @EnableConfigInternet = params['EnableConfigInternet']
855
871
  @ConfigInternetServiceIp = params['ConfigInternetServiceIp']
856
872
  @ConfigIntranetAddress = params['ConfigIntranetAddress']
873
+ @EnableConfigIntranet = params['EnableConfigIntranet']
857
874
  end
858
875
  end
859
876
 
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.505
4
+ version: 3.0.507
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common