tencentcloud-sdk-clb 3.0.896 → 3.0.898
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 +35 -15
- 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: b6e6bb465fbffcdc76c1eb8e4d3b8663400bf16c
|
4
|
+
data.tar.gz: 07c0197cec8e7e2706ffb37daa683650f53bfa57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb091f3c76b157f9e672f7b158cdfc7ecf997151e4af4c6bf897441d288323964810775b80346d43ecbed4aa71867bb38dd1679c6473f7fef9e27b8833cee270
|
7
|
+
data.tar.gz: 3f2b2456f240724fade99ba348e534fd4620dd23fb7bb60c9e92ab8bae1cfae68abc33a3b34bf0321d8bc108d0ea051869ed8fbe298210cc179d8cd0af3dde03
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.898
|
data/lib/v20180317/models.rb
CHANGED
@@ -1276,8 +1276,8 @@ module TencentCloud
|
|
1276
1276
|
|
1277
1277
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1278
1278
|
extend Gem::Deprecate
|
1279
|
-
deprecate :Period, :none, 2024,
|
1280
|
-
deprecate :Period=, :none, 2024,
|
1279
|
+
deprecate :Period, :none, 2024, 9
|
1280
|
+
deprecate :Period=, :none, 2024, 9
|
1281
1281
|
|
1282
1282
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1283
1283
|
@LogsetName = logsetname
|
@@ -1353,10 +1353,12 @@ module TencentCloud
|
|
1353
1353
|
# @type IdleConnectTimeout: Integer
|
1354
1354
|
# @param SnatEnable: 是否开启SNAT。
|
1355
1355
|
# @type SnatEnable: Boolean
|
1356
|
+
# @param FullEndPorts: 全端口段监听器的结束端口
|
1357
|
+
# @type FullEndPorts: Array
|
1356
1358
|
|
1357
|
-
attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout, :SnatEnable
|
1359
|
+
attr_accessor :LoadBalancerId, :Ports, :Protocol, :ListenerNames, :HealthCheck, :Certificate, :SessionExpireTime, :Scheduler, :SniSwitch, :TargetType, :SessionType, :KeepaliveEnable, :EndPort, :DeregisterTargetRst, :MultiCertInfo, :MaxConn, :MaxCps, :IdleConnectTimeout, :SnatEnable, :FullEndPorts
|
1358
1360
|
|
1359
|
-
def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, snatenable=nil)
|
1361
|
+
def initialize(loadbalancerid=nil, ports=nil, protocol=nil, listenernames=nil, healthcheck=nil, certificate=nil, sessionexpiretime=nil, scheduler=nil, sniswitch=nil, targettype=nil, sessiontype=nil, keepaliveenable=nil, endport=nil, deregistertargetrst=nil, multicertinfo=nil, maxconn=nil, maxcps=nil, idleconnecttimeout=nil, snatenable=nil, fullendports=nil)
|
1360
1362
|
@LoadBalancerId = loadbalancerid
|
1361
1363
|
@Ports = ports
|
1362
1364
|
@Protocol = protocol
|
@@ -1376,6 +1378,7 @@ module TencentCloud
|
|
1376
1378
|
@MaxCps = maxcps
|
1377
1379
|
@IdleConnectTimeout = idleconnecttimeout
|
1378
1380
|
@SnatEnable = snatenable
|
1381
|
+
@FullEndPorts = fullendports
|
1379
1382
|
end
|
1380
1383
|
|
1381
1384
|
def deserialize(params)
|
@@ -1407,6 +1410,7 @@ module TencentCloud
|
|
1407
1410
|
@MaxCps = params['MaxCps']
|
1408
1411
|
@IdleConnectTimeout = params['IdleConnectTimeout']
|
1409
1412
|
@SnatEnable = params['SnatEnable']
|
1413
|
+
@FullEndPorts = params['FullEndPorts']
|
1410
1414
|
end
|
1411
1415
|
end
|
1412
1416
|
|
@@ -5207,8 +5211,8 @@ module TencentCloud
|
|
5207
5211
|
|
5208
5212
|
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
|
5209
5213
|
extend Gem::Deprecate
|
5210
|
-
deprecate :Log, :none, 2024,
|
5211
|
-
deprecate :Log=, :none, 2024,
|
5214
|
+
deprecate :Log, :none, 2024, 9
|
5215
|
+
deprecate :Log=, :none, 2024, 9
|
5212
5216
|
|
5213
5217
|
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)
|
5214
5218
|
@LoadBalancerId = loadbalancerid
|
@@ -5375,7 +5379,7 @@ module TencentCloud
|
|
5375
5379
|
# @param LoadBalancerName: 负载均衡实例的名称。
|
5376
5380
|
# @type LoadBalancerName: String
|
5377
5381
|
# @param LoadBalancerType: 负载均衡实例的网络类型:
|
5378
|
-
#
|
5382
|
+
# OPEN:公网属性,INTERNAL:内网属性。
|
5379
5383
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5380
5384
|
# @type LoadBalancerType: String
|
5381
5385
|
# @param Status: 负载均衡实例的状态,包括
|
@@ -5487,10 +5491,20 @@ module TencentCloud
|
|
5487
5491
|
# @param Egress: 网络出口
|
5488
5492
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5489
5493
|
# @type Egress: String
|
5494
|
+
# @param AttributeFlags: 负载均衡的属性
|
5495
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5496
|
+
# @type AttributeFlags: Array
|
5497
|
+
# @param SlaType: 负载均衡实例的规格类型信息<ul><li> clb.c1.small:简约型规格 </li><li>clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>"":非性能容量型实例</li></ul>
|
5498
|
+
|
5499
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5500
|
+
# @type SlaType: String
|
5501
|
+
# @param Exclusive: 0:表示非独占型实例,1:表示独占型态实例。
|
5502
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5503
|
+
# @type Exclusive: Integer
|
5490
5504
|
|
5491
|
-
attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Status, :Address, :AddressIPv6, :AddressIPVersion, :IPv6Mode, :Zone, :AddressIsp, :VpcId, :ProjectId, :CreateTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :ExtraInfo, :ConfigId, :Tags, :ListenerId, :Protocol, :Port, :LocationId, :Domain, :Url, :TargetId, :TargetAddress, :TargetPort, :TargetWeight, :Isolation, :SecurityGroup, :LoadBalancerPassToTarget, :TargetHealth, :Domains, :SlaveZone, :Zones, :SniSwitch, :LoadBalancerDomain, :Egress
|
5505
|
+
attr_accessor :LoadBalancerId, :LoadBalancerName, :LoadBalancerType, :Status, :Address, :AddressIPv6, :AddressIPVersion, :IPv6Mode, :Zone, :AddressIsp, :VpcId, :ProjectId, :CreateTime, :ChargeType, :NetworkAttributes, :PrepaidAttributes, :ExtraInfo, :ConfigId, :Tags, :ListenerId, :Protocol, :Port, :LocationId, :Domain, :Url, :TargetId, :TargetAddress, :TargetPort, :TargetWeight, :Isolation, :SecurityGroup, :LoadBalancerPassToTarget, :TargetHealth, :Domains, :SlaveZone, :Zones, :SniSwitch, :LoadBalancerDomain, :Egress, :AttributeFlags, :SlaType, :Exclusive
|
5492
5506
|
|
5493
|
-
def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, status=nil, address=nil, addressipv6=nil, addressipversion=nil, ipv6mode=nil, zone=nil, addressisp=nil, vpcid=nil, projectid=nil, createtime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, extrainfo=nil, configid=nil, tags=nil, listenerid=nil, protocol=nil, port=nil, locationid=nil, domain=nil, url=nil, targetid=nil, targetaddress=nil, targetport=nil, targetweight=nil, isolation=nil, securitygroup=nil, loadbalancerpasstotarget=nil, targethealth=nil, domains=nil, slavezone=nil, zones=nil, sniswitch=nil, loadbalancerdomain=nil, egress=nil)
|
5507
|
+
def initialize(loadbalancerid=nil, loadbalancername=nil, loadbalancertype=nil, status=nil, address=nil, addressipv6=nil, addressipversion=nil, ipv6mode=nil, zone=nil, addressisp=nil, vpcid=nil, projectid=nil, createtime=nil, chargetype=nil, networkattributes=nil, prepaidattributes=nil, extrainfo=nil, configid=nil, tags=nil, listenerid=nil, protocol=nil, port=nil, locationid=nil, domain=nil, url=nil, targetid=nil, targetaddress=nil, targetport=nil, targetweight=nil, isolation=nil, securitygroup=nil, loadbalancerpasstotarget=nil, targethealth=nil, domains=nil, slavezone=nil, zones=nil, sniswitch=nil, loadbalancerdomain=nil, egress=nil, attributeflags=nil, slatype=nil, exclusive=nil)
|
5494
5508
|
@LoadBalancerId = loadbalancerid
|
5495
5509
|
@LoadBalancerName = loadbalancername
|
5496
5510
|
@LoadBalancerType = loadbalancertype
|
@@ -5530,6 +5544,9 @@ module TencentCloud
|
|
5530
5544
|
@SniSwitch = sniswitch
|
5531
5545
|
@LoadBalancerDomain = loadbalancerdomain
|
5532
5546
|
@Egress = egress
|
5547
|
+
@AttributeFlags = attributeflags
|
5548
|
+
@SlaType = slatype
|
5549
|
+
@Exclusive = exclusive
|
5533
5550
|
end
|
5534
5551
|
|
5535
5552
|
def deserialize(params)
|
@@ -5588,6 +5605,9 @@ module TencentCloud
|
|
5588
5605
|
@SniSwitch = params['SniSwitch']
|
5589
5606
|
@LoadBalancerDomain = params['LoadBalancerDomain']
|
5590
5607
|
@Egress = params['Egress']
|
5608
|
+
@AttributeFlags = params['AttributeFlags']
|
5609
|
+
@SlaType = params['SlaType']
|
5610
|
+
@Exclusive = params['Exclusive']
|
5591
5611
|
end
|
5592
5612
|
end
|
5593
5613
|
|
@@ -7170,10 +7190,10 @@ module TencentCloud
|
|
7170
7190
|
|
7171
7191
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7172
7192
|
extend Gem::Deprecate
|
7173
|
-
deprecate :Domain, :none, 2024,
|
7174
|
-
deprecate :Domain=, :none, 2024,
|
7175
|
-
deprecate :Url, :none, 2024,
|
7176
|
-
deprecate :Url=, :none, 2024,
|
7193
|
+
deprecate :Domain, :none, 2024, 9
|
7194
|
+
deprecate :Domain=, :none, 2024, 9
|
7195
|
+
deprecate :Url, :none, 2024, 9
|
7196
|
+
deprecate :Url=, :none, 2024, 9
|
7177
7197
|
|
7178
7198
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7179
7199
|
@ListenerId = listenerid
|
@@ -8092,8 +8112,8 @@ module TencentCloud
|
|
8092
8112
|
|
8093
8113
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
8094
8114
|
extend Gem::Deprecate
|
8095
|
-
deprecate :HealthStatusDetial, :none, 2024,
|
8096
|
-
deprecate :HealthStatusDetial=, :none, 2024,
|
8115
|
+
deprecate :HealthStatusDetial, :none, 2024, 9
|
8116
|
+
deprecate :HealthStatusDetial=, :none, 2024, 9
|
8097
8117
|
|
8098
8118
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
8099
8119
|
@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.898
|
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-
|
11
|
+
date: 2024-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|