tencentcloud-sdk-vpc 3.0.637 → 3.0.640

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: d66f02beb2f2a6bfc0ffe73d88e1c6cb79280fd1
4
+ data.tar.gz: b3e74fc22ffcb9e80166ebc897f05cb3321eaff8
5
5
  SHA512:
6
- metadata.gz: 7b8492a315d73b2aeccd459702d9ce1aed10a5735f58c86a6571b918a5779b5c77c90086d86e9b95fe57f2cf19ac08387fb8d902aad99628ebaefe2e93edc329
7
- data.tar.gz: 8e4bb096ed6b163794c694b0043a71c78c2174b16f72e4e84fa778f5efe70932c04ae27196e5ce79bed3c6b407ad1606791b05cdd5adee1a3b88a1da4769e2ed
6
+ metadata.gz: ec16f6fd412e67784ddcac812d24cdf824e1b0c865a1b68ab85340d6560bec3271d5e7f8f7c4b502f544dd339bffe567f158be345e0428971f5c781d5a64195c
7
+ data.tar.gz: 8b00a5a3cde9871a35c36a92d90a570d8cd4160851459dd02e433904593cd35b81329bef85f9a07f30ca117cf6982c1f32ad312d83c8f929246b92530e625eef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.637
1
+ 3.0.640
@@ -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.640
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-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common