tencentcloud-sdk-vpc 3.0.637 → 3.0.639
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +14 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d6d6ebcab68c654b1d87322957a0c76b9a7eaaf
|
|
4
|
+
data.tar.gz: 594f9b6f12348688ffd54ccd38545f16d8a79abb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3a435cc755a987e026e435c3b0b4f56da6dce3797b87c4b97d53e41c2c7b1a245ca4e04ee7cf6380f5202bd4862371b515dfda034226ac4525ac84f82259b13
|
|
7
|
+
data.tar.gz: 88a4784d8a07f28c53df413d819e697ae3431565015ac4e9ed1e021437e9d4d3681ff7dc56fb0a3e5d87c05063d0a01adfbf68466d6dba999bd47e072050944b
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.639
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|