tencentcloud-sdk-gwlb 3.0.1039 → 3.0.1040
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240906/client.rb +5 -7
- data/lib/v20240906/models.rb +39 -29
- 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: 6625d4b895e114e87419b03dd2850e2ab626359b
|
4
|
+
data.tar.gz: 5c5cae4a22980e2155fcf1591d1b9225bf0f6a17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5481f76b06b0414ea7e23505c0a24cb2211317f16f73b71a52428b468d12f0fd588c8db5b290f311efa34f52eda723b5d74dceaba073bd607a36b0c8fcdcff0f
|
7
|
+
data.tar.gz: d0f03ab509207c5ba03217b282dc71c652376b5ae889e68975c5e935383d4f1d2f1248b7c4478333c72db48e920584c8f0ecbabe717b5c05b19eb19297edacfa
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1040
|
data/lib/v20240906/client.rb
CHANGED
@@ -30,7 +30,7 @@ module TencentCloud
|
|
30
30
|
|
31
31
|
|
32
32
|
# 本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡。
|
33
|
-
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
33
|
+
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
34
34
|
|
35
35
|
# @param request: Request instance for AssociateTargetGroups.
|
36
36
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::AssociateTargetGroupsRequest`
|
@@ -56,7 +56,7 @@ module TencentCloud
|
|
56
56
|
|
57
57
|
# 本接口(CreateGatewayLoadBalancer)用来创建网关负载均衡实例。为了使用网关负载均衡服务,您必须购买一个或多个网关负载均衡实例。成功调用该接口后,会返回网关负载均衡实例的唯一 ID。
|
58
58
|
# 注意:单个账号在每个地域的默认购买配额为:10个。
|
59
|
-
# 本接口为异步接口,接口成功返回后,可使用
|
59
|
+
# 本接口为异步接口,接口成功返回后,可使用 [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700) 接口查询负载均衡实例的状态。
|
60
60
|
|
61
61
|
# @param request: Request instance for CreateGatewayLoadBalancer.
|
62
62
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::CreateGatewayLoadBalancerRequest`
|
@@ -80,7 +80,7 @@ module TencentCloud
|
|
80
80
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
81
81
|
end
|
82
82
|
|
83
|
-
#
|
83
|
+
# 创建目标组。
|
84
84
|
|
85
85
|
# @param request: Request instance for CreateTargetGroup.
|
86
86
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::CreateTargetGroupRequest`
|
@@ -105,7 +105,7 @@ module TencentCloud
|
|
105
105
|
end
|
106
106
|
|
107
107
|
# DeleteGatewayLoadBalancer 接口用以删除指定的一个或多个网关负载均衡实例。成功删除后,会把网关负载均衡实例与后端服务解绑。
|
108
|
-
# 本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
108
|
+
# 本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700) 接口查询本次任务是否成功。
|
109
109
|
|
110
110
|
# @param request: Request instance for DeleteGatewayLoadBalancer.
|
111
111
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::DeleteGatewayLoadBalancerRequest`
|
@@ -154,7 +154,6 @@ module TencentCloud
|
|
154
154
|
end
|
155
155
|
|
156
156
|
# 从目标组中解绑服务器。
|
157
|
-
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
158
157
|
|
159
158
|
# @param request: Request instance for DeregisterTargetGroupInstances.
|
160
159
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::DeregisterTargetGroupInstancesRequest`
|
@@ -323,7 +322,7 @@ module TencentCloud
|
|
323
322
|
end
|
324
323
|
|
325
324
|
# 解除负载均衡和目标组的关联关系。
|
326
|
-
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
325
|
+
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
327
326
|
|
328
327
|
# @param request: Request instance for DisassociateTargetGroups.
|
329
328
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::DisassociateTargetGroupsRequest`
|
@@ -445,7 +444,6 @@ module TencentCloud
|
|
445
444
|
end
|
446
445
|
|
447
446
|
# 注册服务器到目标组。
|
448
|
-
# 本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
449
447
|
|
450
448
|
# @param request: Request instance for RegisterTargetGroupInstances.
|
451
449
|
# @type request: :class:`Tencentcloud::gwlb::V20240906::RegisterTargetGroupInstancesRequest`
|
data/lib/v20240906/models.rb
CHANGED
@@ -80,7 +80,7 @@ module TencentCloud
|
|
80
80
|
class CreateGatewayLoadBalancerRequest < TencentCloud::Common::AbstractModel
|
81
81
|
# @param VpcId: 网关负载均衡后端目标设备所属的私有网络 ID,如vpc-azd4dt1c,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。
|
82
82
|
# @type VpcId: String
|
83
|
-
# @param SubnetId: 网关负载均衡后端目标设备所属的私有网络的子网ID
|
83
|
+
# @param SubnetId: 网关负载均衡后端目标设备所属的私有网络的子网ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
84
84
|
# @type SubnetId: String
|
85
85
|
# @param LoadBalancerName: 网关负载均衡实例名称。可支持输入1-60个字符。不填写时默认自动生成。
|
86
86
|
# @type LoadBalancerName: String
|
@@ -88,7 +88,7 @@ module TencentCloud
|
|
88
88
|
# @type Number: Integer
|
89
89
|
# @param Tags: 购买网关负载均衡的同时,给负载均衡打上标签,最大支持20个标签键值对。
|
90
90
|
# @type Tags: Array
|
91
|
-
# @param LBChargeType: 网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR
|
91
|
+
# @param LBChargeType: 网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR(按量计费),默认是POSTPAID_BY_HOUR。
|
92
92
|
# @type LBChargeType: String
|
93
93
|
|
94
94
|
attr_accessor :VpcId, :SubnetId, :LoadBalancerName, :Number, :Tags, :LBChargeType
|
@@ -150,7 +150,7 @@ module TencentCloud
|
|
150
150
|
class CreateTargetGroupRequest < TencentCloud::Common::AbstractModel
|
151
151
|
# @param TargetGroupName: 目标组名称,限定60个字符。
|
152
152
|
# @type TargetGroupName: String
|
153
|
-
# @param VpcId:
|
153
|
+
# @param VpcId: 网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。 不填此参数则默认为DefaultVPC。
|
154
154
|
# @type VpcId: String
|
155
155
|
# @param Port: 目标组的默认端口, 后续添加服务器时可使用该默认端口。Port和TargetGroupInstances.N中的port二者必填其一。仅支持6081。
|
156
156
|
# @type Port: Integer
|
@@ -236,7 +236,7 @@ module TencentCloud
|
|
236
236
|
|
237
237
|
# DeleteGatewayLoadBalancer请求参数结构体
|
238
238
|
class DeleteGatewayLoadBalancerRequest < TencentCloud::Common::AbstractModel
|
239
|
-
# @param LoadBalancerIds: 要删除的网关负载均衡实例 ID数组,数组大小最大支持20
|
239
|
+
# @param LoadBalancerIds: 要删除的网关负载均衡实例 ID数组,数组大小最大支持20。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
|
240
240
|
# @type LoadBalancerIds: Array
|
241
241
|
|
242
242
|
attr_accessor :LoadBalancerIds
|
@@ -268,7 +268,7 @@ module TencentCloud
|
|
268
268
|
|
269
269
|
# DeleteTargetGroups请求参数结构体
|
270
270
|
class DeleteTargetGroupsRequest < TencentCloud::Common::AbstractModel
|
271
|
-
# @param TargetGroupIds: 目标组ID列表。
|
271
|
+
# @param TargetGroupIds: 目标组ID列表。 可以通过接口[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
|
272
272
|
# @type TargetGroupIds: Array
|
273
273
|
|
274
274
|
attr_accessor :TargetGroupIds
|
@@ -300,7 +300,7 @@ module TencentCloud
|
|
300
300
|
|
301
301
|
# DeregisterTargetGroupInstances请求参数结构体
|
302
302
|
class DeregisterTargetGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
303
|
-
# @param TargetGroupId: 目标组ID
|
303
|
+
# @param TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
|
304
304
|
# @type TargetGroupId: String
|
305
305
|
# @param TargetGroupInstances: 待解绑的服务器信息。
|
306
306
|
# @type TargetGroupInstances: Array
|
@@ -417,7 +417,7 @@ module TencentCloud
|
|
417
417
|
|
418
418
|
# DescribeTargetGroupInstanceStatus请求参数结构体
|
419
419
|
class DescribeTargetGroupInstanceStatusRequest < TencentCloud::Common::AbstractModel
|
420
|
-
# @param TargetGroupId: 目标组唯一id
|
420
|
+
# @param TargetGroupId: 目标组唯一id。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
|
421
421
|
# @type TargetGroupId: String
|
422
422
|
# @param TargetGroupInstanceIps: 目标组绑定的后端服务ip列表
|
423
423
|
# @type TargetGroupInstanceIps: Array
|
@@ -466,11 +466,11 @@ module TencentCloud
|
|
466
466
|
class DescribeTargetGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
467
467
|
# @param Filters: 过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。
|
468
468
|
|
469
|
-
# - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0
|
470
|
-
# - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1
|
471
|
-
# - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke
|
469
|
+
# - TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
|
470
|
+
# - BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”。
|
471
|
+
# - InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 接口获取。
|
472
472
|
# @type Filters: Array
|
473
|
-
# @param Limit: 显示数量限制,默认20。
|
473
|
+
# @param Limit: 显示数量限制,默认20,最大1000。
|
474
474
|
# @type Limit: Integer
|
475
475
|
# @param Offset: 显示的偏移量,默认为0。
|
476
476
|
# @type Offset: Integer
|
@@ -538,12 +538,12 @@ module TencentCloud
|
|
538
538
|
# @type TargetGroupIds: Array
|
539
539
|
# @param Filters: 过滤条件数组。
|
540
540
|
|
541
|
-
# - TargetGroupVpcId - String - 是否必填:否 -
|
541
|
+
# - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
|
542
542
|
# - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
|
543
543
|
# @type Filters: Array
|
544
|
-
# @param Offset:
|
544
|
+
# @param Offset: 显示的偏移起始量,默认为0。
|
545
545
|
# @type Offset: Integer
|
546
|
-
# @param Limit: 显示条数限制,默认为20。
|
546
|
+
# @param Limit: 显示条数限制,默认为20,最大值为1000。
|
547
547
|
# @type Limit: Integer
|
548
548
|
|
549
549
|
attr_accessor :TargetGroupIds, :Filters, :Offset, :Limit
|
@@ -603,15 +603,14 @@ module TencentCloud
|
|
603
603
|
|
604
604
|
# DescribeTargetGroups请求参数结构体
|
605
605
|
class DescribeTargetGroupsRequest < TencentCloud::Common::AbstractModel
|
606
|
-
# @param TargetGroupIds: 目标组ID
|
606
|
+
# @param TargetGroupIds: 目标组ID。
|
607
607
|
# @type TargetGroupIds: Array
|
608
|
-
# @param Limit: 显示条数限制,默认为20。
|
608
|
+
# @param Limit: 显示条数限制,默认为20,最大值为1000。
|
609
609
|
# @type Limit: Integer
|
610
|
-
# @param Offset:
|
610
|
+
# @param Offset: 显示的偏移起始量,默认为0。
|
611
611
|
# @type Offset: Integer
|
612
612
|
# @param Filters: 过滤条件数组。
|
613
|
-
|
614
|
-
# - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,如“vpc-bhqk****”。
|
613
|
+
# - TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。
|
615
614
|
# - TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”
|
616
615
|
# @type Filters: Array
|
617
616
|
|
@@ -934,7 +933,7 @@ module TencentCloud
|
|
934
933
|
|
935
934
|
# ModifyGatewayLoadBalancerAttribute请求参数结构体
|
936
935
|
class ModifyGatewayLoadBalancerAttributeRequest < TencentCloud::Common::AbstractModel
|
937
|
-
# @param LoadBalancerId: 网关负载均衡的唯一ID
|
936
|
+
# @param LoadBalancerId: 网关负载均衡的唯一ID。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。
|
938
937
|
# @type LoadBalancerId: String
|
939
938
|
# @param LoadBalancerName: 网关负载均衡实例名称。可支持输入1-60个字符。
|
940
939
|
# @type LoadBalancerName: String
|
@@ -974,7 +973,7 @@ module TencentCloud
|
|
974
973
|
|
975
974
|
# ModifyTargetGroupAttribute请求参数结构体
|
976
975
|
class ModifyTargetGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
977
|
-
# @param TargetGroupId: 目标组的ID
|
976
|
+
# @param TargetGroupId: 目标组的ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。
|
978
977
|
# @type TargetGroupId: String
|
979
978
|
# @param TargetGroupName: 目标组的新名称。
|
980
979
|
# @type TargetGroupName: String
|
@@ -1021,7 +1020,7 @@ module TencentCloud
|
|
1021
1020
|
|
1022
1021
|
# ModifyTargetGroupInstancesWeight请求参数结构体
|
1023
1022
|
class ModifyTargetGroupInstancesWeightRequest < TencentCloud::Common::AbstractModel
|
1024
|
-
# @param TargetGroupId: 目标组ID
|
1023
|
+
# @param TargetGroupId: 目标组ID。可通过DescribeTargetGroupList接口获取。
|
1025
1024
|
# @type TargetGroupId: String
|
1026
1025
|
# @param TargetGroupInstances: 实例绑定配置数组。
|
1027
1026
|
# @type TargetGroupInstances: Array
|
@@ -1092,7 +1091,7 @@ module TencentCloud
|
|
1092
1091
|
|
1093
1092
|
# RegisterTargetGroupInstances请求参数结构体
|
1094
1093
|
class RegisterTargetGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
1095
|
-
# @param TargetGroupId: 目标组ID
|
1094
|
+
# @param TargetGroupId: 目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。
|
1096
1095
|
# @type TargetGroupId: String
|
1097
1096
|
# @param TargetGroupInstances: 服务器实例数组
|
1098
1097
|
# @type TargetGroupInstances: Array
|
@@ -1155,9 +1154,9 @@ module TencentCloud
|
|
1155
1154
|
|
1156
1155
|
# 规则与目标组的关联关系。
|
1157
1156
|
class TargetGroupAssociation < TencentCloud::Common::AbstractModel
|
1158
|
-
# @param LoadBalancerId: 网关负载均衡实例ID。
|
1157
|
+
# @param LoadBalancerId: 网关负载均衡实例ID,可以通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)获取网关负载均衡ID。
|
1159
1158
|
# @type LoadBalancerId: String
|
1160
|
-
# @param TargetGroupId: 目标组ID。
|
1159
|
+
# @param TargetGroupId: 目标组ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取目标组ID。
|
1161
1160
|
# @type TargetGroupId: String
|
1162
1161
|
|
1163
1162
|
attr_accessor :LoadBalancerId, :TargetGroupId
|
@@ -1250,9 +1249,9 @@ module TencentCloud
|
|
1250
1249
|
# @type Timeout: Integer
|
1251
1250
|
# @param IntervalTime: 检测间隔时间。 默认为5秒。 可配置范围:2 - 300秒。
|
1252
1251
|
# @type IntervalTime: Integer
|
1253
|
-
# @param HealthNum: 检测健康阈值。 默认为3
|
1252
|
+
# @param HealthNum: 检测健康阈值。 默认为3次。 可配置范围:2 - 10次。
|
1254
1253
|
# @type HealthNum: Integer
|
1255
|
-
# @param UnHealthNum: 检测不健康阈值。 默认为3
|
1254
|
+
# @param UnHealthNum: 检测不健康阈值。 默认为3次。 可配置范围:2 - 10次。
|
1256
1255
|
# @type UnHealthNum: Integer
|
1257
1256
|
|
1258
1257
|
attr_accessor :HealthSwitch, :Protocol, :Port, :Timeout, :IntervalTime, :HealthNum, :UnHealthNum
|
@@ -1317,10 +1316,12 @@ module TencentCloud
|
|
1317
1316
|
# @param RegisteredInstancesCount: 目标组内的实例数量。
|
1318
1317
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1319
1318
|
# @type RegisteredInstancesCount: Integer
|
1319
|
+
# @param Tag: 目标组的标签。
|
1320
|
+
# @type Tag: Array
|
1320
1321
|
|
1321
|
-
attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :ScheduleAlgorithm, :HealthCheck, :AllDeadToAlive, :AssociatedRuleCount, :RegisteredInstancesCount
|
1322
|
+
attr_accessor :TargetGroupId, :VpcId, :TargetGroupName, :Port, :CreatedTime, :UpdatedTime, :AssociatedRule, :Protocol, :ScheduleAlgorithm, :HealthCheck, :AllDeadToAlive, :AssociatedRuleCount, :RegisteredInstancesCount, :Tag
|
1322
1323
|
|
1323
|
-
def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, protocol=nil, schedulealgorithm=nil, healthcheck=nil, alldeadtoalive=nil, associatedrulecount=nil, registeredinstancescount=nil)
|
1324
|
+
def initialize(targetgroupid=nil, vpcid=nil, targetgroupname=nil, port=nil, createdtime=nil, updatedtime=nil, associatedrule=nil, protocol=nil, schedulealgorithm=nil, healthcheck=nil, alldeadtoalive=nil, associatedrulecount=nil, registeredinstancescount=nil, tag=nil)
|
1324
1325
|
@TargetGroupId = targetgroupid
|
1325
1326
|
@VpcId = vpcid
|
1326
1327
|
@TargetGroupName = targetgroupname
|
@@ -1334,6 +1335,7 @@ module TencentCloud
|
|
1334
1335
|
@AllDeadToAlive = alldeadtoalive
|
1335
1336
|
@AssociatedRuleCount = associatedrulecount
|
1336
1337
|
@RegisteredInstancesCount = registeredinstancescount
|
1338
|
+
@Tag = tag
|
1337
1339
|
end
|
1338
1340
|
|
1339
1341
|
def deserialize(params)
|
@@ -1360,6 +1362,14 @@ module TencentCloud
|
|
1360
1362
|
@AllDeadToAlive = params['AllDeadToAlive']
|
1361
1363
|
@AssociatedRuleCount = params['AssociatedRuleCount']
|
1362
1364
|
@RegisteredInstancesCount = params['RegisteredInstancesCount']
|
1365
|
+
unless params['Tag'].nil?
|
1366
|
+
@Tag = []
|
1367
|
+
params['Tag'].each do |i|
|
1368
|
+
taginfo_tmp = TagInfo.new
|
1369
|
+
taginfo_tmp.deserialize(i)
|
1370
|
+
@Tag << taginfo_tmp
|
1371
|
+
end
|
1372
|
+
end
|
1363
1373
|
end
|
1364
1374
|
end
|
1365
1375
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-gwlb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1040
|
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-
|
11
|
+
date: 2025-04-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|