tencentcloud-sdk-gwlb 3.0.963 → 3.0.964

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/v20240906/models.rb +24 -12
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35b4a560057e8918b304885f9331d8d8eef13322
4
- data.tar.gz: a264d499c2b65d26b198cf087b636a214aa2a848
3
+ metadata.gz: 8bd30f554367b4b4c3d8631767462f16eaceceed
4
+ data.tar.gz: dddee79d22cc6bf48eaff2fe9ed5e2572a166a1a
5
5
  SHA512:
6
- metadata.gz: 61294fa9cfafecf5a73272c8f08ad3c1abf7d26911a93bca5b67c25d1c32ad478988bebee2d5d1d382aad74c0071bd89f059a79e178f0e177f0e23f473b0ae8f
7
- data.tar.gz: 3b179472f29699a012aaf4f65782c500aa83826a8bb6f8222682ea5ee3763bfb9d48a4fb7c6bf9ac620218226c3302cf4aa005fa38f1a14eccb0f05e8baa8cb7
6
+ metadata.gz: e8672b94370e4f9e85ec10f96429e5cb12928c6a236f95b322edbbcb97077ead7e25c7a20717cf840b57a8ff336b473525ebc12ac426349d18b87b46985aaa0a
7
+ data.tar.gz: a905bfb7907234d383b058066abbf7cc64ffdf4ff25b746609982c0dc11763a4d931eeb8d81f9adb81353734e84f536a2de15425c024af62804392a2a6b1eca2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.964
@@ -78,7 +78,7 @@ module TencentCloud
78
78
 
79
79
  # CreateGatewayLoadBalancer请求参数结构体
80
80
  class CreateGatewayLoadBalancerRequest < TencentCloud::Common::AbstractModel
81
- # @param VpcId: 网关负载均衡后端目标设备所属的私有网络 ID,如vpc-12345678,可以通过 DescribeVpcEx 接口获取。 不填此参数则默认为DefaultVPC。创建内网负载均衡实例时,此参数必填。
81
+ # @param VpcId: 网关负载均衡后端目标设备所属的私有网络 ID,如vpc-azd4dt1c,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。
82
82
  # @type VpcId: String
83
83
  # @param SubnetId: 网关负载均衡后端目标设备所属的私有网络的子网ID。
84
84
  # @type SubnetId: String
@@ -152,13 +152,13 @@ module TencentCloud
152
152
  # @type TargetGroupName: String
153
153
  # @param VpcId: 目标组的vpcid属性,不填则使用默认vpc
154
154
  # @type VpcId: String
155
- # @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。
155
+ # @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。仅支持6081。
156
156
  # @type Port: Integer
157
157
  # @param TargetGroupInstances: 目标组绑定的后端服务器
158
158
  # @type TargetGroupInstances: Array
159
159
  # @param Protocol: 网关负载均衡目标组协议。
160
160
  # - TENCENT_GENEVE :GENEVE 标准协议
161
- # - AWS_GENEVE:GENEVE 兼容协议(需要提交工单申请开白)
161
+ # - AWS_GENEVE:GENEVE 兼容协议
162
162
  # @type Protocol: String
163
163
  # @param HealthCheck: 健康检查设置。
164
164
  # @type HealthCheck: :class:`Tencentcloud::Gwlb.v20240906.models.TargetGroupHealthCheck`
@@ -453,6 +453,10 @@ module TencentCloud
453
453
  # DescribeTargetGroupInstances请求参数结构体
454
454
  class DescribeTargetGroupInstancesRequest < TencentCloud::Common::AbstractModel
455
455
  # @param Filters: 过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。
456
+
457
+ # - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。
458
+ # - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的IP地址,如“10.1.1.1”
459
+ # - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins_name”
456
460
  # @type Filters: Array
457
461
  # @param Limit: 显示数量限制,默认20。
458
462
  # @type Limit: Integer
@@ -520,7 +524,10 @@ module TencentCloud
520
524
  class DescribeTargetGroupListRequest < TencentCloud::Common::AbstractModel
521
525
  # @param TargetGroupIds: 目标组ID数组。
522
526
  # @type TargetGroupIds: Array
523
- # @param Filters: 过滤条件数组,支持TargetGroupVpcId和TargetGroupName。
527
+ # @param Filters: 过滤条件数组。
528
+
529
+ # - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
530
+ # - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
524
531
  # @type Filters: Array
525
532
  # @param Offset: 显示的偏移起始量。
526
533
  # @type Offset: Integer
@@ -590,7 +597,10 @@ module TencentCloud
590
597
  # @type Limit: Integer
591
598
  # @param Offset: 显示的偏移起始量。
592
599
  # @type Offset: Integer
593
- # @param Filters: 过滤条件数组,支持TargetGroupVpcId和TargetGroupName。
600
+ # @param Filters: 过滤条件数组。
601
+
602
+ # - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
603
+ # - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
594
604
  # @type Filters: Array
595
605
 
596
606
  attr_accessor :TargetGroupIds, :Limit, :Offset, :Filters
@@ -1160,7 +1170,7 @@ module TencentCloud
1160
1170
  # @type InstanceId: String
1161
1171
  # @param Port: 后端服务的监听端口
1162
1172
  # @type Port: Integer
1163
- # @param Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
1173
+ # @param Weight: 后端服务的转发权重,取值为0或16
1164
1174
  # @type Weight: Integer
1165
1175
  # @param PublicIpAddresses: 后端服务的外网 IP
1166
1176
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1216,10 +1226,10 @@ module TencentCloud
1216
1226
  class TargetGroupHealthCheck < TencentCloud::Common::AbstractModel
1217
1227
  # @param HealthSwitch: 是否开启健康检查。
1218
1228
  # @type HealthSwitch: Boolean
1219
- # @param Protocol: 健康检查使用的协议。支持pingtcp,默认为ping
1229
+ # @param Protocol: 健康检查使用的协议。支持PINGTCP两种方式,默认为PING
1220
1230
 
1221
- # - PING: icmp
1222
- # - TCP: tcp
1231
+ # - icmp: 使用PING的方式进行健康检查
1232
+ # - tcp: 使用TCP连接的方式进行健康检查
1223
1233
  # @type Protocol: String
1224
1234
  # @param Port: 健康检查端口,探测协议为tcp时,该参数必填。
1225
1235
  # @type Port: Integer
@@ -1273,11 +1283,13 @@ module TencentCloud
1273
1283
  # @param AssociatedRule: 关联到的规则数组。在DescribeTargetGroupList接口调用时无法获取到该参数。
1274
1284
  # 注意:此字段可能返回 null,表示取不到有效值。
1275
1285
  # @type AssociatedRule: Array
1276
- # @param Protocol: 后端协议类型。
1286
+ # @param Protocol: 网关负载均衡目标组协议。
1287
+ # - tencent_geneve :GENEVE 标准协议
1288
+ # - aws_geneve:GENEVE 兼容协议
1277
1289
  # 注意:此字段可能返回 null,表示取不到有效值。
1278
1290
  # @type Protocol: String
1279
- # @param ScheduleAlgorithm: 调度算法。
1280
- # ip_hash_3:弹性哈希
1291
+ # @param ScheduleAlgorithm: 均衡算法。
1292
+ # - ip_hash_3_elastic:弹性哈希
1281
1293
  # 注意:此字段可能返回 null,表示取不到有效值。
1282
1294
  # @type ScheduleAlgorithm: String
1283
1295
  # @param HealthCheck: 健康检查详情。
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gwlb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.963
4
+ version: 3.0.964
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud