tencentcloud-sdk-clb 3.0.856 → 3.0.858

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180317/models.rb +11 -11
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4dcfeddf627af5edb58ee8304869850297660ae8
4
- data.tar.gz: 741f51e0f0233ad0db93f27196fe886caf325586
3
+ metadata.gz: 99cd04b23df5d75526c6354abf1d8ab42a472a53
4
+ data.tar.gz: 1f36ab500ea04751bacac14e6aba0429a706a29b
5
5
  SHA512:
6
- metadata.gz: 8449c09af0752423260c20b850878c57cad36b2d09f730dcea4d674ef78ccb084a9651c9fdc5bce2736e78c73e6c4865112b065fc3aa86a50d9bff1a8cf90c7d
7
- data.tar.gz: e4555a3b53865d77503ffd0bd99b54aef94b2bba31d9566b79aacab7d782d73b88c299bda27dd84a0945ad8584a10cb4f9ca7423d45eaac48b4b534f63bc0d22
6
+ metadata.gz: 45bcaaa2c099ee1e6e831079bf4ea363d2afcb3b8f2cb1b321d663ceba666827edb91de388d993e6cac61d982c80900b99b41ea92b239c277773b8e8c4bd3f86
7
+ data.tar.gz: 741d91c2f8a9c786a012e922b2fc0d708a92728449d6654a37433e43798be501c1f5f4321d85a0476ec5583e48b23bcd5aa79c5b32141d31d9a29a5830c209e1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.856
1
+ 3.0.858
@@ -724,7 +724,7 @@ module TencentCloud
724
724
  # @type HealthNum: Integer
725
725
  # @param UnhealthNum: 不健康阈值
726
726
  # @type UnhealthNum: Integer
727
- # @param HttpHash: 传统型公网负载均衡的 HTTP、HTTPS 监听器的请求均衡方法。wrr 表示按权重轮询,ip_hash 表示根据访问的源 IP 进行一致性哈希方式来分发
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, 6
1280
- deprecate :Period=, :none, 2024, 6
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, 6
5201
- deprecate :Log=, :none, 2024, 6
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, 6
7130
- deprecate :Domain=, :none, 2024, 6
7131
- deprecate :Url, :none, 2024, 6
7132
- deprecate :Url=, :none, 2024, 6
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, 6
8044
- deprecate :HealthStatusDetial=, :none, 2024, 6
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.856
4
+ version: 3.0.858
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-02 00:00:00.000000000 Z
11
+ date: 2024-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common