tencentcloud-sdk-tse 1.0.273 → 1.0.276
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 +7 -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: ae8f01da829efbcd2376af23e7b4b9b551cb826b
|
4
|
+
data.tar.gz: 03d50d9e1c9d482b0ff81c3a96a4629228b304fa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e64fe9e3c9d58ddf502494bd5dc2cb93877287bcd178247965adf0ee3c81e2ade391b9e8d774329f9af019b470081cf450cd894bba6bc58f8677cec7262caa9
|
7
|
+
data.tar.gz: 1cc92a332c055f34ea1ea3e41267dec9b84d5ed0be7342fcdd5c42abc186aec0f04b57cf4b11fc748c85bcf5b5a6b69e7b7d999c700ed73a5c343b3a96ebcf0e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.276
|
data/lib/v20201207/models.rb
CHANGED
@@ -367,10 +367,13 @@ module TencentCloud
|
|
367
367
|
# @param EnableConsoleIntranet: 引擎实例是否开启控制台内网访问地址
|
368
368
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
369
369
|
# @type EnableConsoleIntranet: Boolean
|
370
|
+
# @param ConfigInfoVisible: 引擎实例是否展示参数配置页面
|
371
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
372
|
+
# @type ConfigInfoVisible: Boolean
|
370
373
|
|
371
|
-
attr_accessor :InstanceId, :Name, :Edition, :Status, :SpecId, :Replica, :Type, :VpcId, :SubnetIds, :EnableStorage, :StorageType, :StorageCapacity, :Paymode, :EKSClusterID, :CreateTime, :EnvInfos, :EngineRegion, :EnableInternet, :VpcInfos, :ServiceGovernanceInfos, :Tags, :EnableConsoleInternet, :EnableConsoleIntranet
|
374
|
+
attr_accessor :InstanceId, :Name, :Edition, :Status, :SpecId, :Replica, :Type, :VpcId, :SubnetIds, :EnableStorage, :StorageType, :StorageCapacity, :Paymode, :EKSClusterID, :CreateTime, :EnvInfos, :EngineRegion, :EnableInternet, :VpcInfos, :ServiceGovernanceInfos, :Tags, :EnableConsoleInternet, :EnableConsoleIntranet, :ConfigInfoVisible
|
372
375
|
|
373
|
-
def initialize(instanceid=nil, name=nil, edition=nil, status=nil, specid=nil, replica=nil, type=nil, vpcid=nil, subnetids=nil, enablestorage=nil, storagetype=nil, storagecapacity=nil, paymode=nil, eksclusterid=nil, createtime=nil, envinfos=nil, engineregion=nil, enableinternet=nil, vpcinfos=nil, servicegovernanceinfos=nil, tags=nil, enableconsoleinternet=nil, enableconsoleintranet=nil)
|
376
|
+
def initialize(instanceid=nil, name=nil, edition=nil, status=nil, specid=nil, replica=nil, type=nil, vpcid=nil, subnetids=nil, enablestorage=nil, storagetype=nil, storagecapacity=nil, paymode=nil, eksclusterid=nil, createtime=nil, envinfos=nil, engineregion=nil, enableinternet=nil, vpcinfos=nil, servicegovernanceinfos=nil, tags=nil, enableconsoleinternet=nil, enableconsoleintranet=nil, configinfovisible=nil)
|
374
377
|
@InstanceId = instanceid
|
375
378
|
@Name = name
|
376
379
|
@Edition = edition
|
@@ -394,6 +397,7 @@ module TencentCloud
|
|
394
397
|
@Tags = tags
|
395
398
|
@EnableConsoleInternet = enableconsoleinternet
|
396
399
|
@EnableConsoleIntranet = enableconsoleintranet
|
400
|
+
@ConfigInfoVisible = configinfovisible
|
397
401
|
end
|
398
402
|
|
399
403
|
def deserialize(params)
|
@@ -448,6 +452,7 @@ module TencentCloud
|
|
448
452
|
end
|
449
453
|
@EnableConsoleInternet = params['EnableConsoleInternet']
|
450
454
|
@EnableConsoleIntranet = params['EnableConsoleIntranet']
|
455
|
+
@ConfigInfoVisible = params['ConfigInfoVisible']
|
451
456
|
end
|
452
457
|
end
|
453
458
|
|
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.276
|
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-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|