tencentcloud-sdk-clb 3.0.971 → 3.0.973
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/v20180317/models.rb +23 -14
- 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: 789869b96e0c45031e2cb20c94d617199fc8fa32
|
4
|
+
data.tar.gz: 19aa0e37b06c34021da5af5c64a7548f608c8288
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52341f31b7aeac41f566b9a2c896e855db3d947056a06da51c821675946ccbfeefb277bf7c0fee7cb7c2c76adda67d07e70ad15df3e7125265fb57dbe3d02457
|
7
|
+
data.tar.gz: da49908503686af735f60d8cdb30f24591ff141f50e3183e9edf17373715710667b402b5a57031dbdb45072661a02d33dadf59aaf983863f89528957e16ce946
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.973
|
data/lib/v20180317/models.rb
CHANGED
@@ -79,10 +79,13 @@ module TencentCloud
|
|
79
79
|
# @type LoadBalancerName: String
|
80
80
|
# @param ListenerName: 监听器名称
|
81
81
|
# @type ListenerName: String
|
82
|
+
# @param Weight: 关联目标组的权重, 该参数只有v2新版目标组生效。
|
83
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
84
|
+
# @type Weight: Integer
|
82
85
|
|
83
|
-
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName
|
86
|
+
attr_accessor :LoadBalancerId, :ListenerId, :LocationId, :Protocol, :Port, :Domain, :Url, :LoadBalancerName, :ListenerName, :Weight
|
84
87
|
|
85
|
-
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil)
|
88
|
+
def initialize(loadbalancerid=nil, listenerid=nil, locationid=nil, protocol=nil, port=nil, domain=nil, url=nil, loadbalancername=nil, listenername=nil, weight=nil)
|
86
89
|
@LoadBalancerId = loadbalancerid
|
87
90
|
@ListenerId = listenerid
|
88
91
|
@LocationId = locationid
|
@@ -92,6 +95,7 @@ module TencentCloud
|
|
92
95
|
@Url = url
|
93
96
|
@LoadBalancerName = loadbalancername
|
94
97
|
@ListenerName = listenername
|
98
|
+
@Weight = weight
|
95
99
|
end
|
96
100
|
|
97
101
|
def deserialize(params)
|
@@ -104,6 +108,7 @@ module TencentCloud
|
|
104
108
|
@Url = params['Url']
|
105
109
|
@LoadBalancerName = params['LoadBalancerName']
|
106
110
|
@ListenerName = params['ListenerName']
|
111
|
+
@Weight = params['Weight']
|
107
112
|
end
|
108
113
|
end
|
109
114
|
|
@@ -219,17 +224,21 @@ module TencentCloud
|
|
219
224
|
# @type TargetGroupId: String
|
220
225
|
# @param TargetGroupName: 目标组名称
|
221
226
|
# @type TargetGroupName: String
|
227
|
+
# @param Weight: 权重
|
228
|
+
# @type Weight: Integer
|
222
229
|
|
223
|
-
attr_accessor :TargetGroupId, :TargetGroupName
|
230
|
+
attr_accessor :TargetGroupId, :TargetGroupName, :Weight
|
224
231
|
|
225
|
-
def initialize(targetgroupid=nil, targetgroupname=nil)
|
232
|
+
def initialize(targetgroupid=nil, targetgroupname=nil, weight=nil)
|
226
233
|
@TargetGroupId = targetgroupid
|
227
234
|
@TargetGroupName = targetgroupname
|
235
|
+
@Weight = weight
|
228
236
|
end
|
229
237
|
|
230
238
|
def deserialize(params)
|
231
239
|
@TargetGroupId = params['TargetGroupId']
|
232
240
|
@TargetGroupName = params['TargetGroupName']
|
241
|
+
@Weight = params['Weight']
|
233
242
|
end
|
234
243
|
end
|
235
244
|
|
@@ -1279,8 +1288,8 @@ module TencentCloud
|
|
1279
1288
|
|
1280
1289
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1281
1290
|
extend Gem::Deprecate
|
1282
|
-
deprecate :Period, :none,
|
1283
|
-
deprecate :Period=, :none,
|
1291
|
+
deprecate :Period, :none, 2025, 1
|
1292
|
+
deprecate :Period=, :none, 2025, 1
|
1284
1293
|
|
1285
1294
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1286
1295
|
@LogsetName = logsetname
|
@@ -5247,8 +5256,8 @@ module TencentCloud
|
|
5247
5256
|
|
5248
5257
|
attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Forward, :Domain, :LoadBalancerVips, :Status, :CreateTime, :StatusTime, :ProjectId, :VpcId, :OpenBgp, :Snat, :Isolation, :Log, :SubnetId, :Tags, :SecureGroups, :TargetRegionInfo, :AnycastZone, :AddressIPVersion, :NumericalVpcId, :VipIsp, :MasterZone, :BackupZoneSet, :IsolatedTime, :ExpireTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :LogSetId, :LogTopicId, :AddressIPv6, :ExtraInfo, :IsDDos, :ConfigId, :LoadBalancerPassToTarget, :ExclusiveCluster, :IPv6Mode, :SnatPro, :SnatIps, :SlaType, :IsBlock, :IsBlockTime, :LocalBgp, :ClusterTag, :MixIpTarget, :Zones, :NfvInfo, :HealthLogSetId, :HealthLogTopicId, :ClusterIds, :AttributeFlags, :LoadBalancerDomain, :Egress, :Exclusive
|
5249
5258
|
extend Gem::Deprecate
|
5250
|
-
deprecate :Log, :none,
|
5251
|
-
deprecate :Log=, :none,
|
5259
|
+
deprecate :Log, :none, 2025, 1
|
5260
|
+
deprecate :Log=, :none, 2025, 1
|
5252
5261
|
|
5253
5262
|
def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, forward=nil, domain=nil, loadbalancervips=nil, status=nil, createtime=nil, statustime=nil, projectid=nil, vpcid=nil, openbgp=nil, snat=nil, isolation=nil, log=nil, subnetid=nil, tags=nil, securegroups=nil, targetregioninfo=nil, anycastzone=nil, addressipversion=nil, numericalvpcid=nil, vipisp=nil, masterzone=nil, backupzoneset=nil, isolatedtime=nil, expiretime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, logsetid=nil, logtopicid=nil, addressipv6=nil, extrainfo=nil, isddos=nil, configid=nil, loadbalancerpasstotarget=nil, exclusivecluster=nil, ipv6mode=nil, snatpro=nil, snatips=nil, slatype=nil, isblock=nil, isblocktime=nil, localbgp=nil, clustertag=nil, mixiptarget=nil, zones=nil, nfvinfo=nil, healthlogsetid=nil, healthlogtopicid=nil, clusterids=nil, attributeflags=nil, loadbalancerdomain=nil, egress=nil, exclusive=nil)
|
5254
5263
|
@LoadBalancerId = loadbalancerid
|
@@ -7226,10 +7235,10 @@ module TencentCloud
|
|
7226
7235
|
|
7227
7236
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7228
7237
|
extend Gem::Deprecate
|
7229
|
-
deprecate :Domain, :none,
|
7230
|
-
deprecate :Domain=, :none,
|
7231
|
-
deprecate :Url, :none,
|
7232
|
-
deprecate :Url=, :none,
|
7238
|
+
deprecate :Domain, :none, 2025, 1
|
7239
|
+
deprecate :Domain=, :none, 2025, 1
|
7240
|
+
deprecate :Url, :none, 2025, 1
|
7241
|
+
deprecate :Url=, :none, 2025, 1
|
7233
7242
|
|
7234
7243
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7235
7244
|
@ListenerId = listenerid
|
@@ -8156,8 +8165,8 @@ module TencentCloud
|
|
8156
8165
|
|
8157
8166
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId
|
8158
8167
|
extend Gem::Deprecate
|
8159
|
-
deprecate :HealthStatusDetial, :none,
|
8160
|
-
deprecate :HealthStatusDetial=, :none,
|
8168
|
+
deprecate :HealthStatusDetial, :none, 2025, 1
|
8169
|
+
deprecate :HealthStatusDetial=, :none, 2025, 1
|
8161
8170
|
|
8162
8171
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil)
|
8163
8172
|
@IP = ip
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-clb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.973
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|