tencentcloud-sdk-clb 3.0.680 → 3.0.682

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03ef7b6226c3bce98c93779b6ca72fe618b4e68f
4
- data.tar.gz: 56e81ebe80d54a36bd7ebaaa5a026c361ccefbde
3
+ metadata.gz: 3d0b1315c10ca8758d4e5489c21ddd62de9257b1
4
+ data.tar.gz: 16805b3370eb19e1e47ffdbf19208fde12cffe4c
5
5
  SHA512:
6
- metadata.gz: 3ffbeae11a72a7073f3072ba8d28999b3b774d8710119373ec99f7cea1a24dcaa63f50ba872159c896e4ac2501b8d0e7da5e8ab6e0fbd721b14762f5d4f1cd2c
7
- data.tar.gz: fcff501ea8f5fb43c2d4da5ad55fc4e923b7115c53764f9dd3baf3985a1f71f1b9fdbe7210eefd1c1fb11f5fae5c92e7efda6f710066ef2aab2bba94c7283602
6
+ metadata.gz: b99948d49228a59da9d56a8530f633264ee6a32dce8ac63d029bfa574bba4663e50efd6ceffe40d9418e136cee1b7cfbe797b5f0dd0ac98cdd22940fbebaa316
7
+ data.tar.gz: 2b16e86ddf65ac0a8095a3d913a3fd042e6d3daa98eeb450744d6ee333ef500aac022c7667def029520c045f49b2504aba159fcf277486f0bc854a9b4e32e0c2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.680
1
+ 3.0.682
@@ -197,7 +197,7 @@ module TencentCloud
197
197
  # 通过接口调用:
198
198
  # BGP带宽包必须传带宽包id
199
199
  # 独占集群克隆必须传对应的参数,否则按共享型创建
200
- # 功能内测中,[申请开通](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20CLB&step=1)。
200
+ # 功能内测中,请提交 [内测申请](https://cloud.tencent.com/apply/p/1akuvsmyn0g)。
201
201
 
202
202
  # @param request: Request instance for CloneLoadBalancer.
203
203
  # @type request: :class:`Tencentcloud::clb::V20180317::CloneLoadBalancerRequest`
@@ -157,7 +157,7 @@ module TencentCloud
157
157
 
158
158
  # 监听器绑定的后端服务的详细信息
159
159
  class Backend < TencentCloud::Common::AbstractModel
160
- # @param Type: 后端服务的类型,可取:CVM、ENI
160
+ # @param Type: 后端服务的类型,可取:CVM、ENI、CCN
161
161
  # @type Type: String
162
162
  # @param InstanceId: 后端服务的唯一 ID,如 ins-abcd1234
163
163
  # @type InstanceId: String
@@ -180,10 +180,13 @@ module TencentCloud
180
180
  # @param EniId: 弹性网卡唯一ID,如 eni-1234abcd
181
181
  # 注意:此字段可能返回 null,表示取不到有效值。
182
182
  # @type EniId: String
183
+ # @param Tag: 标签。
184
+ # 注意:此字段可能返回 null,表示取不到有效值。
185
+ # @type Tag: String
183
186
 
184
- attr_accessor :Type, :InstanceId, :Port, :Weight, :PublicIpAddresses, :PrivateIpAddresses, :InstanceName, :RegisteredTime, :EniId
187
+ attr_accessor :Type, :InstanceId, :Port, :Weight, :PublicIpAddresses, :PrivateIpAddresses, :InstanceName, :RegisteredTime, :EniId, :Tag
185
188
 
186
- def initialize(type=nil, instanceid=nil, port=nil, weight=nil, publicipaddresses=nil, privateipaddresses=nil, instancename=nil, registeredtime=nil, eniid=nil)
189
+ def initialize(type=nil, instanceid=nil, port=nil, weight=nil, publicipaddresses=nil, privateipaddresses=nil, instancename=nil, registeredtime=nil, eniid=nil, tag=nil)
187
190
  @Type = type
188
191
  @InstanceId = instanceid
189
192
  @Port = port
@@ -193,6 +196,7 @@ module TencentCloud
193
196
  @InstanceName = instancename
194
197
  @RegisteredTime = registeredtime
195
198
  @EniId = eniid
199
+ @Tag = tag
196
200
  end
197
201
 
198
202
  def deserialize(params)
@@ -205,6 +209,7 @@ module TencentCloud
205
209
  @InstanceName = params['InstanceName']
206
210
  @RegisteredTime = params['RegisteredTime']
207
211
  @EniId = params['EniId']
212
+ @Tag = params['Tag']
208
213
  end
209
214
  end
210
215
 
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.680
4
+ version: 3.0.682
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-10-19 00:00:00.000000000 Z
11
+ date: 2023-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-clb.rb
36
37
  - lib/v20180317/client.rb
37
38
  - lib/v20180317/models.rb
38
- - lib/tencentcloud-sdk-clb.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: