tencentcloud-sdk-dlc 3.0.509 → 3.0.510
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 +22 -2
- 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: 511000402833f1f5324a8af681ae517a347489e7
|
|
4
|
+
data.tar.gz: a58e2d5a899c3561301a3fa27617f0c2eec7c1b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c0ea3192e36fab39bd9336c6fa27b8b1379231a710077c7bb51c3bad8c24594330a1f7880d8a307d26797f155f6527a0aafa02aa5cd5b5aca87031bfcf43bde
|
|
7
|
+
data.tar.gz: 2c0c9553436538bde9b89b6e7b78fd1bcef74612af35adfafeaf9eef70fed1cdb6a6381560093a9240b916ecd87643221e7651051ae529346be96d805904c56f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.510
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -2571,10 +2571,22 @@ module TencentCloud
|
|
|
2571
2571
|
# @param UiURL: ui的跳转地址
|
|
2572
2572
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2573
2573
|
# @type UiURL: String
|
|
2574
|
+
# @param ResourceType: 引擎的资源类型
|
|
2575
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2576
|
+
# @type ResourceType: String
|
|
2577
|
+
# @param ImageVersionId: 集群镜像版本ID
|
|
2578
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2579
|
+
# @type ImageVersionId: String
|
|
2580
|
+
# @param ChildImageVersionId: 集群镜像小版本ID
|
|
2581
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2582
|
+
# @type ChildImageVersionId: String
|
|
2583
|
+
# @param ImageVersionName: 集群镜像版本名字
|
|
2584
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2585
|
+
# @type ImageVersionName: String
|
|
2574
2586
|
|
|
2575
|
-
attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL
|
|
2587
|
+
attr_accessor :DataEngineName, :EngineType, :ClusterType, :QuotaId, :State, :CreateTime, :UpdateTime, :Size, :Mode, :MinClusters, :MaxClusters, :AutoResume, :SpendAfter, :CidrBlock, :DefaultDataEngine, :Message, :DataEngineId, :SubAccountUin, :ExpireTime, :IsolatedTime, :ReversalTime, :UserAlias, :TagList, :Permissions, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :RenewFlag, :AutoSuspendTime, :NetworkConnectionSet, :UiURL, :ResourceType, :ImageVersionId, :ChildImageVersionId, :ImageVersionName
|
|
2576
2588
|
|
|
2577
|
-
def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil)
|
|
2589
|
+
def initialize(dataenginename=nil, enginetype=nil, clustertype=nil, quotaid=nil, state=nil, createtime=nil, updatetime=nil, size=nil, mode=nil, minclusters=nil, maxclusters=nil, autoresume=nil, spendafter=nil, cidrblock=nil, defaultdataengine=nil, message=nil, dataengineid=nil, subaccountuin=nil, expiretime=nil, isolatedtime=nil, reversaltime=nil, useralias=nil, taglist=nil, permissions=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, renewflag=nil, autosuspendtime=nil, networkconnectionset=nil, uiurl=nil, resourcetype=nil, imageversionid=nil, childimageversionid=nil, imageversionname=nil)
|
|
2578
2590
|
@DataEngineName = dataenginename
|
|
2579
2591
|
@EngineType = enginetype
|
|
2580
2592
|
@ClusterType = clustertype
|
|
@@ -2607,6 +2619,10 @@ module TencentCloud
|
|
|
2607
2619
|
@AutoSuspendTime = autosuspendtime
|
|
2608
2620
|
@NetworkConnectionSet = networkconnectionset
|
|
2609
2621
|
@UiURL = uiurl
|
|
2622
|
+
@ResourceType = resourcetype
|
|
2623
|
+
@ImageVersionId = imageversionid
|
|
2624
|
+
@ChildImageVersionId = childimageversionid
|
|
2625
|
+
@ImageVersionName = imageversionname
|
|
2610
2626
|
end
|
|
2611
2627
|
|
|
2612
2628
|
def deserialize(params)
|
|
@@ -2659,6 +2675,10 @@ module TencentCloud
|
|
|
2659
2675
|
end
|
|
2660
2676
|
end
|
|
2661
2677
|
@UiURL = params['UiURL']
|
|
2678
|
+
@ResourceType = params['ResourceType']
|
|
2679
|
+
@ImageVersionId = params['ImageVersionId']
|
|
2680
|
+
@ChildImageVersionId = params['ChildImageVersionId']
|
|
2681
|
+
@ImageVersionName = params['ImageVersionName']
|
|
2662
2682
|
end
|
|
2663
2683
|
end
|
|
2664
2684
|
|
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.510
|
|
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-02-
|
|
11
|
+
date: 2023-02-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|