tencentcloud-sdk-clb 3.0.888 → 3.0.889
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180317/models.rb +11 -11
- 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: b29ade614d3a9ba8e17f5d4309e5da077bea7837
|
4
|
+
data.tar.gz: 9962b625823ecb18ccbc883b628222c2fb111a7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f678eb3f5afd2a4fe1263b0cb2784f76c49479d7e44a699d011d2fddda639605712221e8aceeb4a8781176fc0a9474d810eb205fce2476af2e91d4993452c115
|
7
|
+
data.tar.gz: 57e7a7603893c03d13ad33d7ba632b831f01df4a4032d93c15fd3e5c090c83fcc7d1c0e6b11b7d86b08e7d0ec0a23859de103866e20ec80d76c71edbc55aa845
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.889
|
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, 8
|
1280
|
+
deprecate :Period=, :none, 2024, 8
|
1281
1281
|
|
1282
1282
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1283
1283
|
@LogsetName = logsetname
|
@@ -1349,7 +1349,7 @@ module TencentCloud
|
|
1349
1349
|
# @type MaxConn: Integer
|
1350
1350
|
# @param MaxCps: 监听器最大新增连接数,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。基础网络实例不支持该参数。
|
1351
1351
|
# @type MaxCps: Integer
|
1352
|
-
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP
|
1352
|
+
# @param IdleConnectTimeout: 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)。
|
1353
1353
|
# @type IdleConnectTimeout: Integer
|
1354
1354
|
# @param SnatEnable: 是否开启SNAT。
|
1355
1355
|
# @type SnatEnable: Boolean
|
@@ -5204,8 +5204,8 @@ module TencentCloud
|
|
5204
5204
|
|
5205
5205
|
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
|
5206
5206
|
extend Gem::Deprecate
|
5207
|
-
deprecate :Log, :none, 2024,
|
5208
|
-
deprecate :Log=, :none, 2024,
|
5207
|
+
deprecate :Log, :none, 2024, 8
|
5208
|
+
deprecate :Log=, :none, 2024, 8
|
5209
5209
|
|
5210
5210
|
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)
|
5211
5211
|
@LoadBalancerId = loadbalancerid
|
@@ -7133,10 +7133,10 @@ module TencentCloud
|
|
7133
7133
|
|
7134
7134
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7135
7135
|
extend Gem::Deprecate
|
7136
|
-
deprecate :Domain, :none, 2024,
|
7137
|
-
deprecate :Domain=, :none, 2024,
|
7138
|
-
deprecate :Url, :none, 2024,
|
7139
|
-
deprecate :Url=, :none, 2024,
|
7136
|
+
deprecate :Domain, :none, 2024, 8
|
7137
|
+
deprecate :Domain=, :none, 2024, 8
|
7138
|
+
deprecate :Url, :none, 2024, 8
|
7139
|
+
deprecate :Url=, :none, 2024, 8
|
7140
7140
|
|
7141
7141
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7142
7142
|
@ListenerId = listenerid
|
@@ -8047,8 +8047,8 @@ module TencentCloud
|
|
8047
8047
|
|
8048
8048
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
8049
8049
|
extend Gem::Deprecate
|
8050
|
-
deprecate :HealthStatusDetial, :none, 2024,
|
8051
|
-
deprecate :HealthStatusDetial=, :none, 2024,
|
8050
|
+
deprecate :HealthStatusDetial, :none, 2024, 8
|
8051
|
+
deprecate :HealthStatusDetial=, :none, 2024, 8
|
8052
8052
|
|
8053
8053
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
8054
8054
|
@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.889
|
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-08-
|
11
|
+
date: 2024-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|