tencentcloud-sdk-tse 1.0.201 → 1.0.205
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 +24 -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: de0095bc7eaa31482c1e165c1e23f168914f175e
|
4
|
+
data.tar.gz: 5fcb7a97c6b42a5113943dab46fb712a97d64540
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3b510b96b9f40a813bcfebc86f58f3781bfa44fba6e6ec45a3e67c78b3cda1d821e9e74fa2d7b2ee8e17ae0b9052e9d4a694360c2e4dc685c3eee1a80e2aec
|
7
|
+
data.tar.gz: 5bd36bef5cf8e0c88e3a4e8cc4bd56a20e01ce4edf457df115da077f087707e29fa4721d0e2257f76f851176ae50b4623be90039b1053f396e3fef8df85f5b7a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.205
|
data/lib/v20201207/models.rb
CHANGED
@@ -70,15 +70,23 @@ module TencentCloud
|
|
70
70
|
# @type InternetAddress: String
|
71
71
|
# @param EnvAddressInfos: apollo多环境公网ip
|
72
72
|
# @type EnvAddressInfos: Array
|
73
|
+
# @param ConsoleInternetAddress: 控制台公网访问地址
|
74
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
75
|
+
# @type ConsoleInternetAddress: String
|
76
|
+
# @param ConsoleIntranetAddress: 控制台内网访问地址
|
77
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
78
|
+
# @type ConsoleIntranetAddress: String
|
73
79
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
74
80
|
# @type RequestId: String
|
75
81
|
|
76
|
-
attr_accessor :IntranetAddress, :InternetAddress, :EnvAddressInfos, :RequestId
|
82
|
+
attr_accessor :IntranetAddress, :InternetAddress, :EnvAddressInfos, :ConsoleInternetAddress, :ConsoleIntranetAddress, :RequestId
|
77
83
|
|
78
|
-
def initialize(intranetaddress=nil, internetaddress=nil, envaddressinfos=nil, requestid=nil)
|
84
|
+
def initialize(intranetaddress=nil, internetaddress=nil, envaddressinfos=nil, consoleinternetaddress=nil, consoleintranetaddress=nil, requestid=nil)
|
79
85
|
@IntranetAddress = intranetaddress
|
80
86
|
@InternetAddress = internetaddress
|
81
87
|
@EnvAddressInfos = envaddressinfos
|
88
|
+
@ConsoleInternetAddress = consoleinternetaddress
|
89
|
+
@ConsoleIntranetAddress = consoleintranetaddress
|
82
90
|
@RequestId = requestid
|
83
91
|
end
|
84
92
|
|
@@ -93,6 +101,8 @@ module TencentCloud
|
|
93
101
|
@EnvAddressInfos << envaddressinfo_tmp
|
94
102
|
end
|
95
103
|
end
|
104
|
+
@ConsoleInternetAddress = params['ConsoleInternetAddress']
|
105
|
+
@ConsoleIntranetAddress = params['ConsoleIntranetAddress']
|
96
106
|
@RequestId = params['RequestId']
|
97
107
|
end
|
98
108
|
end
|
@@ -335,10 +345,16 @@ module TencentCloud
|
|
335
345
|
# @param Tags: 实例的标签信息
|
336
346
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
337
347
|
# @type Tags: Array
|
348
|
+
# @param EnableConsoleInternet: 引擎实例是否开启控制台公网访问地址
|
349
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
350
|
+
# @type EnableConsoleInternet: Boolean
|
351
|
+
# @param EnableConsoleIntranet: 引擎实例是否开启控制台内网访问地址
|
352
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
353
|
+
# @type EnableConsoleIntranet: Boolean
|
338
354
|
|
339
|
-
attr_accessor :InstanceId, :Name, :Edition, :Status, :SpecId, :Replica, :Type, :VpcId, :SubnetIds, :EnableStorage, :StorageType, :StorageCapacity, :Paymode, :EKSClusterID, :CreateTime, :EnvInfos, :EngineRegion, :EnableInternet, :VpcInfos, :ServiceGovernanceInfos, :Tags
|
355
|
+
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
|
340
356
|
|
341
|
-
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)
|
357
|
+
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)
|
342
358
|
@InstanceId = instanceid
|
343
359
|
@Name = name
|
344
360
|
@Edition = edition
|
@@ -360,6 +376,8 @@ module TencentCloud
|
|
360
376
|
@VpcInfos = vpcinfos
|
361
377
|
@ServiceGovernanceInfos = servicegovernanceinfos
|
362
378
|
@Tags = tags
|
379
|
+
@EnableConsoleInternet = enableconsoleinternet
|
380
|
+
@EnableConsoleIntranet = enableconsoleintranet
|
363
381
|
end
|
364
382
|
|
365
383
|
def deserialize(params)
|
@@ -412,6 +430,8 @@ module TencentCloud
|
|
412
430
|
@Tags << kvpair_tmp
|
413
431
|
end
|
414
432
|
end
|
433
|
+
@EnableConsoleInternet = params['EnableConsoleInternet']
|
434
|
+
@EnableConsoleIntranet = params['EnableConsoleIntranet']
|
415
435
|
end
|
416
436
|
end
|
417
437
|
|
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.205
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|