tencentcloud-sdk-clb 3.0.1051 → 3.0.1052
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: 55342a622b1f6dc756e2b6b6483cdb7d44140be0
|
4
|
+
data.tar.gz: 4eb51717bad5b66ee3d7f47379b8a9b20b0bc00d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ccb42ef137f0b3f66fa7b22f24c113ce52f74e2ba88db5271b96d2c362c499572d28dc751011e792d87a2f45cbb59164ad440b73bff4263c07dc476c6691158
|
7
|
+
data.tar.gz: 62475e8c92770ec9f6fef1a6a495255f20447b286cb24dc90a59ee5f74b7fa9d1e4f8948141794f5bf28e3c34a7f753234e5527ab3d587549a5ed3ace2914804
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1052
|
data/lib/v20180317/models.rb
CHANGED
@@ -1393,8 +1393,8 @@ module TencentCloud
|
|
1393
1393
|
|
1394
1394
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1395
1395
|
extend Gem::Deprecate
|
1396
|
-
deprecate :Period, :none, 2025,
|
1397
|
-
deprecate :Period=, :none, 2025,
|
1396
|
+
deprecate :Period, :none, 2025, 5
|
1397
|
+
deprecate :Period=, :none, 2025, 5
|
1398
1398
|
|
1399
1399
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1400
1400
|
@LogsetName = logsetname
|
@@ -4524,7 +4524,7 @@ module TencentCloud
|
|
4524
4524
|
# @param HttpCheckPath: 健康检查路径(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。
|
4525
4525
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4526
4526
|
# @type HttpCheckPath: String
|
4527
|
-
# @param HttpCheckDomain:
|
4527
|
+
# @param HttpCheckDomain: 健康检查域名,将在HTTP协议 Host 头字段中携带。(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,该参数为必填项)。
|
4528
4528
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4529
4529
|
# @type HttpCheckDomain: String
|
4530
4530
|
# @param HttpCheckMethod: 健康检查方法(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式),默认值:HEAD,可选值HEAD或GET。
|
@@ -5487,8 +5487,8 @@ module TencentCloud
|
|
5487
5487
|
|
5488
5488
|
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, :TargetCount
|
5489
5489
|
extend Gem::Deprecate
|
5490
|
-
deprecate :Log, :none, 2025,
|
5491
|
-
deprecate :Log=, :none, 2025,
|
5490
|
+
deprecate :Log, :none, 2025, 5
|
5491
|
+
deprecate :Log=, :none, 2025, 5
|
5492
5492
|
|
5493
5493
|
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, targetcount=nil)
|
5494
5494
|
@LoadBalancerId = loadbalancerid
|
@@ -7505,10 +7505,10 @@ module TencentCloud
|
|
7505
7505
|
|
7506
7506
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7507
7507
|
extend Gem::Deprecate
|
7508
|
-
deprecate :Domain, :none, 2025,
|
7509
|
-
deprecate :Domain=, :none, 2025,
|
7510
|
-
deprecate :Url, :none, 2025,
|
7511
|
-
deprecate :Url=, :none, 2025,
|
7508
|
+
deprecate :Domain, :none, 2025, 5
|
7509
|
+
deprecate :Domain=, :none, 2025, 5
|
7510
|
+
deprecate :Url, :none, 2025, 5
|
7511
|
+
deprecate :Url=, :none, 2025, 5
|
7512
7512
|
|
7513
7513
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7514
7514
|
@ListenerId = listenerid
|
@@ -8449,8 +8449,8 @@ module TencentCloud
|
|
8449
8449
|
|
8450
8450
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
|
8451
8451
|
extend Gem::Deprecate
|
8452
|
-
deprecate :HealthStatusDetial, :none, 2025,
|
8453
|
-
deprecate :HealthStatusDetial=, :none, 2025,
|
8452
|
+
deprecate :HealthStatusDetial, :none, 2025, 5
|
8453
|
+
deprecate :HealthStatusDetial=, :none, 2025, 5
|
8454
8454
|
|
8455
8455
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
|
8456
8456
|
@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.1052
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|