tencentcloud-sdk-vpc 3.0.637 → 3.0.639

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +14 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59b5e61270c55a0a7264491a580de197aef22d65
4
- data.tar.gz: 6ea1d21c51f0f03ba864b1e1a59126c4fb44342c
3
+ metadata.gz: 6d6d6ebcab68c654b1d87322957a0c76b9a7eaaf
4
+ data.tar.gz: 594f9b6f12348688ffd54ccd38545f16d8a79abb
5
5
  SHA512:
6
- metadata.gz: 7b8492a315d73b2aeccd459702d9ce1aed10a5735f58c86a6571b918a5779b5c77c90086d86e9b95fe57f2cf19ac08387fb8d902aad99628ebaefe2e93edc329
7
- data.tar.gz: 8e4bb096ed6b163794c694b0043a71c78c2174b16f72e4e84fa778f5efe70932c04ae27196e5ce79bed3c6b407ad1606791b05cdd5adee1a3b88a1da4769e2ed
6
+ metadata.gz: c3a435cc755a987e026e435c3b0b4f56da6dce3797b87c4b97d53e41c2c7b1a245ca4e04ee7cf6380f5202bd4862371b515dfda034226ac4525ac84f82259b13
7
+ data.tar.gz: 88a4784d8a07f28c53df413d819e697ae3431565015ac4e9ed1e021437e9d4d3681ff7dc56fb0a3e5d87c05063d0a01adfbf68466d6dba999bd47e072050944b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.637
1
+ 3.0.639
@@ -11162,17 +11162,20 @@ module TencentCloud
11162
11162
 
11163
11163
  # DescribeVpcEndPointServiceWhiteList返回参数结构体
11164
11164
  class DescribeVpcEndPointServiceWhiteListResponse < TencentCloud::Common::AbstractModel
11165
- # @param VpcEndpointServiceUserSet: 白名单对象数组。
11165
+ # @param VpcEndpointServiceUserSet: 白名单对象数组。已废弃
11166
11166
  # @type VpcEndpointServiceUserSet: Array
11167
+ # @param VpcEndPointServiceUserSet: 白名单对象数组。
11168
+ # @type VpcEndPointServiceUserSet: Array
11167
11169
  # @param TotalCount: 符合条件的白名单个数。
11168
11170
  # @type TotalCount: Integer
11169
11171
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11170
11172
  # @type RequestId: String
11171
11173
 
11172
- attr_accessor :VpcEndpointServiceUserSet, :TotalCount, :RequestId
11174
+ attr_accessor :VpcEndpointServiceUserSet, :VpcEndPointServiceUserSet, :TotalCount, :RequestId
11173
11175
 
11174
- def initialize(vpcendpointserviceuserset=nil, totalcount=nil, requestid=nil)
11176
+ def initialize(vpcendpointserviceuserset=nil, vpcendpointserviceuserset=nil, totalcount=nil, requestid=nil)
11175
11177
  @VpcEndpointServiceUserSet = vpcendpointserviceuserset
11178
+ @VpcEndPointServiceUserSet = vpcendpointserviceuserset
11176
11179
  @TotalCount = totalcount
11177
11180
  @RequestId = requestid
11178
11181
  end
@@ -11186,6 +11189,14 @@ module TencentCloud
11186
11189
  @VpcEndpointServiceUserSet << vpcendpointserviceuser_tmp
11187
11190
  end
11188
11191
  end
11192
+ unless params['VpcEndPointServiceUserSet'].nil?
11193
+ @VpcEndPointServiceUserSet = []
11194
+ params['VpcEndPointServiceUserSet'].each do |i|
11195
+ vpcendpointserviceuser_tmp = VpcEndPointServiceUser.new
11196
+ vpcendpointserviceuser_tmp.deserialize(i)
11197
+ @VpcEndPointServiceUserSet << vpcendpointserviceuser_tmp
11198
+ end
11199
+ end
11189
11200
  @TotalCount = params['TotalCount']
11190
11201
  @RequestId = params['RequestId']
11191
11202
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.637
4
+ version: 3.0.639
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-08-16 00:00:00.000000000 Z
11
+ date: 2023-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common