tencentcloud-sdk-tse 1.0.270 → 1.0.273
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 +14 -2
- 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: d12a8533a1c6b15c31afb0a9ab1d4c80e3d28c1f
|
4
|
+
data.tar.gz: a7b25958da6ce87502d33930e0d1230ade3195b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 386ce24c0ad5478adb0421501d8e0657dfa649caa656a3b5a74043924b19a0bf6300d95f061de0a6204cd9b1e732d021845b0f592918514104464fe7c5b34cfc
|
7
|
+
data.tar.gz: 0611a18ec146c51538ef35e3795515073434d877af82d0a8ce9bf1bf854f446f17cd78055857a98858386ac1a22ee7f9e507df64906fc0c48ee5b082bfc88319
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.273
|
data/lib/v20201207/models.rb
CHANGED
@@ -219,10 +219,16 @@ module TencentCloud
|
|
219
219
|
# @type EnableConfigInternet: Boolean
|
220
220
|
# @param ConfigInternetServiceIp: config-server公网访问地址
|
221
221
|
# @type ConfigInternetServiceIp: String
|
222
|
+
# @param SpecId: 规格ID
|
223
|
+
# @type SpecId: String
|
224
|
+
# @param EnvReplica: 环境的节点数
|
225
|
+
# @type EnvReplica: Integer
|
226
|
+
# @param RunningCount: 环境运行的节点数
|
227
|
+
# @type RunningCount: Integer
|
222
228
|
|
223
|
-
attr_accessor :EnvName, :VpcInfos, :StorageCapacity, :Status, :AdminServiceIp, :ConfigServiceIp, :EnableConfigInternet, :ConfigInternetServiceIp
|
229
|
+
attr_accessor :EnvName, :VpcInfos, :StorageCapacity, :Status, :AdminServiceIp, :ConfigServiceIp, :EnableConfigInternet, :ConfigInternetServiceIp, :SpecId, :EnvReplica, :RunningCount
|
224
230
|
|
225
|
-
def initialize(envname=nil, vpcinfos=nil, storagecapacity=nil, status=nil, adminserviceip=nil, configserviceip=nil, enableconfiginternet=nil, configinternetserviceip=nil)
|
231
|
+
def initialize(envname=nil, vpcinfos=nil, storagecapacity=nil, status=nil, adminserviceip=nil, configserviceip=nil, enableconfiginternet=nil, configinternetserviceip=nil, specid=nil, envreplica=nil, runningcount=nil)
|
226
232
|
@EnvName = envname
|
227
233
|
@VpcInfos = vpcinfos
|
228
234
|
@StorageCapacity = storagecapacity
|
@@ -231,6 +237,9 @@ module TencentCloud
|
|
231
237
|
@ConfigServiceIp = configserviceip
|
232
238
|
@EnableConfigInternet = enableconfiginternet
|
233
239
|
@ConfigInternetServiceIp = configinternetserviceip
|
240
|
+
@SpecId = specid
|
241
|
+
@EnvReplica = envreplica
|
242
|
+
@RunningCount = runningcount
|
234
243
|
end
|
235
244
|
|
236
245
|
def deserialize(params)
|
@@ -249,6 +258,9 @@ module TencentCloud
|
|
249
258
|
@ConfigServiceIp = params['ConfigServiceIp']
|
250
259
|
@EnableConfigInternet = params['EnableConfigInternet']
|
251
260
|
@ConfigInternetServiceIp = params['ConfigInternetServiceIp']
|
261
|
+
@SpecId = params['SpecId']
|
262
|
+
@EnvReplica = params['EnvReplica']
|
263
|
+
@RunningCount = params['RunningCount']
|
252
264
|
end
|
253
265
|
end
|
254
266
|
|
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: 1.0.
|
4
|
+
version: 1.0.273
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|