tencentcloud-sdk-ecm 3.0.533 → 3.0.534
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/v20190719/models.rb +0 -12
- 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: 715814e917922197109cc2e7efcb474d083f7d5c
|
|
4
|
+
data.tar.gz: 8fe20f6c06ebd1f05b5d4e3c2cf9147a740c61e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a88a9105e2494cbc6cb1934b3cddcab78b82e172fa182207dea399b183d00425a7f4553b6908cdd348b4194e447387c10322f6a0620e07f3b7b5eae8c8270897
|
|
7
|
+
data.tar.gz: 577e45b51e6e5b874a53e7255c5d5ff0e614708756be2fec8ee9a160db2d7b4e81510d0fd94ae94e8a1b7b18114ff04f76dc92a07763f5e684aefbd0d4e8eb33
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.534
|
data/lib/v20190719/models.rb
CHANGED
|
@@ -788,19 +788,14 @@ module TencentCloud
|
|
|
788
788
|
# 负责均衡批量目标项
|
|
789
789
|
class BatchTarget < TencentCloud::Common::AbstractModel
|
|
790
790
|
# @param ListenerId: 监听器ID
|
|
791
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
792
791
|
# @type ListenerId: String
|
|
793
792
|
# @param Port: 绑定端口
|
|
794
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
795
793
|
# @type Port: Integer
|
|
796
794
|
# @param InstanceId: 子机ID
|
|
797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
798
795
|
# @type InstanceId: String
|
|
799
796
|
# @param EniIp: 弹性网卡ip
|
|
800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
801
797
|
# @type EniIp: String
|
|
802
798
|
# @param Weight: 子机权重,范围[0, 100]。绑定时如果不存在,则默认为10。
|
|
803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
804
799
|
# @type Weight: Integer
|
|
805
800
|
|
|
806
801
|
attr_accessor :ListenerId, :Port, :InstanceId, :EniIp, :Weight
|
|
@@ -10493,16 +10488,12 @@ module TencentCloud
|
|
|
10493
10488
|
# 负责均衡后端目标
|
|
10494
10489
|
class Target < TencentCloud::Common::AbstractModel
|
|
10495
10490
|
# @param Port: 后端服务的监听端口
|
|
10496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10497
10491
|
# @type Port: Integer
|
|
10498
10492
|
# @param InstanceId: 子机ID
|
|
10499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10500
10493
|
# @type InstanceId: String
|
|
10501
10494
|
# @param Weight: 后端服务的转发权重,取值范围:[0, 100],默认为 10。
|
|
10502
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10503
10495
|
# @type Weight: Integer
|
|
10504
10496
|
# @param EniIp: 绑定弹性网卡时需要传入此参数,代表弹性网卡的IP,弹性网卡必须先绑定至子机,然后才能绑定到负载均衡实例。注意:参数 InstanceId 和 EniIp 只能传入一个且必须传入一个。
|
|
10505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10506
10497
|
# @type EniIp: String
|
|
10507
10498
|
|
|
10508
10499
|
attr_accessor :Port, :InstanceId, :Weight, :EniIp
|
|
@@ -10562,13 +10553,10 @@ module TencentCloud
|
|
|
10562
10553
|
# 目标和权重的描述信息
|
|
10563
10554
|
class TargetsWeightRule < TencentCloud::Common::AbstractModel
|
|
10564
10555
|
# @param ListenerId: 负载均衡监听器 ID
|
|
10565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10566
10556
|
# @type ListenerId: String
|
|
10567
10557
|
# @param Targets: 要修改权重的后端机器列表
|
|
10568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10569
10558
|
# @type Targets: Array
|
|
10570
10559
|
# @param Weight: 后端服务新的转发权重,取值范围:0~100。
|
|
10571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
10572
10560
|
# @type Weight: Integer
|
|
10573
10561
|
|
|
10574
10562
|
attr_accessor :ListenerId, :Targets, :Weight
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-ecm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.534
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|