tencentcloud-sdk-clb 3.0.1094 → 3.0.1108
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 +12 -12
- 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: 453a49f81caabe8b4e240e808a234f5821c49c24
|
4
|
+
data.tar.gz: 54ad81b9f237ac73ea4ca4b89d57fb825660a366
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ad84082aa79a175a745da33ee1290e181dcf39c3ac9591f86924d2b4035a3e1ae4540acfb1bc6a0605975a3d6fa90b334fe63d9d82ba682f3a9db1969739f44
|
7
|
+
data.tar.gz: 267f1d1e581a3d0246ff18751c53d44f7a68aca8b618f29048fce8e3cde0d8649ec3b9e08915badd4729838e5df0736873ba5bf4d07b8bf6398f6a6be304230a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1108
|
data/lib/v20180317/models.rb
CHANGED
@@ -1397,8 +1397,8 @@ module TencentCloud
|
|
1397
1397
|
|
1398
1398
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1399
1399
|
extend Gem::Deprecate
|
1400
|
-
deprecate :Period, :none, 2025,
|
1401
|
-
deprecate :Period=, :none, 2025,
|
1400
|
+
deprecate :Period, :none, 2025, 7
|
1401
|
+
deprecate :Period=, :none, 2025, 7
|
1402
1402
|
|
1403
1403
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1404
1404
|
@LogsetName = logsetname
|
@@ -1466,7 +1466,7 @@ module TencentCloud
|
|
1466
1466
|
# @type KeepaliveEnable: Integer
|
1467
1467
|
# @param EndPort: 创建端口段监听器时必须传入此参数,用以标识结束端口。同时,入参Ports只允许传入一个成员,用以标识开始端口。【如果您需要体验端口段功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)】。
|
1468
1468
|
# @type EndPort: Integer
|
1469
|
-
# @param DeregisterTargetRst: 解绑后端目标时,是否发RST
|
1469
|
+
# @param DeregisterTargetRst: 解绑后端目标时,是否发RST给两端(客户端和服务器),此参数仅适用于TCP监听器。
|
1470
1470
|
# @type DeregisterTargetRst: Boolean
|
1471
1471
|
# @param MultiCertInfo: 证书信息,支持同时传入不同算法类型的多本服务端证书,参数限制如下:
|
1472
1472
|
# <li>此参数仅适用于TCP_SSL监听器和未开启SNI特性的HTTPS监听器。</li>
|
@@ -1636,7 +1636,7 @@ module TencentCloud
|
|
1636
1636
|
# @type SlaveZoneId: String
|
1637
1637
|
# @param EipAddressId: EIP 的唯一 ID,可以通过 [DescribeAddresses](https://cloud.tencent.com/document/product/215/16702) 接口查询。形如:eip-qhx8udkc,仅适用于内网负载均衡绑定EIP。
|
1638
1638
|
# @type EipAddressId: String
|
1639
|
-
# @param LoadBalancerPassToTarget: Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。
|
1639
|
+
# @param LoadBalancerPassToTarget: Target是否放通来自CLB的流量。开启放通(true):只验证CLB上的安全组;不开启放通(false):需同时验证CLB和后端实例上的安全组。IPv6 CLB安全组默认放通,不需要传此参数。
|
1640
1640
|
# @type LoadBalancerPassToTarget: Boolean
|
1641
1641
|
# @param DynamicVip: 创建域名化负载均衡。
|
1642
1642
|
# @type DynamicVip: Boolean
|
@@ -5662,8 +5662,8 @@ module TencentCloud
|
|
5662
5662
|
|
5663
5663
|
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
|
5664
5664
|
extend Gem::Deprecate
|
5665
|
-
deprecate :Log, :none, 2025,
|
5666
|
-
deprecate :Log=, :none, 2025,
|
5665
|
+
deprecate :Log, :none, 2025, 7
|
5666
|
+
deprecate :Log=, :none, 2025, 7
|
5667
5667
|
|
5668
5668
|
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)
|
5669
5669
|
@LoadBalancerId = loadbalancerid
|
@@ -7717,10 +7717,10 @@ module TencentCloud
|
|
7717
7717
|
|
7718
7718
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7719
7719
|
extend Gem::Deprecate
|
7720
|
-
deprecate :Domain, :none, 2025,
|
7721
|
-
deprecate :Domain=, :none, 2025,
|
7722
|
-
deprecate :Url, :none, 2025,
|
7723
|
-
deprecate :Url=, :none, 2025,
|
7720
|
+
deprecate :Domain, :none, 2025, 7
|
7721
|
+
deprecate :Domain=, :none, 2025, 7
|
7722
|
+
deprecate :Url, :none, 2025, 7
|
7723
|
+
deprecate :Url=, :none, 2025, 7
|
7724
7724
|
|
7725
7725
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7726
7726
|
@ListenerId = listenerid
|
@@ -8666,8 +8666,8 @@ module TencentCloud
|
|
8666
8666
|
|
8667
8667
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
|
8668
8668
|
extend Gem::Deprecate
|
8669
|
-
deprecate :HealthStatusDetial, :none, 2025,
|
8670
|
-
deprecate :HealthStatusDetial=, :none, 2025,
|
8669
|
+
deprecate :HealthStatusDetial, :none, 2025, 7
|
8670
|
+
deprecate :HealthStatusDetial=, :none, 2025, 7
|
8671
8671
|
|
8672
8672
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
|
8673
8673
|
@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.1108
|
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-07-
|
11
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|