tencentcloud-sdk-wedata 3.0.961 → 3.0.963

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210820/models.rb +46 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94732aa63fe74b5f83820d70e60afa4a7ecdb1d4
4
- data.tar.gz: e39dd52936c935771aba27b694b310bd0ab72f03
3
+ metadata.gz: c2eaaab82e172d99885b4881d741b3b7a177bf5a
4
+ data.tar.gz: 20d3812cd7fbe330c70fc7a002c6e56cbf12280a
5
5
  SHA512:
6
- metadata.gz: ee0024096906859a19264f3421ce30c619feebde0facaebeb4c105bed3830c8fcdc1445aad685eb5f98901b279075c6423bfb7535bfcdb3fba0e3aad07ef6208
7
- data.tar.gz: 846a3f96e7f326fd8e4390f4bf7cedd8b1bb4ca9c04fc5af6fb6413af607268f7eb82fd5178f3666ae935d75ac6f1d15fac80e1dc0d496aec21339aba9c6f99f
6
+ metadata.gz: 3cb23c798bf4accc5d0bc216b1601ae006771694630d5027f6350f8f900245d8195478ca686770a83195c148e0a3e50ae2084f294659b9174114dc68ba1fd8b9
7
+ data.tar.gz: 6302377a0789d5f38bd57546b907cb81b43ef5b2e164cb3d6226835ea37ba4598249529af7eed1f77bf8d5841a9daea70f3ab3b4ac1b18ca13341ffa434b86b1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.961
1
+ 3.0.963
@@ -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
 
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.961
4
+ version: 3.0.963
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-15 00:00:00.000000000 Z
11
+ date: 2024-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common