tencentcloud-sdk-dlc 3.0.1125 → 3.0.1127
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/v20210125/models.rb +12 -4
- 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: 80f7163bec27d906119a35b628f7754a4f4d3db9
|
4
|
+
data.tar.gz: 979a51fae3bb76f3178170cbb210af789e9aa1c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abf6d3f2adcd46f579df5f17480e5cc55fe482e3050c75ef2d877f9944f0bb467ac6978c24368a70337fb2ced49c80cd26533d0c7e166e16063b2b48151b3684
|
7
|
+
data.tar.gz: 41f963f729e2f82f4919eb5e96c2492a6212e52f366917e8031f574ab6099a357242c9d73682a325c175079d18f3d51fd8de3f12f5bae9014bd88c35d6e5098d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1127
|
data/lib/v20210125/models.rb
CHANGED
@@ -3504,16 +3504,20 @@ module TencentCloud
|
|
3504
3504
|
|
3505
3505
|
# CreateUserVpcConnection返回参数结构体
|
3506
3506
|
class CreateUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
3507
|
+
# @param UserVpcEndpointId: 终端节点IP
|
3508
|
+
# @type UserVpcEndpointId: String
|
3507
3509
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3508
3510
|
# @type RequestId: String
|
3509
3511
|
|
3510
|
-
attr_accessor :RequestId
|
3512
|
+
attr_accessor :UserVpcEndpointId, :RequestId
|
3511
3513
|
|
3512
|
-
def initialize(requestid=nil)
|
3514
|
+
def initialize(uservpcendpointid=nil, requestid=nil)
|
3515
|
+
@UserVpcEndpointId = uservpcendpointid
|
3513
3516
|
@RequestId = requestid
|
3514
3517
|
end
|
3515
3518
|
|
3516
3519
|
def deserialize(params)
|
3520
|
+
@UserVpcEndpointId = params['UserVpcEndpointId']
|
3517
3521
|
@RequestId = params['RequestId']
|
3518
3522
|
end
|
3519
3523
|
end
|
@@ -9878,17 +9882,21 @@ module TencentCloud
|
|
9878
9882
|
# @type EngineNetworkId: String
|
9879
9883
|
# @param DataEngineIds: 引擎ID集合
|
9880
9884
|
# @type DataEngineIds: Array
|
9885
|
+
# @param UserVpcEndpointIds: 终端节点ID集合
|
9886
|
+
# @type UserVpcEndpointIds: Array
|
9881
9887
|
|
9882
|
-
attr_accessor :EngineNetworkId, :DataEngineIds
|
9888
|
+
attr_accessor :EngineNetworkId, :DataEngineIds, :UserVpcEndpointIds
|
9883
9889
|
|
9884
|
-
def initialize(enginenetworkid=nil, dataengineids=nil)
|
9890
|
+
def initialize(enginenetworkid=nil, dataengineids=nil, uservpcendpointids=nil)
|
9885
9891
|
@EngineNetworkId = enginenetworkid
|
9886
9892
|
@DataEngineIds = dataengineids
|
9893
|
+
@UserVpcEndpointIds = uservpcendpointids
|
9887
9894
|
end
|
9888
9895
|
|
9889
9896
|
def deserialize(params)
|
9890
9897
|
@EngineNetworkId = params['EngineNetworkId']
|
9891
9898
|
@DataEngineIds = params['DataEngineIds']
|
9899
|
+
@UserVpcEndpointIds = params['UserVpcEndpointIds']
|
9892
9900
|
end
|
9893
9901
|
end
|
9894
9902
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dlc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1127
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-08-
|
11
|
+
date: 2025-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|