tencentcloud-sdk-bpaas 3.0.590 → 3.0.591
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/v20181217/models.rb +10 -10
- 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: cdee0c80c58c9e7684b6025fa61f1c6db114ed5d
|
|
4
|
+
data.tar.gz: dfab7cca617ee65c4036459dc90d3501b9a45e47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9546f0dac052a60e8e86afa835898a9c6e132310c83033bd00bcb63c67195563f2e40a53d786bee5eb04ac11f28243aa85e2769b6c15a3232c1e03356cc43a2a
|
|
7
|
+
data.tar.gz: 4874c223b4031e175f43ee1ee826236085266c7b237a16204836fc1eb5315e36f7a7c69d1fd92e08831b131d83b3cbd54708142fffaea00e81cf65dec74e9799
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20181217/models.rb
CHANGED
|
@@ -30,7 +30,7 @@ module TencentCloud
|
|
|
30
30
|
# @type Name: String
|
|
31
31
|
|
|
32
32
|
attr_accessor :Key, :Value, :Name
|
|
33
|
-
|
|
33
|
+
|
|
34
34
|
def initialize(key=nil, value=nil, name=nil)
|
|
35
35
|
@Key = key
|
|
36
36
|
@Value = value
|
|
@@ -53,7 +53,7 @@ module TencentCloud
|
|
|
53
53
|
# @type Content: Array
|
|
54
54
|
|
|
55
55
|
attr_accessor :Type, :Content
|
|
56
|
-
|
|
56
|
+
|
|
57
57
|
def initialize(type=nil, content=nil)
|
|
58
58
|
@Type = type
|
|
59
59
|
@Content = content
|
|
@@ -82,7 +82,7 @@ module TencentCloud
|
|
|
82
82
|
# @type Scf: :class:`Tencentcloud::Bpaas.v20181217.models.Scf`
|
|
83
83
|
|
|
84
84
|
attr_accessor :Uin, :Type, :Desc, :Nick, :Scf
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
def initialize(uin=nil, type=nil, desc=nil, nick=nil, scf=nil)
|
|
87
87
|
@Uin = uin
|
|
88
88
|
@Type = type
|
|
@@ -109,7 +109,7 @@ module TencentCloud
|
|
|
109
109
|
# @type ApproveId: Integer
|
|
110
110
|
|
|
111
111
|
attr_accessor :ApproveId
|
|
112
|
-
|
|
112
|
+
|
|
113
113
|
def initialize(approveid=nil)
|
|
114
114
|
@ApproveId = approveid
|
|
115
115
|
end
|
|
@@ -154,7 +154,7 @@ module TencentCloud
|
|
|
154
154
|
# @type RequestId: String
|
|
155
155
|
|
|
156
156
|
attr_accessor :ApplyUin, :ApplyOwnUin, :ApplyUinNick, :BpaasId, :BpaasName, :ApplicationParams, :Reason, :CreateTime, :Status, :Nodes, :ApprovingNodeId, :RequestId
|
|
157
|
-
|
|
157
|
+
|
|
158
158
|
def initialize(applyuin=nil, applyownuin=nil, applyuinnick=nil, bpaasid=nil, bpaasname=nil, applicationparams=nil, reason=nil, createtime=nil, status=nil, nodes=nil, approvingnodeid=nil, requestid=nil)
|
|
159
159
|
@ApplyUin = applyuin
|
|
160
160
|
@ApplyOwnUin = applyownuin
|
|
@@ -210,7 +210,7 @@ module TencentCloud
|
|
|
210
210
|
# @type Msg: String
|
|
211
211
|
|
|
212
212
|
attr_accessor :Status, :ApproveId, :Msg
|
|
213
|
-
|
|
213
|
+
|
|
214
214
|
def initialize(status=nil, approveid=nil, msg=nil)
|
|
215
215
|
@Status = status
|
|
216
216
|
@ApproveId = approveid
|
|
@@ -230,7 +230,7 @@ module TencentCloud
|
|
|
230
230
|
# @type RequestId: String
|
|
231
231
|
|
|
232
232
|
attr_accessor :RequestId
|
|
233
|
-
|
|
233
|
+
|
|
234
234
|
def initialize(requestid=nil)
|
|
235
235
|
@RequestId = requestid
|
|
236
236
|
end
|
|
@@ -254,7 +254,7 @@ module TencentCloud
|
|
|
254
254
|
# @type Params: Array
|
|
255
255
|
|
|
256
256
|
attr_accessor :ScfRegion, :ScfRegionName, :ScfName, :Params
|
|
257
|
-
|
|
257
|
+
|
|
258
258
|
def initialize(scfregion=nil, scfregionname=nil, scfname=nil, params=nil)
|
|
259
259
|
@ScfRegion = scfregion
|
|
260
260
|
@ScfRegionName = scfregionname
|
|
@@ -290,7 +290,7 @@ module TencentCloud
|
|
|
290
290
|
# @type Name: String
|
|
291
291
|
|
|
292
292
|
attr_accessor :Key, :Type, :Values, :Name
|
|
293
|
-
|
|
293
|
+
|
|
294
294
|
def initialize(key=nil, type=nil, values=nil, name=nil)
|
|
295
295
|
@Key = key
|
|
296
296
|
@Type = type
|
|
@@ -369,7 +369,7 @@ module TencentCloud
|
|
|
369
369
|
# @type ParallelNodes: String
|
|
370
370
|
|
|
371
371
|
attr_accessor :NodeId, :NodeName, :NodeType, :NextNode, :Opinion, :ScfName, :SubStatus, :ApprovedUin, :CreateTime, :Msg, :Users, :IsApprove, :ApproveId, :ApproveMethod, :ApproveType, :CallMethod, :DataHubId, :TaskName, :CKafkaRegion, :ExternalUrl, :ParallelNodes
|
|
372
|
-
|
|
372
|
+
|
|
373
373
|
def initialize(nodeid=nil, nodename=nil, nodetype=nil, nextnode=nil, opinion=nil, scfname=nil, substatus=nil, approveduin=nil, createtime=nil, msg=nil, users=nil, isapprove=nil, approveid=nil, approvemethod=nil, approvetype=nil, callmethod=nil, datahubid=nil, taskname=nil, ckafkaregion=nil, externalurl=nil, parallelnodes=nil)
|
|
374
374
|
@NodeId = nodeid
|
|
375
375
|
@NodeName = nodename
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-bpaas
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
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-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|