tencentcloud-sdk-clb 3.0.933 → 3.0.935
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 +12 -14
- 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: e2e3e1d839e6b296a3bb5e892cb5cb504c9797b6
|
4
|
+
data.tar.gz: 0d7ca7f606d64da083dc1e84b6d31b9b7deb7534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 662f82e4b8966370728a2352f5e56077d6a88f4e8b0e18c9bd130bf9521c148ca66df94047684e278617dacf2a38d7940d43c822ec35e44a3f6a30c1605c62e3
|
7
|
+
data.tar.gz: 25d30651f519374b42b7d4f3bef3af4abdbd623407f8a81538c84e01992942d8e1d699d42ba335ae51133118eeff3642c28ee55ea3a11745493c8c2b4601679a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.935
|
data/lib/v20180317/models.rb
CHANGED
@@ -890,7 +890,6 @@ module TencentCloud
|
|
890
890
|
# @param InternetAccessible: 仅适用于公网负载均衡。负载均衡的网络计费模式。
|
891
891
|
# @type InternetAccessible: :class:`Tencentcloud::Clb.v20180317.models.InternetAccessible`
|
892
892
|
# @param VipIsp: 仅适用于公网负载均衡。目前仅广州、上海、南京、济南、杭州、福州、北京、石家庄、武汉、长沙、成都、重庆地域支持静态单线 IP 线路类型,如需体验,请联系商务经理申请。申请通过后,即可选择中国移动(CMCC)、中国联通(CUCC)或中国电信(CTCC)的运营商类型,网络计费模式只能使用按带宽包计费(BANDWIDTH_PACKAGE)。 如果不指定本参数,则默认使用BGP。可通过 DescribeResources 接口查询一个地域所支持的Isp。
|
893
|
-
# 示例值:CMCC
|
894
893
|
# @type VipIsp: String
|
895
894
|
# @param Vip: 指定Vip申请负载均衡。
|
896
895
|
# @type Vip: String
|
@@ -906,8 +905,7 @@ module TencentCloud
|
|
906
905
|
# @type SnatIps: Array
|
907
906
|
# @param ClusterIds: 公网独占集群ID或者CDCId。
|
908
907
|
# @type ClusterIds: Array
|
909
|
-
# @param SlaType: 性能容量型规格。<li>clb.c2.medium(标准型)</li><li>clb.c3.small(高阶型1)</li><li>clb.c3.medium(高阶型2)</li>
|
910
|
-
# <li>clb.c4.small(超强型1)</li><li>clb.c4.medium(超强型2)</li><li>clb.c4.large(超强型3)</li><li>clb.c4.xlarge(超强型4)</li>
|
908
|
+
# @param SlaType: 性能容量型规格。<li>clb.c2.medium(标准型)</li><li>clb.c3.small(高阶型1)</li><li>clb.c3.medium(高阶型2)</li><li>clb.c4.small(超强型1)</li><li>clb.c4.medium(超强型2)</li><li>clb.c4.large(超强型3)</li><li>clb.c4.xlarge(超强型4)</li>
|
911
909
|
# @type SlaType: String
|
912
910
|
# @param ClusterTag: Stgw独占集群的标签。
|
913
911
|
# @type ClusterTag: String
|
@@ -1276,8 +1274,8 @@ module TencentCloud
|
|
1276
1274
|
|
1277
1275
|
attr_accessor :LogsetName, :Period, :LogsetType
|
1278
1276
|
extend Gem::Deprecate
|
1279
|
-
deprecate :Period, :none, 2024,
|
1280
|
-
deprecate :Period=, :none, 2024,
|
1277
|
+
deprecate :Period, :none, 2024, 11
|
1278
|
+
deprecate :Period=, :none, 2024, 11
|
1281
1279
|
|
1282
1280
|
def initialize(logsetname=nil, period=nil, logsettype=nil)
|
1283
1281
|
@LogsetName = logsetname
|
@@ -3320,7 +3318,7 @@ module TencentCloud
|
|
3320
3318
|
# @type Offset: Integer
|
3321
3319
|
# @param Fields: 选择返回的Fields列表,系统仅会返回Fileds中填写的字段,可填写的字段详情请参见<a href="https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail">LoadBalancerDetail</a>。若未在Fileds填写相关字段,则此字段返回null。Fileds中默认添加LoadBalancerId和LoadBalancerName字段。
|
3322
3320
|
# @type Fields: Array
|
3323
|
-
# @param TargetType: 当Fields包含TargetId、TargetAddress、TargetPort、TargetWeight、ListenerId、Protocol、Port、LocationId、Domain、Url等Fields时,必选选择导出目标组的Target或者非目标组Target
|
3321
|
+
# @param TargetType: 当Fields包含TargetId、TargetAddress、TargetPort、TargetWeight、ListenerId、Protocol、Port、LocationId、Domain、Url等Fields时,必选选择导出目标组的Target或者非目标组Target,取值范围NODE、GROUP。
|
3324
3322
|
# @type TargetType: String
|
3325
3323
|
# @param Filters: 查询负载均衡详细信息列表条件,详细的过滤条件如下:
|
3326
3324
|
# <li> loadbalancer-id - String - 是否必填:否 - (过滤条件)按照 负载均衡ID 过滤,如:"lb-12345678"。</li>
|
@@ -5227,8 +5225,8 @@ module TencentCloud
|
|
5227
5225
|
|
5228
5226
|
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
|
5229
5227
|
extend Gem::Deprecate
|
5230
|
-
deprecate :Log, :none, 2024,
|
5231
|
-
deprecate :Log=, :none, 2024,
|
5228
|
+
deprecate :Log, :none, 2024, 11
|
5229
|
+
deprecate :Log=, :none, 2024, 11
|
5232
5230
|
|
5233
5231
|
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)
|
5234
5232
|
@LoadBalancerId = loadbalancerid
|
@@ -7206,10 +7204,10 @@ module TencentCloud
|
|
7206
7204
|
|
7207
7205
|
attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
|
7208
7206
|
extend Gem::Deprecate
|
7209
|
-
deprecate :Domain, :none, 2024,
|
7210
|
-
deprecate :Domain=, :none, 2024,
|
7211
|
-
deprecate :Url, :none, 2024,
|
7212
|
-
deprecate :Url=, :none, 2024,
|
7207
|
+
deprecate :Domain, :none, 2024, 11
|
7208
|
+
deprecate :Domain=, :none, 2024, 11
|
7209
|
+
deprecate :Url, :none, 2024, 11
|
7210
|
+
deprecate :Url=, :none, 2024, 11
|
7213
7211
|
|
7214
7212
|
def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
|
7215
7213
|
@ListenerId = listenerid
|
@@ -8133,8 +8131,8 @@ module TencentCloud
|
|
8133
8131
|
|
8134
8132
|
attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial
|
8135
8133
|
extend Gem::Deprecate
|
8136
|
-
deprecate :HealthStatusDetial, :none, 2024,
|
8137
|
-
deprecate :HealthStatusDetial=, :none, 2024,
|
8134
|
+
deprecate :HealthStatusDetial, :none, 2024, 11
|
8135
|
+
deprecate :HealthStatusDetial=, :none, 2024, 11
|
8138
8136
|
|
8139
8137
|
def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil)
|
8140
8138
|
@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.935
|
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-
|
11
|
+
date: 2024-11-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|