tencentcloud-sdk-clb 3.0.1052 → 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 +15 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 55342a622b1f6dc756e2b6b6483cdb7d44140be0
4
- data.tar.gz: 4eb51717bad5b66ee3d7f47379b8a9b20b0bc00d
3
+ metadata.gz: a938e733dd315a6ec4025f36f04ba55d2ad1002f
4
+ data.tar.gz: 8c20b71a6cf3802049c6b4447d6d5313bbc7a659
5
5
  SHA512:
6
- metadata.gz: 5ccb42ef137f0b3f66fa7b22f24c113ce52f74e2ba88db5271b96d2c362c499572d28dc751011e792d87a2f45cbb59164ad440b73bff4263c07dc476c6691158
7
- data.tar.gz: 62475e8c92770ec9f6fef1a6a495255f20447b286cb24dc90a59ee5f74b7fa9d1e4f8948141794f5bf28e3c34a7f753234e5527ab3d587549a5ed3ace2914804
6
+ metadata.gz: 678bace96859e3f00a3ca52066000fbf0c155015c5daf1a54bb6166634c4200e226dcf7967a1ba911823a5b295c69d6834652825ae1cd69abf902e06baf78fdd
7
+ data.tar.gz: f7631ee939644999ff7d8625d9f92ab5e18773337b4954bb49d28ee1b06e75e7d451474c7ecadbb783354ab97628054266e65993193cd4c92e443de030b7563e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1052
1
+ 3.0.1053
@@ -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
@@ -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
 
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.1052
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-30 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