tencentcloud-sdk-clb 3.0.855 → 3.0.857
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 +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: 589530eb996851b8efb5fe435ce37ebcead99ed9
|
|
4
|
+
data.tar.gz: 0375664d0b67b168d72f874470f82ec639c39e10
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6da7012e80993bfe11bc2290aafe50c19a2624d23b055640b6e4390c2df0c33d297c94bfa8ecbd58b71d7b9ee0853037efa314bbee56a2622ed97378d6c4e22a
|
|
7
|
+
data.tar.gz: 3469204732f4ed2ff6220c58381c20d3f017944bad175eb4397ec8f12bc4aa0cb475ccc3d05e0b95507df1ee63d63b69247468c6467ce409ca75a162426735af
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.857
|
data/lib/v20180317/models.rb
CHANGED
|
@@ -724,7 +724,7 @@ module TencentCloud
|
|
|
724
724
|
# @type HealthNum: Integer
|
|
725
725
|
# @param UnhealthNum: 不健康阈值
|
|
726
726
|
# @type UnhealthNum: Integer
|
|
727
|
-
# @param HttpHash:
|
|
727
|
+
# @param HttpHash: 传统型公网负载均衡 监听器的请求均衡方法。空字符串或wrr 表示按权重轮询,ip_hash 表示根据访问的源 IP 进行一致性哈希方式来分发,least_conn表示按最小连接数。
|
|
728
728
|
# @type HttpHash: String
|
|
729
729
|
# @param HttpCode: 传统型公网负载均衡的 HTTP、HTTPS 监听器的健康检查返回码。具体可参考创建监听器中对该字段的解释
|
|
730
730
|
# @type HttpCode: Integer
|
|
@@ -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, 7
|
|
1280
|
+
deprecate :Period=, :none, 2024, 7
|
|
1281
1281
|
|
|
1282
1282
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
|
1283
1283
|
@LogsetName = logsetname
|
|
@@ -5197,8 +5197,8 @@ module TencentCloud
|
|
|
5197
5197
|
|
|
5198
5198
|
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
|
|
5199
5199
|
extend Gem::Deprecate
|
|
5200
|
-
deprecate :Log, :none, 2024,
|
|
5201
|
-
deprecate :Log=, :none, 2024,
|
|
5200
|
+
deprecate :Log, :none, 2024, 7
|
|
5201
|
+
deprecate :Log=, :none, 2024, 7
|
|
5202
5202
|
|
|
5203
5203
|
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)
|
|
5204
5204
|
@LoadBalancerId = loadbalancerid
|
|
@@ -7126,10 +7126,10 @@ module TencentCloud
|
|
|
7126
7126
|
|
|
7127
7127
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
|
7128
7128
|
extend Gem::Deprecate
|
|
7129
|
-
deprecate :Domain, :none, 2024,
|
|
7130
|
-
deprecate :Domain=, :none, 2024,
|
|
7131
|
-
deprecate :Url, :none, 2024,
|
|
7132
|
-
deprecate :Url=, :none, 2024,
|
|
7129
|
+
deprecate :Domain, :none, 2024, 7
|
|
7130
|
+
deprecate :Domain=, :none, 2024, 7
|
|
7131
|
+
deprecate :Url, :none, 2024, 7
|
|
7132
|
+
deprecate :Url=, :none, 2024, 7
|
|
7133
7133
|
|
|
7134
7134
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
|
7135
7135
|
@ListenerId = listenerid
|
|
@@ -8040,8 +8040,8 @@ module TencentCloud
|
|
|
8040
8040
|
|
|
8041
8041
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
|
8042
8042
|
extend Gem::Deprecate
|
|
8043
|
-
deprecate :HealthStatusDetial, :none, 2024,
|
|
8044
|
-
deprecate :HealthStatusDetial=, :none, 2024,
|
|
8043
|
+
deprecate :HealthStatusDetial, :none, 2024, 7
|
|
8044
|
+
deprecate :HealthStatusDetial=, :none, 2024, 7
|
|
8045
8045
|
|
|
8046
8046
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
|
8047
8047
|
@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.857
|
|
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-07-
|
|
11
|
+
date: 2024-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|