tencentcloud-sdk-dlc 3.0.1053 → 3.0.1054

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/v20210125/models.rb +18 -10
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 65baced8d92bd9588b134a4bcd1cdeb40f782e3d
4
- data.tar.gz: 080720294cb7722e4b1a6f506e2b0ce0e15380ce
3
+ metadata.gz: 1c3b91ff6ddeb3cc2682f4380eef3344438fce2c
4
+ data.tar.gz: 4105e0026befed63f215c6b6a2a446e82b1d91e8
5
5
  SHA512:
6
- metadata.gz: 1c9b092ba15487de32b313b72559381b7ed7fa457f978aa335ca507d1455f3d0e40036524386bf5f646dc616413e861a4ca854a8f418f7dde80ad19210b860e4
7
- data.tar.gz: 51e48b07cf88ff88fdfdf9e496f4561fdbfa7e3d76778c96fc863729fb63c33e7f37a966f799c7ca9884df90f75265efd49241b312bd9a2cc6499816d459040e
6
+ metadata.gz: f93f8767cc0695a653730003d823410ca2b7634ad499f9997142df568580e5db6e942510273b73ba1124b3a6265e7cd09989a4a76e0446a60c2b147fbab0be90
7
+ data.tar.gz: 88614c341724b40277522aade24ef229a143d29ba91b4a8bb4f057627c3a7208f2c983a8a8d0a0398fda987d3507319b7221a10ac5d036f716d535e938c349cf
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1054
@@ -1735,8 +1735,8 @@ module TencentCloud
1735
1735
 
1736
1736
  attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
1737
1737
  extend Gem::Deprecate
1738
- deprecate :DefaultDataEngine, :none, 2025, 4
1739
- deprecate :DefaultDataEngine=, :none, 2025, 4
1738
+ deprecate :DefaultDataEngine, :none, 2025, 5
1739
+ deprecate :DefaultDataEngine=, :none, 2025, 5
1740
1740
 
1741
1741
  def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
1742
1742
  @EngineType = enginetype
@@ -8309,15 +8309,18 @@ module TencentCloud
8309
8309
  # @type SortBy: String
8310
8310
  # @param Sorting: 正序或者倒序,例如:desc
8311
8311
  # @type Sorting: String
8312
+ # @param IsDefault: 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
8313
+ # @type IsDefault: Integer
8312
8314
 
8313
- attr_accessor :Limit, :Offset, :Fuzzy, :SortBy, :Sorting
8315
+ attr_accessor :Limit, :Offset, :Fuzzy, :SortBy, :Sorting, :IsDefault
8314
8316
 
8315
- def initialize(limit=nil, offset=nil, fuzzy=nil, sortby=nil, sorting=nil)
8317
+ def initialize(limit=nil, offset=nil, fuzzy=nil, sortby=nil, sorting=nil, isdefault=nil)
8316
8318
  @Limit = limit
8317
8319
  @Offset = offset
8318
8320
  @Fuzzy = fuzzy
8319
8321
  @SortBy = sortby
8320
8322
  @Sorting = sorting
8323
+ @IsDefault = isdefault
8321
8324
  end
8322
8325
 
8323
8326
  def deserialize(params)
@@ -8326,6 +8329,7 @@ module TencentCloud
8326
8329
  @Fuzzy = params['Fuzzy']
8327
8330
  @SortBy = params['SortBy']
8328
8331
  @Sorting = params['Sorting']
8332
+ @IsDefault = params['IsDefault']
8329
8333
  end
8330
8334
  end
8331
8335
 
@@ -12553,10 +12557,10 @@ module TencentCloud
12553
12557
 
12554
12558
  attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
12555
12559
  extend Gem::Deprecate
12556
- deprecate :GovernPolicy, :none, 2025, 4
12557
- deprecate :GovernPolicy=, :none, 2025, 4
12558
- deprecate :DbGovernPolicyIsDisable, :none, 2025, 4
12559
- deprecate :DbGovernPolicyIsDisable=, :none, 2025, 4
12560
+ deprecate :GovernPolicy, :none, 2025, 5
12561
+ deprecate :GovernPolicy=, :none, 2025, 5
12562
+ deprecate :DbGovernPolicyIsDisable, :none, 2025, 5
12563
+ deprecate :DbGovernPolicyIsDisable=, :none, 2025, 5
12560
12564
 
12561
12565
  def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
12562
12566
  @DatabaseName = databasename
@@ -13806,10 +13810,12 @@ module TencentCloud
13806
13810
  # @type CosPermissionList: Array
13807
13811
  # @param PermissionJson: cam策略json
13808
13812
  # @type PermissionJson: String
13813
+ # @param IsDefault: 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
13814
+ # @type IsDefault: Integer
13809
13815
 
13810
- attr_accessor :RoleId, :AppId, :Uin, :Arn, :ModifyTime, :Desc, :RoleName, :Creator, :CosPermissionList, :PermissionJson
13816
+ attr_accessor :RoleId, :AppId, :Uin, :Arn, :ModifyTime, :Desc, :RoleName, :Creator, :CosPermissionList, :PermissionJson, :IsDefault
13811
13817
 
13812
- def initialize(roleid=nil, appid=nil, uin=nil, arn=nil, modifytime=nil, desc=nil, rolename=nil, creator=nil, cospermissionlist=nil, permissionjson=nil)
13818
+ def initialize(roleid=nil, appid=nil, uin=nil, arn=nil, modifytime=nil, desc=nil, rolename=nil, creator=nil, cospermissionlist=nil, permissionjson=nil, isdefault=nil)
13813
13819
  @RoleId = roleid
13814
13820
  @AppId = appid
13815
13821
  @Uin = uin
@@ -13820,6 +13826,7 @@ module TencentCloud
13820
13826
  @Creator = creator
13821
13827
  @CosPermissionList = cospermissionlist
13822
13828
  @PermissionJson = permissionjson
13829
+ @IsDefault = isdefault
13823
13830
  end
13824
13831
 
13825
13832
  def deserialize(params)
@@ -13840,6 +13847,7 @@ module TencentCloud
13840
13847
  end
13841
13848
  end
13842
13849
  @PermissionJson = params['PermissionJson']
13850
+ @IsDefault = params['IsDefault']
13843
13851
  end
13844
13852
  end
13845
13853
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dlc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1053
4
+ version: 3.0.1054
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud