tencentcloud-sdk-dlc 3.0.509 → 3.0.511

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210125/models.rb +22 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a4612ff2a5e9ff95ddd0e66bd1974fb2f3a67e0
4
- data.tar.gz: 5e7d54777adacb45d6f6736fbd30e49247c949ae
3
+ metadata.gz: 5f274a1545ad9b6e8aa723dd81a98fa584115f9b
4
+ data.tar.gz: 21e83d61a735626b09d23f3bb4aca3bb74ac1166
5
5
  SHA512:
6
- metadata.gz: 0c1067928862c7a204ce51d7931abe93085e6d149d4d8225dcc17eebf8ea425a9b8ffde528a9960a3c5f4571edf5d40e3c80b0f2df35dbbac8bd8cf271607c00
7
- data.tar.gz: 45abbfa71b90090be86366f036ceb2ffcf860651c940a3815cc1e55f835a4edd9f6a01a7a3c8f6e987f4b719f7cf5df4165f9c18a6f8b33e73ef3aea5a45095c
6
+ metadata.gz: fe06032d1da92c21698cd62e149fdfa86db10d80d66756138a1826c50975a77a4cda40d427333f445e19d74f462339275b895b22318c8f93a0c5ea2db925cfba
7
+ data.tar.gz: 49cd851f41f78b0bdf06e1a94ebac75ffd688b5b7185e8d0963123254cd8e670d30fac5ccbe73711552cd6ad14417bff7360e8586911abc2905e863812e35cb4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.511
@@ -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.509
4
+ version: 3.0.511
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-15 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common