tencentcloud-sdk-tse 3.0.1064 → 3.0.1066
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 +112 -60
- 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: ddcd50cb55f961253e1ca9638103a4a4891155ae
|
4
|
+
data.tar.gz: c288f60b8eea9cee60f1c9bac807492bda2e0821
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b107a849da1d4aa7390877536547a257da9cbf238c087f88617c5d0725221a60f1bfc7903ff502722c650ab985b7b413106ae06d085f1b6a6ca9cb19e287be7
|
7
|
+
data.tar.gz: e1023f03e20d789089964d85f8231c9ce9f95bf5a0bbbd0fd9a6d2ab03afd2ba8d29b00d70ac0b02ea4ee1e064a800bf49e0ac31c8a3ff86a629b5a80b706498
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1066
|
data/lib/v20201207/models.rb
CHANGED
@@ -823,8 +823,8 @@ module TencentCloud
|
|
823
823
|
|
824
824
|
attr_accessor :StrategyId, :StrategyName, :CreateTime, :ModifyTime, :Description, :Config, :GatewayId, :CronConfig, :MaxReplicas
|
825
825
|
extend Gem::Deprecate
|
826
|
-
deprecate :MaxReplicas, :none, 2025,
|
827
|
-
deprecate :MaxReplicas=, :none, 2025,
|
826
|
+
deprecate :MaxReplicas, :none, 2025, 5
|
827
|
+
deprecate :MaxReplicas=, :none, 2025, 5
|
828
828
|
|
829
829
|
def initialize(strategyid=nil, strategyname=nil, createtime=nil, modifytime=nil, description=nil, config=nil, gatewayid=nil, cronconfig=nil, maxreplicas=nil)
|
830
830
|
@StrategyId = strategyid
|
@@ -885,16 +885,16 @@ module TencentCloud
|
|
885
885
|
|
886
886
|
attr_accessor :MaxReplicas, :Metrics, :Enabled, :CreateTime, :ModifyTime, :StrategyId, :AutoScalerId, :Behavior
|
887
887
|
extend Gem::Deprecate
|
888
|
-
deprecate :Enabled, :none, 2025,
|
889
|
-
deprecate :Enabled=, :none, 2025,
|
890
|
-
deprecate :CreateTime, :none, 2025,
|
891
|
-
deprecate :CreateTime=, :none, 2025,
|
892
|
-
deprecate :ModifyTime, :none, 2025,
|
893
|
-
deprecate :ModifyTime=, :none, 2025,
|
894
|
-
deprecate :StrategyId, :none, 2025,
|
895
|
-
deprecate :StrategyId=, :none, 2025,
|
896
|
-
deprecate :AutoScalerId, :none, 2025,
|
897
|
-
deprecate :AutoScalerId=, :none, 2025,
|
888
|
+
deprecate :Enabled, :none, 2025, 5
|
889
|
+
deprecate :Enabled=, :none, 2025, 5
|
890
|
+
deprecate :CreateTime, :none, 2025, 5
|
891
|
+
deprecate :CreateTime=, :none, 2025, 5
|
892
|
+
deprecate :ModifyTime, :none, 2025, 5
|
893
|
+
deprecate :ModifyTime=, :none, 2025, 5
|
894
|
+
deprecate :StrategyId, :none, 2025, 5
|
895
|
+
deprecate :StrategyId=, :none, 2025, 5
|
896
|
+
deprecate :AutoScalerId, :none, 2025, 5
|
897
|
+
deprecate :AutoScalerId=, :none, 2025, 5
|
898
898
|
|
899
899
|
def initialize(maxreplicas=nil, metrics=nil, enabled=nil, createtime=nil, modifytime=nil, strategyid=nil, autoscalerid=nil, behavior=nil)
|
900
900
|
@MaxReplicas = maxreplicas
|
@@ -1015,14 +1015,14 @@ module TencentCloud
|
|
1015
1015
|
|
1016
1016
|
attr_accessor :Enabled, :Params, :CreateTime, :ModifyTime, :StrategyId
|
1017
1017
|
extend Gem::Deprecate
|
1018
|
-
deprecate :Enabled, :none, 2025,
|
1019
|
-
deprecate :Enabled=, :none, 2025,
|
1020
|
-
deprecate :CreateTime, :none, 2025,
|
1021
|
-
deprecate :CreateTime=, :none, 2025,
|
1022
|
-
deprecate :ModifyTime, :none, 2025,
|
1023
|
-
deprecate :ModifyTime=, :none, 2025,
|
1024
|
-
deprecate :StrategyId, :none, 2025,
|
1025
|
-
deprecate :StrategyId=, :none, 2025,
|
1018
|
+
deprecate :Enabled, :none, 2025, 5
|
1019
|
+
deprecate :Enabled=, :none, 2025, 5
|
1020
|
+
deprecate :CreateTime, :none, 2025, 5
|
1021
|
+
deprecate :CreateTime=, :none, 2025, 5
|
1022
|
+
deprecate :ModifyTime, :none, 2025, 5
|
1023
|
+
deprecate :ModifyTime=, :none, 2025, 5
|
1024
|
+
deprecate :StrategyId, :none, 2025, 5
|
1025
|
+
deprecate :StrategyId=, :none, 2025, 5
|
1026
1026
|
|
1027
1027
|
def initialize(enabled=nil, params=nil, createtime=nil, modifytime=nil, strategyid=nil)
|
1028
1028
|
@Enabled = enabled
|
@@ -1700,10 +1700,10 @@ module TencentCloud
|
|
1700
1700
|
|
1701
1701
|
attr_accessor :GatewayId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
1702
1702
|
extend Gem::Deprecate
|
1703
|
-
deprecate :CronScalerConfig, :none, 2025,
|
1704
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
1705
|
-
deprecate :MaxReplicas, :none, 2025,
|
1706
|
-
deprecate :MaxReplicas=, :none, 2025,
|
1703
|
+
deprecate :CronScalerConfig, :none, 2025, 5
|
1704
|
+
deprecate :CronScalerConfig=, :none, 2025, 5
|
1705
|
+
deprecate :MaxReplicas, :none, 2025, 5
|
1706
|
+
deprecate :MaxReplicas=, :none, 2025, 5
|
1707
1707
|
|
1708
1708
|
def initialize(gatewayid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
1709
1709
|
@GatewayId = gatewayid
|
@@ -1746,8 +1746,8 @@ module TencentCloud
|
|
1746
1746
|
|
1747
1747
|
attr_accessor :Result, :StrategyId, :RequestId
|
1748
1748
|
extend Gem::Deprecate
|
1749
|
-
deprecate :Result, :none, 2025,
|
1750
|
-
deprecate :Result=, :none, 2025,
|
1749
|
+
deprecate :Result, :none, 2025, 5
|
1750
|
+
deprecate :Result=, :none, 2025, 5
|
1751
1751
|
|
1752
1752
|
def initialize(result=nil, strategyid=nil, requestid=nil)
|
1753
1753
|
@Result = result
|
@@ -1833,10 +1833,10 @@ module TencentCloud
|
|
1833
1833
|
|
1834
1834
|
attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
|
1835
1835
|
extend Gem::Deprecate
|
1836
|
-
deprecate :Key, :none, 2025,
|
1837
|
-
deprecate :Key=, :none, 2025,
|
1838
|
-
deprecate :Crt, :none, 2025,
|
1839
|
-
deprecate :Crt=, :none, 2025,
|
1836
|
+
deprecate :Key, :none, 2025, 5
|
1837
|
+
deprecate :Key=, :none, 2025, 5
|
1838
|
+
deprecate :Crt, :none, 2025, 5
|
1839
|
+
deprecate :Crt=, :none, 2025, 5
|
1840
1840
|
|
1841
1841
|
def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
|
1842
1842
|
@GatewayId = gatewayid
|
@@ -2171,8 +2171,8 @@ module TencentCloud
|
|
2171
2171
|
|
2172
2172
|
attr_accessor :GatewayId, :ServiceID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
2173
2173
|
extend Gem::Deprecate
|
2174
|
-
deprecate :ForceHttps, :none, 2025,
|
2175
|
-
deprecate :ForceHttps=, :none, 2025,
|
2174
|
+
deprecate :ForceHttps, :none, 2025, 5
|
2175
|
+
deprecate :ForceHttps=, :none, 2025, 5
|
2176
2176
|
|
2177
2177
|
def initialize(gatewayid=nil, serviceid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
2178
2178
|
@GatewayId = gatewayid
|
@@ -6993,8 +6993,8 @@ module TencentCloud
|
|
6993
6993
|
|
6994
6994
|
attr_accessor :GatewayId, :Type, :TypeList
|
6995
6995
|
extend Gem::Deprecate
|
6996
|
-
deprecate :Type, :none, 2025,
|
6997
|
-
deprecate :Type=, :none, 2025,
|
6996
|
+
deprecate :Type, :none, 2025, 5
|
6997
|
+
deprecate :Type=, :none, 2025, 5
|
6998
6998
|
|
6999
6999
|
def initialize(gatewayid=nil, type=nil, typelist=nil)
|
7000
7000
|
@GatewayId = gatewayid
|
@@ -7458,10 +7458,13 @@ module TencentCloud
|
|
7458
7458
|
# @type Id: String
|
7459
7459
|
# @param Editable: 该服务别名是否可以编辑
|
7460
7460
|
# @type Editable: Boolean
|
7461
|
+
# @param Metadatas: 元数据信息
|
7462
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7463
|
+
# @type Metadatas: Array
|
7461
7464
|
|
7462
|
-
attr_accessor :Alias, :AliasNamespace, :Service, :Namespace, :Comment, :CreateTime, :ModifyTime, :Id, :Editable
|
7465
|
+
attr_accessor :Alias, :AliasNamespace, :Service, :Namespace, :Comment, :CreateTime, :ModifyTime, :Id, :Editable, :Metadatas
|
7463
7466
|
|
7464
|
-
def initialize(_alias=nil, aliasnamespace=nil, service=nil, namespace=nil, comment=nil, createtime=nil, modifytime=nil, id=nil, editable=nil)
|
7467
|
+
def initialize(_alias=nil, aliasnamespace=nil, service=nil, namespace=nil, comment=nil, createtime=nil, modifytime=nil, id=nil, editable=nil, metadatas=nil)
|
7465
7468
|
@Alias = _alias
|
7466
7469
|
@AliasNamespace = aliasnamespace
|
7467
7470
|
@Service = service
|
@@ -7471,6 +7474,7 @@ module TencentCloud
|
|
7471
7474
|
@ModifyTime = modifytime
|
7472
7475
|
@Id = id
|
7473
7476
|
@Editable = editable
|
7477
|
+
@Metadatas = metadatas
|
7474
7478
|
end
|
7475
7479
|
|
7476
7480
|
def deserialize(params)
|
@@ -7483,6 +7487,14 @@ module TencentCloud
|
|
7483
7487
|
@ModifyTime = params['ModifyTime']
|
7484
7488
|
@Id = params['Id']
|
7485
7489
|
@Editable = params['Editable']
|
7490
|
+
unless params['Metadatas'].nil?
|
7491
|
+
@Metadatas = []
|
7492
|
+
params['Metadatas'].each do |i|
|
7493
|
+
metadata_tmp = Metadata.new
|
7494
|
+
metadata_tmp.deserialize(i)
|
7495
|
+
@Metadatas << metadata_tmp
|
7496
|
+
end
|
7497
|
+
end
|
7486
7498
|
end
|
7487
7499
|
end
|
7488
7500
|
|
@@ -7784,10 +7796,13 @@ module TencentCloud
|
|
7784
7796
|
# @type ServiceExportTo: Array
|
7785
7797
|
# @param SyncToGlobalRegistry: 是否开启同步到全局注册中心
|
7786
7798
|
# @type SyncToGlobalRegistry: Boolean
|
7799
|
+
# @param Metadatas: 元数据
|
7800
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7801
|
+
# @type Metadatas: Array
|
7787
7802
|
|
7788
|
-
attr_accessor :Name, :Comment, :CreateTime, :ModifyTime, :TotalServiceCount, :TotalHealthInstanceCount, :TotalInstanceCount, :Id, :Editable, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ServiceExportTo, :SyncToGlobalRegistry
|
7803
|
+
attr_accessor :Name, :Comment, :CreateTime, :ModifyTime, :TotalServiceCount, :TotalHealthInstanceCount, :TotalInstanceCount, :Id, :Editable, :UserIds, :GroupIds, :RemoveUserIds, :RemoveGroupIds, :ServiceExportTo, :SyncToGlobalRegistry, :Metadatas
|
7789
7804
|
|
7790
|
-
def initialize(name=nil, comment=nil, createtime=nil, modifytime=nil, totalservicecount=nil, totalhealthinstancecount=nil, totalinstancecount=nil, id=nil, editable=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, serviceexportto=nil, synctoglobalregistry=nil)
|
7805
|
+
def initialize(name=nil, comment=nil, createtime=nil, modifytime=nil, totalservicecount=nil, totalhealthinstancecount=nil, totalinstancecount=nil, id=nil, editable=nil, userids=nil, groupids=nil, removeuserids=nil, removegroupids=nil, serviceexportto=nil, synctoglobalregistry=nil, metadatas=nil)
|
7791
7806
|
@Name = name
|
7792
7807
|
@Comment = comment
|
7793
7808
|
@CreateTime = createtime
|
@@ -7803,6 +7818,7 @@ module TencentCloud
|
|
7803
7818
|
@RemoveGroupIds = removegroupids
|
7804
7819
|
@ServiceExportTo = serviceexportto
|
7805
7820
|
@SyncToGlobalRegistry = synctoglobalregistry
|
7821
|
+
@Metadatas = metadatas
|
7806
7822
|
end
|
7807
7823
|
|
7808
7824
|
def deserialize(params)
|
@@ -7821,6 +7837,14 @@ module TencentCloud
|
|
7821
7837
|
@RemoveGroupIds = params['RemoveGroupIds']
|
7822
7838
|
@ServiceExportTo = params['ServiceExportTo']
|
7823
7839
|
@SyncToGlobalRegistry = params['SyncToGlobalRegistry']
|
7840
|
+
unless params['Metadatas'].nil?
|
7841
|
+
@Metadatas = []
|
7842
|
+
params['Metadatas'].each do |i|
|
7843
|
+
metadata_tmp = Metadata.new
|
7844
|
+
metadata_tmp.deserialize(i)
|
7845
|
+
@Metadatas << metadata_tmp
|
7846
|
+
end
|
7847
|
+
end
|
7824
7848
|
end
|
7825
7849
|
end
|
7826
7850
|
|
@@ -7990,10 +8014,13 @@ module TencentCloud
|
|
7990
8014
|
# @type ModifyTime: String
|
7991
8015
|
# @param Interfaces: 契约接口列表
|
7992
8016
|
# @type Interfaces: Array
|
8017
|
+
# @param Metadatas: 元数据
|
8018
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8019
|
+
# @type Metadatas: Array
|
7993
8020
|
|
7994
|
-
attr_accessor :Name, :Namespace, :Protocol, :ID, :Service, :Version, :Revision, :Content, :CreateTime, :ModifyTime, :Interfaces
|
8021
|
+
attr_accessor :Name, :Namespace, :Protocol, :ID, :Service, :Version, :Revision, :Content, :CreateTime, :ModifyTime, :Interfaces, :Metadatas
|
7995
8022
|
|
7996
|
-
def initialize(name=nil, namespace=nil, protocol=nil, id=nil, service=nil, version=nil, revision=nil, content=nil, createtime=nil, modifytime=nil, interfaces=nil)
|
8023
|
+
def initialize(name=nil, namespace=nil, protocol=nil, id=nil, service=nil, version=nil, revision=nil, content=nil, createtime=nil, modifytime=nil, interfaces=nil, metadatas=nil)
|
7997
8024
|
@Name = name
|
7998
8025
|
@Namespace = namespace
|
7999
8026
|
@Protocol = protocol
|
@@ -8005,6 +8032,7 @@ module TencentCloud
|
|
8005
8032
|
@CreateTime = createtime
|
8006
8033
|
@ModifyTime = modifytime
|
8007
8034
|
@Interfaces = interfaces
|
8035
|
+
@Metadatas = metadatas
|
8008
8036
|
end
|
8009
8037
|
|
8010
8038
|
def deserialize(params)
|
@@ -8026,6 +8054,14 @@ module TencentCloud
|
|
8026
8054
|
@Interfaces << governanceinterfacedescription_tmp
|
8027
8055
|
end
|
8028
8056
|
end
|
8057
|
+
unless params['Metadatas'].nil?
|
8058
|
+
@Metadatas = []
|
8059
|
+
params['Metadatas'].each do |i|
|
8060
|
+
metadata_tmp = Metadata.new
|
8061
|
+
metadata_tmp.deserialize(i)
|
8062
|
+
@Metadatas << metadata_tmp
|
8063
|
+
end
|
8064
|
+
end
|
8029
8065
|
end
|
8030
8066
|
end
|
8031
8067
|
|
@@ -8332,8 +8368,8 @@ module TencentCloud
|
|
8332
8368
|
|
8333
8369
|
attr_accessor :Total, :CertificatesList, :Pages
|
8334
8370
|
extend Gem::Deprecate
|
8335
|
-
deprecate :Pages, :none, 2025,
|
8336
|
-
deprecate :Pages=, :none, 2025,
|
8371
|
+
deprecate :Pages, :none, 2025, 5
|
8372
|
+
deprecate :Pages=, :none, 2025, 5
|
8337
8373
|
|
8338
8374
|
def initialize(total=nil, certificateslist=nil, pages=nil)
|
8339
8375
|
@Total = total
|
@@ -8474,8 +8510,8 @@ module TencentCloud
|
|
8474
8510
|
|
8475
8511
|
attr_accessor :ID, :Name, :Methods, :Paths, :Hosts, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :CreatedTime, :ForceHttps, :ServiceName, :ServiceID, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
8476
8512
|
extend Gem::Deprecate
|
8477
|
-
deprecate :ForceHttps, :none, 2025,
|
8478
|
-
deprecate :ForceHttps=, :none, 2025,
|
8513
|
+
deprecate :ForceHttps, :none, 2025, 5
|
8514
|
+
deprecate :ForceHttps=, :none, 2025, 5
|
8479
8515
|
|
8480
8516
|
def initialize(id=nil, name=nil, methods=nil, paths=nil, hosts=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, createdtime=nil, forcehttps=nil, servicename=nil, serviceid=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
8481
8517
|
@ID = id
|
@@ -9126,10 +9162,10 @@ module TencentCloud
|
|
9126
9162
|
|
9127
9163
|
attr_accessor :GatewayId, :StrategyId, :StrategyName, :Description, :Config, :CronScalerConfig, :MaxReplicas, :CronConfig
|
9128
9164
|
extend Gem::Deprecate
|
9129
|
-
deprecate :CronScalerConfig, :none, 2025,
|
9130
|
-
deprecate :CronScalerConfig=, :none, 2025,
|
9131
|
-
deprecate :MaxReplicas, :none, 2025,
|
9132
|
-
deprecate :MaxReplicas=, :none, 2025,
|
9165
|
+
deprecate :CronScalerConfig, :none, 2025, 5
|
9166
|
+
deprecate :CronScalerConfig=, :none, 2025, 5
|
9167
|
+
deprecate :MaxReplicas, :none, 2025, 5
|
9168
|
+
deprecate :MaxReplicas=, :none, 2025, 5
|
9133
9169
|
|
9134
9170
|
def initialize(gatewayid=nil, strategyid=nil, strategyname=nil, description=nil, config=nil, cronscalerconfig=nil, maxreplicas=nil, cronconfig=nil)
|
9135
9171
|
@GatewayId = gatewayid
|
@@ -9264,10 +9300,10 @@ module TencentCloud
|
|
9264
9300
|
|
9265
9301
|
attr_accessor :GatewayId, :Id, :Name, :Key, :Crt, :BindDomains, :CertId, :CertSource
|
9266
9302
|
extend Gem::Deprecate
|
9267
|
-
deprecate :Name, :none, 2025,
|
9268
|
-
deprecate :Name=, :none, 2025,
|
9269
|
-
deprecate :BindDomains, :none, 2025,
|
9270
|
-
deprecate :BindDomains=, :none, 2025,
|
9303
|
+
deprecate :Name, :none, 2025, 5
|
9304
|
+
deprecate :Name=, :none, 2025, 5
|
9305
|
+
deprecate :BindDomains, :none, 2025, 5
|
9306
|
+
deprecate :BindDomains=, :none, 2025, 5
|
9271
9307
|
|
9272
9308
|
def initialize(gatewayid=nil, id=nil, name=nil, key=nil, crt=nil, binddomains=nil, certid=nil, certsource=nil)
|
9273
9309
|
@GatewayId = gatewayid
|
@@ -9457,8 +9493,8 @@ module TencentCloud
|
|
9457
9493
|
|
9458
9494
|
attr_accessor :GatewayId, :ServiceID, :RouteID, :RouteName, :Methods, :Hosts, :Paths, :Protocols, :PreserveHost, :HttpsRedirectStatusCode, :StripPath, :ForceHttps, :DestinationPorts, :Headers, :RequestBuffering, :ResponseBuffering, :RegexPriority
|
9459
9495
|
extend Gem::Deprecate
|
9460
|
-
deprecate :ForceHttps, :none, 2025,
|
9461
|
-
deprecate :ForceHttps=, :none, 2025,
|
9496
|
+
deprecate :ForceHttps, :none, 2025, 5
|
9497
|
+
deprecate :ForceHttps=, :none, 2025, 5
|
9462
9498
|
|
9463
9499
|
def initialize(gatewayid=nil, serviceid=nil, routeid=nil, routename=nil, methods=nil, hosts=nil, paths=nil, protocols=nil, preservehost=nil, httpsredirectstatuscode=nil, strippath=nil, forcehttps=nil, destinationports=nil, headers=nil, requestbuffering=nil, responsebuffering=nil, regexpriority=nil)
|
9464
9500
|
@GatewayId = gatewayid
|
@@ -10962,10 +10998,18 @@ module TencentCloud
|
|
10962
10998
|
# @type ZookeeperRegionInfo: :class:`Tencentcloud::Tse.v20201207.models.ZookeeperRegionInfo`
|
10963
10999
|
# @param DeployMode: 部署架构
|
10964
11000
|
# @type DeployMode: String
|
10965
|
-
|
10966
|
-
|
10967
|
-
|
10968
|
-
|
11001
|
+
# @param GlobalType: 全局属性
|
11002
|
+
# @type GlobalType: String
|
11003
|
+
# @param GroupType: 所属组类型
|
11004
|
+
# @type GroupType: String
|
11005
|
+
# @param GroupId: 组id
|
11006
|
+
# @type GroupId: Array
|
11007
|
+
# @param IsMainRegion: 是否为主地域
|
11008
|
+
# @type IsMainRegion: Boolean
|
11009
|
+
|
11010
|
+
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, :StorageOption, :ZookeeperRegionInfo, :DeployMode, :GlobalType, :GroupType, :GroupId, :IsMainRegion
|
11011
|
+
|
11012
|
+
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, storageoption=nil, zookeeperregioninfo=nil, deploymode=nil, globaltype=nil, grouptype=nil, groupid=nil, ismainregion=nil)
|
10969
11013
|
@InstanceId = instanceid
|
10970
11014
|
@Name = name
|
10971
11015
|
@Edition = edition
|
@@ -11002,6 +11046,10 @@ module TencentCloud
|
|
11002
11046
|
@StorageOption = storageoption
|
11003
11047
|
@ZookeeperRegionInfo = zookeeperregioninfo
|
11004
11048
|
@DeployMode = deploymode
|
11049
|
+
@GlobalType = globaltype
|
11050
|
+
@GroupType = grouptype
|
11051
|
+
@GroupId = groupid
|
11052
|
+
@IsMainRegion = ismainregion
|
11005
11053
|
end
|
11006
11054
|
|
11007
11055
|
def deserialize(params)
|
@@ -11086,6 +11134,10 @@ module TencentCloud
|
|
11086
11134
|
@ZookeeperRegionInfo.deserialize(params['ZookeeperRegionInfo'])
|
11087
11135
|
end
|
11088
11136
|
@DeployMode = params['DeployMode']
|
11137
|
+
@GlobalType = params['GlobalType']
|
11138
|
+
@GroupType = params['GroupType']
|
11139
|
+
@GroupId = params['GroupId']
|
11140
|
+
@IsMainRegion = params['IsMainRegion']
|
11089
11141
|
end
|
11090
11142
|
end
|
11091
11143
|
|
@@ -11631,8 +11683,8 @@ module TencentCloud
|
|
11631
11683
|
|
11632
11684
|
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes, :ZeroWeightHeathCheck
|
11633
11685
|
extend Gem::Deprecate
|
11634
|
-
deprecate :IgnoreZeroWeightNodes, :none, 2025,
|
11635
|
-
deprecate :IgnoreZeroWeightNodes=, :none, 2025,
|
11686
|
+
deprecate :IgnoreZeroWeightNodes, :none, 2025, 5
|
11687
|
+
deprecate :IgnoreZeroWeightNodes=, :none, 2025, 5
|
11636
11688
|
|
11637
11689
|
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil, zeroweightheathcheck=nil)
|
11638
11690
|
@EnableActiveHealthCheck = enableactivehealthcheck
|
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.1066
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|