tencentcloud-sdk-clb 3.0.687 → 3.0.688

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2471b1e0bf2d717dafb1dce4cd095dcc893f2969
4
- data.tar.gz: 52778ef8a6eddc00a6df509543588265445ff91d
3
+ metadata.gz: f2c52d2b596707115da5294af7c30aaf30240fbd
4
+ data.tar.gz: 3bcec6ebbddd71af81590ed59651dc071e19d1f8
5
5
  SHA512:
6
- metadata.gz: 91d5449713a55ce199ddc1baae4803839c4aee4f2a9e16cfad7bd81ef439570bbb19eb2cbcd7839afe770ff01eb5302e2938ce5e0d67d74ff39024d373ef09d8
7
- data.tar.gz: 5992374fdf46074366573fa5b8ba6072e10b7aef369ccb2f4eb1d2f58769b062c03b13f1430c6ca4d2e77ad1138b40ff5de72edbc1c02578ae7666b38c098feb
6
+ metadata.gz: 504fbc09d2bde7c47ffaa8b48aee60b272a2495a372b28a9a2b67aa569971c3d03b433a3f7ea530513c264b42d4b5bd9363aae05ca7599836e8bfeaa16912db1
7
+ data.tar.gz: d67890488ee19968a8ee7cf2fda026df4689ebd6e5c77cc3cb7550565bd459f662cd660066539d9ad5e8ff82021dbddb8c105a43cc84373d932778e108471529
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.687
1
+ 3.0.688
@@ -6168,11 +6168,14 @@ module TencentCloud
6168
6168
  class ModifyLoadBalancerSlaRequest < TencentCloud::Common::AbstractModel
6169
6169
  # @param LoadBalancerSla: 负载均衡实例信息。
6170
6170
  # @type LoadBalancerSla: Array
6171
+ # @param Force: 是否强制升级,默认否。
6172
+ # @type Force: Boolean
6171
6173
 
6172
- attr_accessor :LoadBalancerSla
6174
+ attr_accessor :LoadBalancerSla, :Force
6173
6175
 
6174
- def initialize(loadbalancersla=nil)
6176
+ def initialize(loadbalancersla=nil, force=nil)
6175
6177
  @LoadBalancerSla = loadbalancersla
6178
+ @Force = force
6176
6179
  end
6177
6180
 
6178
6181
  def deserialize(params)
@@ -6184,6 +6187,7 @@ module TencentCloud
6184
6187
  @LoadBalancerSla << slaupdateparam_tmp
6185
6188
  end
6186
6189
  end
6190
+ @Force = params['Force']
6187
6191
  end
6188
6192
  end
6189
6193
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-clb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.687
4
+ version: 3.0.688
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud