tencentcloud-sdk-tse 3.0.515 → 3.0.516
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 +38 -8
- 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: 7059934cc12c023225188458e2ed25a25c2b2e64
|
4
|
+
data.tar.gz: fc17cc41176d290d61288f17eb4bcb0456673dab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4839da1ed6eb9d311eaf9b7d9ff33725258be5500c2331ae2ec869af32fa8a00ddf06ca76ad5b3a6513019a236ef47b2c8a33ad91da0083a5b05ad8144f34f4
|
7
|
+
data.tar.gz: 0b4776e71b5520d793203727fefa7d65e43af3689acddb42ca71eee3e34a89646f636be339a49c219c6854b1d9f95258368ab52e22e11d0ad607e1676ecc4ae4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.516
|
data/lib/v20201207/models.rb
CHANGED
@@ -854,15 +854,19 @@ module TencentCloud
|
|
854
854
|
# @param EnableConfigIntranet: 是否开启config内网clb
|
855
855
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
856
856
|
# @type EnableConfigIntranet: Boolean
|
857
|
+
# @param InternetBandWidth: 客户端公网带宽
|
858
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
859
|
+
# @type InternetBandWidth: Integer
|
857
860
|
|
858
|
-
attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress, :EnableConfigIntranet
|
861
|
+
attr_accessor :EnvName, :EnableConfigInternet, :ConfigInternetServiceIp, :ConfigIntranetAddress, :EnableConfigIntranet, :InternetBandWidth
|
859
862
|
|
860
|
-
def initialize(envname=nil, enableconfiginternet=nil, configinternetserviceip=nil, configintranetaddress=nil, enableconfigintranet=nil)
|
863
|
+
def initialize(envname=nil, enableconfiginternet=nil, configinternetserviceip=nil, configintranetaddress=nil, enableconfigintranet=nil, internetbandwidth=nil)
|
861
864
|
@EnvName = envname
|
862
865
|
@EnableConfigInternet = enableconfiginternet
|
863
866
|
@ConfigInternetServiceIp = configinternetserviceip
|
864
867
|
@ConfigIntranetAddress = configintranetaddress
|
865
868
|
@EnableConfigIntranet = enableconfigintranet
|
869
|
+
@InternetBandWidth = internetbandwidth
|
866
870
|
end
|
867
871
|
|
868
872
|
def deserialize(params)
|
@@ -871,6 +875,7 @@ module TencentCloud
|
|
871
875
|
@ConfigInternetServiceIp = params['ConfigInternetServiceIp']
|
872
876
|
@ConfigIntranetAddress = params['ConfigIntranetAddress']
|
873
877
|
@EnableConfigIntranet = params['EnableConfigIntranet']
|
878
|
+
@InternetBandWidth = params['InternetBandWidth']
|
874
879
|
end
|
875
880
|
end
|
876
881
|
|
@@ -1026,16 +1031,20 @@ module TencentCloud
|
|
1026
1031
|
# @param ZoneId: 可用区ID
|
1027
1032
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1028
1033
|
# @type ZoneId: String
|
1034
|
+
# @param VpcId: VPC ID
|
1035
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1036
|
+
# @type VpcId: String
|
1029
1037
|
|
1030
|
-
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId
|
1038
|
+
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :VpcId
|
1031
1039
|
|
1032
|
-
def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil)
|
1040
|
+
def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil, vpcid=nil)
|
1033
1041
|
@Name = name
|
1034
1042
|
@Role = role
|
1035
1043
|
@Status = status
|
1036
1044
|
@SubnetId = subnetid
|
1037
1045
|
@Zone = zone
|
1038
1046
|
@ZoneId = zoneid
|
1047
|
+
@VpcId = vpcid
|
1039
1048
|
end
|
1040
1049
|
|
1041
1050
|
def deserialize(params)
|
@@ -1045,6 +1054,7 @@ module TencentCloud
|
|
1045
1054
|
@SubnetId = params['SubnetId']
|
1046
1055
|
@Zone = params['Zone']
|
1047
1056
|
@ZoneId = params['ZoneId']
|
1057
|
+
@VpcId = params['VpcId']
|
1048
1058
|
end
|
1049
1059
|
end
|
1050
1060
|
|
@@ -1166,10 +1176,19 @@ module TencentCloud
|
|
1166
1176
|
# @param RegionInfos: 实例地域相关的描述信息
|
1167
1177
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1168
1178
|
# @type RegionInfos: Array
|
1179
|
+
# @param EKSType: 所在EKS环境,分为common和yunti
|
1180
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1181
|
+
# @type EKSType: String
|
1182
|
+
# @param FeatureVersion: 引擎的产品版本
|
1183
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1184
|
+
# @type FeatureVersion: String
|
1185
|
+
# @param EnableClientIntranet: 引擎实例是否开启客户端内网访问地址
|
1186
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1187
|
+
# @type EnableClientIntranet: Boolean
|
1169
1188
|
|
1170
|
-
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, :ConsoleDefaultPwd, :TradeType, :AutoRenewFlag, :CurDeadline, :IsolateTime, :RegionInfos
|
1189
|
+
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, :ConsoleDefaultPwd, :TradeType, :AutoRenewFlag, :CurDeadline, :IsolateTime, :RegionInfos, :EKSType, :FeatureVersion, :EnableClientIntranet
|
1171
1190
|
|
1172
|
-
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, consoledefaultpwd=nil, tradetype=nil, autorenewflag=nil, curdeadline=nil, isolatetime=nil, regioninfos=nil)
|
1191
|
+
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, consoledefaultpwd=nil, tradetype=nil, autorenewflag=nil, curdeadline=nil, isolatetime=nil, regioninfos=nil, ekstype=nil, featureversion=nil, enableclientintranet=nil)
|
1173
1192
|
@InstanceId = instanceid
|
1174
1193
|
@Name = name
|
1175
1194
|
@Edition = edition
|
@@ -1200,6 +1219,9 @@ module TencentCloud
|
|
1200
1219
|
@CurDeadline = curdeadline
|
1201
1220
|
@IsolateTime = isolatetime
|
1202
1221
|
@RegionInfos = regioninfos
|
1222
|
+
@EKSType = ekstype
|
1223
|
+
@FeatureVersion = featureversion
|
1224
|
+
@EnableClientIntranet = enableclientintranet
|
1203
1225
|
end
|
1204
1226
|
|
1205
1227
|
def deserialize(params)
|
@@ -1268,6 +1290,9 @@ module TencentCloud
|
|
1268
1290
|
@RegionInfos << describeinstanceregioninfo_tmp
|
1269
1291
|
end
|
1270
1292
|
end
|
1293
|
+
@EKSType = params['EKSType']
|
1294
|
+
@FeatureVersion = params['FeatureVersion']
|
1295
|
+
@EnableClientIntranet = params['EnableClientIntranet']
|
1271
1296
|
end
|
1272
1297
|
end
|
1273
1298
|
|
@@ -1428,10 +1453,13 @@ module TencentCloud
|
|
1428
1453
|
# @param AliasName: 别名
|
1429
1454
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1430
1455
|
# @type AliasName: String
|
1456
|
+
# @param VpcId: VPC ID
|
1457
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1458
|
+
# @type VpcId: String
|
1431
1459
|
|
1432
|
-
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :AliasName
|
1460
|
+
attr_accessor :Name, :Role, :Status, :SubnetId, :Zone, :ZoneId, :AliasName, :VpcId
|
1433
1461
|
|
1434
|
-
def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil, aliasname=nil)
|
1462
|
+
def initialize(name=nil, role=nil, status=nil, subnetid=nil, zone=nil, zoneid=nil, aliasname=nil, vpcid=nil)
|
1435
1463
|
@Name = name
|
1436
1464
|
@Role = role
|
1437
1465
|
@Status = status
|
@@ -1439,6 +1467,7 @@ module TencentCloud
|
|
1439
1467
|
@Zone = zone
|
1440
1468
|
@ZoneId = zoneid
|
1441
1469
|
@AliasName = aliasname
|
1470
|
+
@VpcId = vpcid
|
1442
1471
|
end
|
1443
1472
|
|
1444
1473
|
def deserialize(params)
|
@@ -1449,6 +1478,7 @@ module TencentCloud
|
|
1449
1478
|
@Zone = params['Zone']
|
1450
1479
|
@ZoneId = params['ZoneId']
|
1451
1480
|
@AliasName = params['AliasName']
|
1481
|
+
@VpcId = params['VpcId']
|
1452
1482
|
end
|
1453
1483
|
end
|
1454
1484
|
|
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.516
|
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-
|
11
|
+
date: 2023-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|