tencentcloud-sdk-clb 3.0.1051 → 3.0.1053

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180317/models.rb +26 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f211402336b89e1387539f85d1123bcaee6d6ba8
4
- data.tar.gz: 88d7749f01770f755a84a006d5e3026f0baf07b2
3
+ metadata.gz: a938e733dd315a6ec4025f36f04ba55d2ad1002f
4
+ data.tar.gz: 8c20b71a6cf3802049c6b4447d6d5313bbc7a659
5
5
  SHA512:
6
- metadata.gz: 99bac640d218e66f32fbe6e2dfc3920babf36b8a8123c3127654d2519dca747294ae8de6b02d779380f3d45b9efd99f37ce7cab770742fec3604cf83a8e40176
7
- data.tar.gz: ec2557b96976c424915e9f4f94d5f81531d2aad0ba24c0580b4878624ebd79d8708a6656d6375d4009b825f921ca3f24ffe1bfc44f3fb6da0868bc1842e578da
6
+ metadata.gz: 678bace96859e3f00a3ca52066000fbf0c155015c5daf1a54bb6166634c4200e226dcf7967a1ba911823a5b295c69d6834652825ae1cd69abf902e06baf78fdd
7
+ data.tar.gz: f7631ee939644999ff7d8625d9f92ab5e18773337b4954bb49d28ee1b06e75e7d451474c7ecadbb783354ab97628054266e65993193cd4c92e443de030b7563e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1051
1
+ 3.0.1053
@@ -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, 4
1397
- deprecate :Period=, :none, 2025, 4
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
@@ -3614,14 +3614,14 @@ module TencentCloud
3614
3614
  # @type OrderType: Integer
3615
3615
  # @param SearchKey: 模糊搜索字段,模糊匹配负载均衡实例的名称、域名、负载均衡实例的 VIP 地址,负载均衡实例ID。
3616
3616
  # @type SearchKey: String
3617
- # @param ProjectId: 负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 接口获取,不传默认所有项目。
3617
+ # @param ProjectId: 负载均衡实例所属的项目 ID,可以通过[DescribeProject](https://cloud.tencent.com/document/api/651/78725)接口获取,不传默认所有项目。
3618
3618
  # @type ProjectId: Integer
3619
3619
  # @param WithRs: 负载均衡是否绑定后端服务,0:没有绑定后端服务,1:绑定后端服务,-1:查询全部。
3620
3620
  # @type WithRs: Integer
3621
- # @param VpcId: 负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx
3621
+ # @param VpcId: 负载均衡实例所属私有网络唯一ID,如 vpc-bhqkbhdx,可以通过[DescribeVpcs](https://cloud.tencent.com/document/api/215/15778)接口获取。
3622
3622
  # 查找基础网络类型的负载均衡可传入'0'。
3623
3623
  # @type VpcId: String
3624
- # @param SecurityGroup: 安全组ID,如 sg-m1cc****。
3624
+ # @param SecurityGroup: 安全组ID,如 sg-m1cc****,可以通过接口[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)获取。
3625
3625
  # @type SecurityGroup: String
3626
3626
  # @param MasterZone: 主可用区ID,如 :"100001" (对应的是广州一区)。可通过[DescribeZones](https://cloud.tencent.com/document/product/213/15707)获取可用区列表。
3627
3627
  # @type MasterZone: String
@@ -3645,10 +3645,12 @@ module TencentCloud
3645
3645
  # 按照【CLB 标签的键】进行过滤,例如:tag-key。
3646
3646
  # 类型:String
3647
3647
  # 必选:否
3648
+ # 获取方式:[DescribeTags](https://cloud.tencent.com/document/api/651/35316)
3648
3649
  # - tag:tag-key
3649
3650
  # 按照【CLB标签键值】进行过滤,例如:tag-test。
3650
3651
  # 类型:String
3651
3652
  # 必选:否
3653
+ # 获取方式:[DescribeTagKeys](https://cloud.tencent.com/document/api/651/35318)
3652
3654
  # - function-name
3653
3655
  # 按照【后端绑定SCF云函数的函数名称】进行过滤,例如:helloworld-1744958255。
3654
3656
  # 类型:String
@@ -4507,6 +4509,7 @@ module TencentCloud
4507
4509
  # 注意,自定义探测相关参数 目前只有少量区域灰度支持。
4508
4510
  class HealthCheck < TencentCloud::Common::AbstractModel
4509
4511
  # @param HealthSwitch: 是否开启健康检查:1(开启)、0(关闭)。
4512
+ # 默认为开启。
4510
4513
  # @type HealthSwitch: Integer
4511
4514
  # @param TimeOut: 健康检查的响应超时时间,可选值:2~60,默认值:2,单位:秒。响应超时时间要小于检查间隔时间。
4512
4515
  # @type TimeOut: Integer
@@ -4524,7 +4527,7 @@ module TencentCloud
4524
4527
  # @param HttpCheckPath: 健康检查路径(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。
4525
4528
  # 注意:此字段可能返回 null,表示取不到有效值。
4526
4529
  # @type HttpCheckPath: String
4527
- # @param HttpCheckDomain: 健康检查域名(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,该参数为必填项)。
4530
+ # @param HttpCheckDomain: 健康检查域名,将在HTTP协议 Host 头字段中携带。(仅适用于HTTP/HTTPS监听器和TCP监听器的HTTP健康检查方式。针对TCP监听器,当使用HTTP健康检查方式时,该参数为必填项)。
4528
4531
  # 注意:此字段可能返回 null,表示取不到有效值。
4529
4532
  # @type HttpCheckDomain: String
4530
4533
  # @param HttpCheckMethod: 健康检查方法(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式),默认值:HEAD,可选值HEAD或GET。
@@ -4860,7 +4863,14 @@ module TencentCloud
4860
4863
  # - 对于公网属性和内网属性的性能容量型 CLB实例,最大出带宽的范围为1Mbps-61440Mbps。
4861
4864
  # (调用CreateLoadBalancer创建LB时不指定此参数则设置为默认值10Mbps。此上限可调整)
4862
4865
  # @type InternetMaxBandwidthOut: Integer
4863
- # @param BandwidthpkgSubType: 带宽包的类型,如SINGLEISP(单线)、BGP(多线)。
4866
+ # @param BandwidthpkgSubType: 带宽包的类型,如 BGP(多线)。
4867
+ # 类型如下:
4868
+ # SINGLEISP: 单线
4869
+ # BGP: 多线
4870
+ # HIGH_QUALITY_BGP: 精品BGP共享带宽包
4871
+ # SINGLEISP_CMCC: 中国移动共享带宽包
4872
+ # SINGLEISP_CTCC: 中国电信共享带宽包
4873
+ # SINGLEISP_CUCC: 中国联通共享带宽包
4864
4874
  # 注意:此字段可能返回 null,表示取不到有效值。
4865
4875
  # @type BandwidthpkgSubType: String
4866
4876
 
@@ -5365,7 +5375,7 @@ module TencentCloud
5365
5375
  # @type AnycastZone: String
5366
5376
  # @param AddressIPVersion: IP版本,ipv4 | ipv6
5367
5377
  # @type AddressIPVersion: String
5368
- # @param NumericalVpcId: 数值形式的私有网络 ID
5378
+ # @param NumericalVpcId: 数值形式的私有网络 ID,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
5369
5379
  # @type NumericalVpcId: Integer
5370
5380
  # @param VipIsp: 负载均衡IP地址所属的运营商。
5371
5381
 
@@ -5487,8 +5497,8 @@ module TencentCloud
5487
5497
 
5488
5498
  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
5499
  extend Gem::Deprecate
5490
- deprecate :Log, :none, 2025, 4
5491
- deprecate :Log=, :none, 2025, 4
5500
+ deprecate :Log, :none, 2025, 5
5501
+ deprecate :Log=, :none, 2025, 5
5492
5502
 
5493
5503
  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
5504
  @LoadBalancerId = loadbalancerid
@@ -7505,10 +7515,10 @@ module TencentCloud
7505
7515
 
7506
7516
  attr_accessor :ListenerId, :Targets, :LocationId, :Domain, :Url, :Weight
7507
7517
  extend Gem::Deprecate
7508
- deprecate :Domain, :none, 2025, 4
7509
- deprecate :Domain=, :none, 2025, 4
7510
- deprecate :Url, :none, 2025, 4
7511
- deprecate :Url=, :none, 2025, 4
7518
+ deprecate :Domain, :none, 2025, 5
7519
+ deprecate :Domain=, :none, 2025, 5
7520
+ deprecate :Url, :none, 2025, 5
7521
+ deprecate :Url=, :none, 2025, 5
7512
7522
 
7513
7523
  def initialize(listenerid=nil, targets=nil, locationid=nil, domain=nil, url=nil, weight=nil)
7514
7524
  @ListenerId = listenerid
@@ -8449,8 +8459,8 @@ module TencentCloud
8449
8459
 
8450
8460
  attr_accessor :IP, :Port, :HealthStatus, :TargetId, :HealthStatusDetail, :HealthStatusDetial, :TargetGroupId, :Weight
8451
8461
  extend Gem::Deprecate
8452
- deprecate :HealthStatusDetial, :none, 2025, 4
8453
- deprecate :HealthStatusDetial=, :none, 2025, 4
8462
+ deprecate :HealthStatusDetial, :none, 2025, 5
8463
+ deprecate :HealthStatusDetial=, :none, 2025, 5
8454
8464
 
8455
8465
  def initialize(ip=nil, port=nil, healthstatus=nil, targetid=nil, healthstatusdetail=nil, healthstatusdetial=nil, targetgroupid=nil, weight=nil)
8456
8466
  @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.1051
4
+ version: 3.0.1053
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-29 00:00:00.000000000 Z
11
+ date: 2025-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common