tencentcloud-sdk-wedata 3.0.960 → 3.0.962
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/v20210820/models.rb +53 -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: 99368c0757ce44aec196438f69897e2418f90fd0
|
4
|
+
data.tar.gz: a93e59efb6b4d8584f74444d19cf2dd85590383e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ff81a055d4ed7e74ad5cce69ac5a25a1371427f159d03ea0e5c76ac242c7c1e07202e1d5c0b1c24a8604382d5fc3b66cae9e539a167725dfcbee14f39026175
|
7
|
+
data.tar.gz: a4ed9a453f1c1dbb0068c64404e32b7a2a397b4901662daeb6bf82f66693b19805c16f78eec435c2f3a7a8fadf6d4c27145b6e152562d2302ca46e8ceaa0964b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.962
|
data/lib/v20210820/models.rb
CHANGED
@@ -5061,6 +5061,42 @@ module TencentCloud
|
|
5061
5061
|
end
|
5062
5062
|
end
|
5063
5063
|
|
5064
|
+
# 数据源云梯连接状态
|
5065
|
+
class DataSourceConnectStatus < TencentCloud::Common::AbstractModel
|
5066
|
+
# @param Id: id
|
5067
|
+
# @type Id: Integer
|
5068
|
+
# @param ProjectId: 项目id
|
5069
|
+
# @type ProjectId: String
|
5070
|
+
# @param DatasourceId: 数据源id
|
5071
|
+
# @type DatasourceId: String
|
5072
|
+
# @param ConnectResult: 连接结果
|
5073
|
+
# @type ConnectResult: Integer
|
5074
|
+
# @param ConnectError: 错误信息
|
5075
|
+
# @type ConnectError: String
|
5076
|
+
# @param Timestamp: 时间戳
|
5077
|
+
# @type Timestamp: Integer
|
5078
|
+
|
5079
|
+
attr_accessor :Id, :ProjectId, :DatasourceId, :ConnectResult, :ConnectError, :Timestamp
|
5080
|
+
|
5081
|
+
def initialize(id=nil, projectid=nil, datasourceid=nil, connectresult=nil, connecterror=nil, timestamp=nil)
|
5082
|
+
@Id = id
|
5083
|
+
@ProjectId = projectid
|
5084
|
+
@DatasourceId = datasourceid
|
5085
|
+
@ConnectResult = connectresult
|
5086
|
+
@ConnectError = connecterror
|
5087
|
+
@Timestamp = timestamp
|
5088
|
+
end
|
5089
|
+
|
5090
|
+
def deserialize(params)
|
5091
|
+
@Id = params['Id']
|
5092
|
+
@ProjectId = params['ProjectId']
|
5093
|
+
@DatasourceId = params['DatasourceId']
|
5094
|
+
@ConnectResult = params['ConnectResult']
|
5095
|
+
@ConnectError = params['ConnectError']
|
5096
|
+
@Timestamp = params['Timestamp']
|
5097
|
+
end
|
5098
|
+
end
|
5099
|
+
|
5064
5100
|
# 数据源对象
|
5065
5101
|
class DataSourceInfo < TencentCloud::Common::AbstractModel
|
5066
5102
|
# @param DatabaseName: 若数据源列表为绑定数据库,则为db名称
|
@@ -5165,10 +5201,13 @@ module TencentCloud
|
|
5165
5201
|
# @param DevelopmentParams: 同params 内容为开发数据源的数据
|
5166
5202
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5167
5203
|
# @type DevelopmentParams: String
|
5204
|
+
# @param ConnectStatus: 数据源连接状态
|
5205
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5206
|
+
# @type ConnectStatus: :class:`Tencentcloud::Wedata.v20210820.models.DataSourceConnectStatus`
|
5168
5207
|
|
5169
|
-
attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime, :ShowType, :ProductId, :DevelopmentId, :DevelopmentParams
|
5208
|
+
attr_accessor :DatabaseName, :Description, :ID, :Instance, :Name, :Region, :Type, :ClusterId, :AppId, :BizParams, :Category, :Display, :OwnerAccount, :Params, :Status, :OwnerAccountName, :ClusterName, :OwnerProjectId, :OwnerProjectName, :OwnerProjectIdent, :AuthorityProjectName, :AuthorityUserName, :Edit, :Author, :Deliver, :DataSourceStatus, :CreateTime, :ParamsString, :BizParamsString, :ModifiedTime, :ShowType, :ProductId, :DevelopmentId, :DevelopmentParams, :ConnectStatus
|
5170
5209
|
|
5171
|
-
def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil, showtype=nil, productid=nil, developmentid=nil, developmentparams=nil)
|
5210
|
+
def initialize(databasename=nil, description=nil, id=nil, instance=nil, name=nil, region=nil, type=nil, clusterid=nil, appid=nil, bizparams=nil, category=nil, display=nil, owneraccount=nil, params=nil, status=nil, owneraccountname=nil, clustername=nil, ownerprojectid=nil, ownerprojectname=nil, ownerprojectident=nil, authorityprojectname=nil, authorityusername=nil, edit=nil, author=nil, deliver=nil, datasourcestatus=nil, createtime=nil, paramsstring=nil, bizparamsstring=nil, modifiedtime=nil, showtype=nil, productid=nil, developmentid=nil, developmentparams=nil, connectstatus=nil)
|
5172
5211
|
@DatabaseName = databasename
|
5173
5212
|
@Description = description
|
5174
5213
|
@ID = id
|
@@ -5203,6 +5242,7 @@ module TencentCloud
|
|
5203
5242
|
@ProductId = productid
|
5204
5243
|
@DevelopmentId = developmentid
|
5205
5244
|
@DevelopmentParams = developmentparams
|
5245
|
+
@ConnectStatus = connectstatus
|
5206
5246
|
end
|
5207
5247
|
|
5208
5248
|
def deserialize(params)
|
@@ -5240,6 +5280,10 @@ module TencentCloud
|
|
5240
5280
|
@ProductId = params['ProductId']
|
5241
5281
|
@DevelopmentId = params['DevelopmentId']
|
5242
5282
|
@DevelopmentParams = params['DevelopmentParams']
|
5283
|
+
unless params['ConnectStatus'].nil?
|
5284
|
+
@ConnectStatus = DataSourceConnectStatus.new
|
5285
|
+
@ConnectStatus.deserialize(params['ConnectStatus'])
|
5286
|
+
end
|
5243
5287
|
end
|
5244
5288
|
end
|
5245
5289
|
|
@@ -21508,17 +21552,22 @@ module TencentCloud
|
|
21508
21552
|
# @type Key: String
|
21509
21553
|
# @param Value: 值
|
21510
21554
|
# @type Value: String
|
21555
|
+
# @param Id: 唯一标识
|
21556
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
21557
|
+
# @type Id: String
|
21511
21558
|
|
21512
|
-
attr_accessor :Key, :Value
|
21559
|
+
attr_accessor :Key, :Value, :Id
|
21513
21560
|
|
21514
|
-
def initialize(key=nil, value=nil)
|
21561
|
+
def initialize(key=nil, value=nil, id=nil)
|
21515
21562
|
@Key = key
|
21516
21563
|
@Value = value
|
21564
|
+
@Id = id
|
21517
21565
|
end
|
21518
21566
|
|
21519
21567
|
def deserialize(params)
|
21520
21568
|
@Key = params['Key']
|
21521
21569
|
@Value = params['Value']
|
21570
|
+
@Id = params['Id']
|
21522
21571
|
end
|
21523
21572
|
end
|
21524
21573
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.962
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-12-
|
11
|
+
date: 2024-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|