tencentcloud-sdk-antiddos 1.0.265 → 1.0.266

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: 79ceb9e73441eec7700bdbad30575bbeb8ce575f
4
- data.tar.gz: bfeecd36bb460287a865bdc0b320e417e58c9e89
3
+ metadata.gz: fec7ca50212af3e1e2d575d74ef3de0a345ecc8f
4
+ data.tar.gz: 79eb3becf9f8596d5c627b53956baaf11b1b9cb1
5
5
  SHA512:
6
- metadata.gz: 30f042196f325fd812e899a973ea08456e9ede658da952ffd7baf6c7fe7f3ea712563d3010837e30bb0f8574064a4f6cc62ccdc3383e0cc62b0f4b6096bf20c7
7
- data.tar.gz: 50160acc3e754a4c42f740c737a194964f2de2dc7135f1548c048d5cee34eabe576335c0c30f4df6762e50cf7c0e325763631adb610bccb06ec06024ce6a8fb5
6
+ metadata.gz: 34a044922e32f9256eda2b177d74cbbe2880702d9d7640097a9530bd27ea91eb2132fcaec1541f70609b13fd9fa37549d225634d8664c1b56cf9c2890451d101
7
+ data.tar.gz: dfa9bd9cebb75f6fd8ba7b83178d9cc98ea60d424ffca9e29958bb5866c1ab2beea556e53ffe3cda83f6545fcca4c6397e1696eb8aaf35d049c9d1b9a0986ff9
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.265
1
+ 1.0.266
@@ -140,16 +140,19 @@ module TencentCloud
140
140
  # @type Eip: String
141
141
  # @param LoadBalancerID: 要绑定的负载均衡ID。负载均衡 ID 形如:lb-0000002i。可通过登录控制台查询,也可通过 DescribeLoadBalancers 接口返回值中的LoadBalancerId获取。
142
142
  # @type LoadBalancerID: String
143
- # @param LoadBalancerRegion: Clb所在地域,例如:ap-hongkong。
143
+ # @param LoadBalancerRegion: CLB所在地域,例如:ap-hongkong。
144
144
  # @type LoadBalancerRegion: String
145
+ # @param Vip: CLB内网IP
146
+ # @type Vip: String
145
147
 
146
- attr_accessor :InstanceId, :Eip, :LoadBalancerID, :LoadBalancerRegion
148
+ attr_accessor :InstanceId, :Eip, :LoadBalancerID, :LoadBalancerRegion, :Vip
147
149
 
148
- def initialize(instanceid=nil, eip=nil, loadbalancerid=nil, loadbalancerregion=nil)
150
+ def initialize(instanceid=nil, eip=nil, loadbalancerid=nil, loadbalancerregion=nil, vip=nil)
149
151
  @InstanceId = instanceid
150
152
  @Eip = eip
151
153
  @LoadBalancerID = loadbalancerid
152
154
  @LoadBalancerRegion = loadbalancerregion
155
+ @Vip = vip
153
156
  end
154
157
 
155
158
  def deserialize(params)
@@ -157,6 +160,7 @@ module TencentCloud
157
160
  @Eip = params['Eip']
158
161
  @LoadBalancerID = params['LoadBalancerID']
159
162
  @LoadBalancerRegion = params['LoadBalancerRegion']
163
+ @Vip = params['Vip']
160
164
  end
161
165
  end
162
166
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-antiddos
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.265
4
+ version: 1.0.266
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-25 00:00:00.000000000 Z
11
+ date: 2022-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common