tencentcloud-sdk-gwlb 3.0.963 → 3.0.964
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/v20240906/models.rb +24 -12
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bd30f554367b4b4c3d8631767462f16eaceceed
|
4
|
+
data.tar.gz: dddee79d22cc6bf48eaff2fe9ed5e2572a166a1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8672b94370e4f9e85ec10f96429e5cb12928c6a236f95b322edbbcb97077ead7e25c7a20717cf840b57a8ff336b473525ebc12ac426349d18b87b46985aaa0a
|
7
|
+
data.tar.gz: a905bfb7907234d383b058066abbf7cc64ffdf4ff25b746609982c0dc11763a4d931eeb8d81f9adb81353734e84f536a2de15425c024af62804392a2a6b1eca2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.964
|
data/lib/v20240906/models.rb
CHANGED
@@ -78,7 +78,7 @@ module TencentCloud
|
|
78
78
|
|
79
79
|
# CreateGatewayLoadBalancer请求参数结构体
|
80
80
|
class CreateGatewayLoadBalancerRequest < TencentCloud::Common::AbstractModel
|
81
|
-
# @param VpcId: 网关负载均衡后端目标设备所属的私有网络 ID,如vpc-
|
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:
|
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:
|
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:
|
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: 健康检查使用的协议。支持
|
1229
|
+
# @param Protocol: 健康检查使用的协议。支持PING和TCP两种方式,默认为PING。
|
1220
1230
|
|
1221
|
-
# -
|
1222
|
-
# -
|
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
|
-
#
|
1291
|
+
# @param ScheduleAlgorithm: 均衡算法。
|
1292
|
+
# - ip_hash_3_elastic:弹性哈希
|
1281
1293
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1282
1294
|
# @type ScheduleAlgorithm: String
|
1283
1295
|
# @param HealthCheck: 健康检查详情。
|